- Remove spurious parameter to %setup -T
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_label_helper?expand=0&rev=2
This commit is contained in:
parent
37d8180d36
commit
db18989bd6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Oct 30 10:40:41 UTC 2018 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-kiwi_label_helper
|
# spec file for package obs-service-kiwi_label_helper
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@ Name: obs-service-kiwi_label_helper
|
|||||||
Version: 0.0
|
Version: 0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Service to duplicate labels with a custom prefix
|
Summary: Service to duplicate labels with a custom prefix
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://build.opensuse.org
|
Url: https://build.opensuse.org
|
||||||
Source0: kiwi_label_helper.service
|
Source0: kiwi_label_helper.service
|
||||||
@ -35,7 +35,7 @@ This service can be used during buildtime to implement the
|
|||||||
suse_label_helper:add_prefix element useful for building containers.
|
suse_label_helper:add_prefix element useful for building containers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -D -T 0 -n .
|
%setup -q -D -T -n .
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user