Description of problem: st-user 0.8.1-1 cannot build a user copy of st because the installed source code is missing new files introduced in version 0.8 Version-Release number of selected component (if applicable): st-user-0.8.1-1 How reproducible: Always Steps to Reproduce: 1. Create a custom st config (e.g. with "mkdir ~/.st; cp /usr/src/st-0.8.1-1.fc28/config.def.h ~/.st/config.h") 2. Run "st-user" Actual results: > st-user: Rebuilding st... > make: *** No rule to make target 'st.h', needed by 'st.o'. Stop. > st-user: Build failed. See /home/neal/.st-build/build.log for details. > st-user: Running user st... (In this case, it's still running a previously compiled custom build of 0.7-4) Expected results: Custom build of st succeeds and is run Additional info: It looks like the only change that needs to be made is in the .spec file, changing this line: > install -m644 arg.h config.def.h config.mk Makefile st.c st.info \ to: > install -m644 arg.h config.def.h config.mk Makefile st.c st.h st.info win.h x.c \
Thanks for the report. I simplified the suggested change a bit. Updates are on the way.
st-0.8.1-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-ca75371245
st-0.8.1-2.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-aae703ce4d
st-0.8.1-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-96813c068c
st-0.8.1-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-ca75371245
st-0.8.1-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-96813c068c
st-0.8.1-2.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-aae703ce4d
st-0.8.1-2.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
st-0.8.1-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
st-0.8.1-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.