Update to 2.1.1, which adds an optional allow_samepid parameter
This commit is contained in:
parent
ddd7942ecb
commit
1062f84e93
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/pid-2.0.1.tar.gz
|
||||
/pid-2.1.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname pid
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PID file management library
|
||||
|
||||
License: ASL 2.0
|
||||
@ -88,6 +88,9 @@ rm -rf *.egg-info
|
||||
%{python3_sitelib}/pid-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2016 David Shea <dshea@redhat.com> - 2.1.1-1
|
||||
- Update to 2.1.1, which adds an optional allow_samepid parameter
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user