Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup spec file. #230

Merged
merged 1 commit into from
Jan 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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