forked from pool/obs-service-kiwi_metainfo_helper
Accepting request 1040881 from home:dimstar:Factory
- 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/1040881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_metainfo_helper?expand=0&rev=32
This commit is contained in:
parent
0e214541cb
commit
7c12e140a7
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 17:10:20 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 Feb 15 11:03:50 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -40,7 +40,7 @@ This service can be used during buildtime to gain access to various variables
|
||||
in build recipes.
|
||||
|
||||
%prep
|
||||
%setup -q -D -T -n .
|
||||
%setup -q -D -T -c
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user