Fabian Vogt
5aa250a785
- 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. OBS-URL: https://build.opensuse.org/request/show/1040878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_label_helper?expand=0&rev=8
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 6 17:07:08 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- 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 <fvogt@suse.com>
|
|
|
|
- Add explicit fallback for chroot builds
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 4 13:42:18 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Strip service prefix from the recipe name to work with enabled
|
|
services in OBS
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 08:22:53 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Remove spurious parameter to %setup -T
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 30 10:40:41 UTC 2018 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Initial commit (fate#326856, bsc#1118103)
|
|
|