Update to 0.2.1

This commit is contained in:
Nathaniel McCallum 2014-10-24 10:26:14 -04:00
parent 60a9e89936
commit 7de1719a7a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/kdcproxy-0.1.1.tar.gz
/kdcproxy-0.2.tar.gz
/kdcproxy-0.2.1.tar.gz

View File

@ -1,7 +1,7 @@
%global realname kdcproxy
Name: python-%{realname}
Version: 0.2
Version: 0.2.1
Release: 1%{?dist}
Summary: MS-KKDCP (kerberos proxy) WSGI module
@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT%{python3_sitelib}/%{realname}/ -name '*.py' -exec chmod 755
%endif
%changelog
* Fri Oct 24 2014 Nathaniel McCallum <npmccallum@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
* Thu Oct 23 2014 Nathaniel McCallum <npmccallum@fedoraproject.org> - 0.2-1
- Update to 0.2
- Fix EPEL7 build

View File

@ -1 +1 @@
566c254467a655b59edda75b92323215 kdcproxy-0.2.tar.gz
74e0c77ae3e6526712a6899df10d2663 kdcproxy-0.2.1.tar.gz