Am 30.07.2018 um 18:02 schrieb stan:
Then just a build with rpmbuild -bb kernel.spec
I don't see where any config files that weren't in the src.rpm could come from, as the BUILD directory is recreated every time the -bb command is run. I have some other kernel-4.xx files in there from earlier builds, but that has never been a problem before. What is the difference between where 'fedpkg prep' gets its *.config files and the *.config files in the src.rpm?
the BUILD directory yes, but SOURCES which is propageted by "rpm -ivh" not - that's why i have a "build-src-rpms.sh" so that i can kill everything within SPECS and SOURCES and doing a fresh "rpm -ivh SRPMS/*.rpm" to keep everything clean