forked from pool/obs-service-kiwi_metainfo_helper
Accepting request 1040882 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1040882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-kiwi_metainfo_helper?expand=0&rev=14
This commit is contained in:
commit
f4d8177d67
@ -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