- Remove spurious parameter to %setup -T

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_metainfo_helper?expand=0&rev=2
This commit is contained in:
Fabian Vogt 2019-01-10 08:06:22 +00:00 committed by Git OBS Bridge
parent efc2a688f4
commit 4d3cc096b1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 10 08:06:05 UTC 2019 - Fabian Vogt <fvogt@suse.com>
- Remove spurious parameter to %setup -T
-------------------------------------------------------------------
Wed Oct 17 14:56:38 UTC 2018 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package obs-service-kiwi_metainfo_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
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: obs-service-kiwi_metainfo_helper
Version: 0.0
Release: 0
Summary: Substitute various variables in kiwi recipes
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://build.opensuse.org
Source0: kiwi_metainfo_helper.service
@ -34,7 +34,7 @@ This service can be used during buildtime to gain access to various variables
in kiwi recipes.
%prep
%setup -q -D -T 0 -n .
%setup -q -D -T -n .
cp %{SOURCE2} .
%build