Update to 1.0.1
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
2c938e4b57
commit
eb29408f8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/distro-1.0.0.tar.gz
|
||||
/distro-1.0.1.tar.gz
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/nir0s/distro
|
||||
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/%(n=%{pypi_name}; echo ${n:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%global _description \
|
||||
@ -97,6 +97,11 @@ rm -rf %{pypi_name}.egg-info
|
||||
%{_bindir}/distro
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Cleanups in spec
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-7
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user