forked from pool/python-pykerberos
- update to 1.2.1:
* add crusty CMake support * minor change to CBT struct * get build working on OSX again * changes based on upstream PR * add CHANGELOG with entries for 1.2.1.beta1 * add winrm-style IOV encryption support * bump repo version to 1.2.1dev * Removing 3.2 from travis b/c it is no longer fully supported * Added method to build the CBT structure and modified authGSSClientStep to pass along this CBT structure if it is set * obviously, verify shouldn't be const * 1.2.1 final release * Adding life support note to README - Use %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykerberos?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
b7f2165421
commit
2cf34a2fe9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pykerberos
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pykerberos
|
||||
Version: 1.1.14
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: High-level interface to Kerberos
|
||||
License: Apache-2.0
|
||||
@@ -53,7 +53,8 @@ export CFLAGS="%{optflags}"
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.txt LICENSE
|
||||
%doc README.txt
|
||||
%license LICENSE
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user