New minor release.

- Resolves #1254458
- Fixes a crash bug when inquiring incomplete security contexts
This commit is contained in:
Simo Sorce 2015-08-20 08:15:09 -04:00
parent 7bc0425f9e
commit d6772b94fb
4 changed files with 10 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/v1.1.0.tar.gz
/python-gssapi-1.1.1.tar.gz
/python-gssapi-1.1.2.tar.gz

View File

@ -1,10 +0,0 @@
--- setup.py.orig 2015-02-23 13:47:11.315000000 -0500
+++ setup.py 2015-02-23 13:47:24.418000000 -0500
@@ -198,7 +198,4 @@
'decorator',
'six'
],
- tests_require=[
- 'tox'
- ]
)

View File

@ -4,20 +4,20 @@
%global with_python3 1
Name: python-gssapi
Version: 1.1.1
Release: 2%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
License: ISC
URL: https://github.com/pythongssapi/python-gssapi
Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Patch1: python-gssapi.dont-require-tox.patch
BuildRequires: python2-devel
BuildRequires: krb5-devel >= 1.10
BuildRequires: krb5-libs >= 1.10
BuildRequires: Cython >= 0.21
BuildRequires: python-setuptools
BuildRequires: python-tox
Requires: krb5-libs >= 1.10
Requires: python-six
Requires: python-enum34
@ -66,7 +66,6 @@ RFC 2743, as well as multiple extensions.
%prep
%setup -q
%patch1
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -130,6 +129,11 @@ popd
%changelog
* Thu Aug 20 2015 Simo Sorce <simo@redhat.com> - 1.1.2-1
- New minor release.
- Resolves #1254458
- Fixes a crash bug when inquiring incomplete security contexts
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
71058937faa3328baa95fd0e337510fb python-gssapi-1.1.1.tar.gz
91401fabf301ce4aade7f0b06d0e02b5 python-gssapi-1.1.2.tar.gz