Skip to content

Commit

Permalink
Merge pull request #230 from SUSE-Enceladus/spec-update
Browse files Browse the repository at this point in the history
Cleanup spec file.
  • Loading branch information
rjschwei authored Jan 21, 2020
2 parents d5cd764 + 88f734e commit 2f1c684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/python3-img-proof.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python3-ipa
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -24,7 +24,7 @@ Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/SUSE-Enceladus/img-proof
Source: https://files.pythonhosted.org/packages/source/p/img-proof/img-proof-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/i/img-proof/img-proof-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-click-man
Expand Down Expand Up @@ -80,7 +80,7 @@ Obsoletes: python3-ipa-tests < 4.6.0
Directory of infrastructure tests for testing images.

%prep
%setup -q
%setup -q -n img-proof-%{version}

%build
python3 setup.py build
Expand Down

0 comments on commit 2f1c684

Please sign in to comment.