https://bugzilla.suse.com/show_bug.cgi?id=1202786 https://bugzilla.suse.com/show_bug.cgi?id=1202786#c6 --- Comment #6 from Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com> --- Upon discussion in #opensuse-packaging, I found a hack which seems to work in all cases where the originally suggested workaround does not seem to work. ``` %prep mv %{_sourcedir}/%{name}-%{version}/* . ``` This moves the sources to BUILD, where `%pre -f` happily executes scripts from. Since the documentation in https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.best-practi... about using the `-T -D` options to %setup is technically suggesting a hack as well, maybe we should update it to use the `mv` hack instead? -- You are receiving this mail because: You are on the CC list for the bug.