------------------------------------------------------------------- Tue Dec 6 17:07:08 UTC 2022 - Dominique Leuenberger - Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and remove stuff it extraced, which would lead to 'rm -rf .', which rm does not like. Use "%setup -c" instead, which creates the appropriate %{name}-%{version} directory expected. ------------------------------------------------------------------- Tue Jul 7 14:42:29 UTC 2020 - Fabian Vogt - Add explicit fallback for chroot builds ------------------------------------------------------------------- Mon May 4 13:42:18 UTC 2020 - Fabian Vogt - Strip service prefix from the recipe name to work with enabled services in OBS ------------------------------------------------------------------- Thu Jan 10 08:22:53 UTC 2019 - Fabian Vogt - Remove spurious parameter to %setup -T ------------------------------------------------------------------- Tue Oct 30 10:40:41 UTC 2018 - Fabian Vogt - Initial commit (fate#326856, bsc#1118103)