New minor release.
- Resolves #1254458 - Fixes a crash bug when inquiring incomplete security contexts
This commit is contained in:
parent
7bc0425f9e
commit
d6772b94fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v1.1.0.tar.gz
|
||||
/python-gssapi-1.1.1.tar.gz
|
||||
/python-gssapi-1.1.2.tar.gz
|
||||
|
@ -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'
|
||||
- ]
|
||||
)
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user