Update python-distro to 1.0.1-2
This commit is contained in:
parent
eb29408f8d
commit
0d0cf0756d
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
|
||||
License: ASL 2.0
|
||||
@ -41,7 +41,9 @@ BuildRequires: python-setuptools
|
||||
%else
|
||||
BuildRequires: python2-setuptools
|
||||
%endif
|
||||
Requires: /usr/bin/lsb_release
|
||||
%if 0%{?fedora}
|
||||
Suggests: /usr/bin/lsb_release
|
||||
%endif
|
||||
|
||||
%description -n python2-%{pypi_name} %{_description}
|
||||
|
||||
@ -53,7 +55,9 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: /usr/bin/lsb_release
|
||||
%if 0%{?fedora}
|
||||
Suggests: /usr/bin/lsb_release
|
||||
%endif
|
||||
|
||||
%description -n python3-%{pypi_name} %{_description}
|
||||
|
||||
@ -97,6 +101,9 @@ rm -rf %{pypi_name}.egg-info
|
||||
%{_bindir}/distro
|
||||
|
||||
%changelog
|
||||
* Tue Jan 03 2017 Miroslav Suchý <msuchy@redhat.com> 1.0.1-2
|
||||
- soft deps on lsb_release
|
||||
|
||||
* Sun Jan 01 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
- Provide only one copy of $bindir/distro
|
||||
|
||||
Loading…
Reference in New Issue
Block a user