| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Initial commit (fate#326856, bsc#1118103)
- 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.
- Add explicit fallback for chroot builds
- Strip service prefix from the recipe name to work with enabled services in OBS
- Remove spurious parameter to %setup -T
- Initial commit (fate#326856, bsc#1118103)