Accepting request 639759 from devel:tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/639759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_wrapper?expand=0&rev=7
This commit is contained in:
commit
d08bf1ae2a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcd9342b5f462b297359275762b8f1145068fc834887543699b617948dbbff26
|
||||
size 88089
|
3
pam_wrapper-1.0.7.tar.gz
Normal file
3
pam_wrapper-1.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0537302eb6ceb07bcf5233c859b19264375beaa294bb3a9b7f58973981c8b219
|
||||
size 90811
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 12:56:51 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 1.0.7
|
||||
* Added support for running with AddressSanitizer
|
||||
* Added logging for pam_set_items module
|
||||
* Fixed building python modules
|
||||
* Fixed pam conversation in libpamtest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 15:56:44 UTC 2018 - asn@cryptomilk.org
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -24,11 +24,11 @@
|
||||
############################# NOTE ##################################
|
||||
|
||||
Name: pam_wrapper
|
||||
Version: 1.0.5
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
|
||||
Summary: A tool to test PAM applications and PAM modules
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://cwrap.org/
|
||||
|
||||
@ -94,8 +94,6 @@ Summary: A python wrapper for libpamtest
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libpamtest0 = %{version}-%{release}
|
||||
Requires: pam_wrapper = %{version}-%{release}
|
||||
Obsoletes: python-libpamtest
|
||||
Provides: python-libpamtest
|
||||
|
||||
%description -n python2-libpamtest
|
||||
If you plan to develop python tests for a PAM module, you can use this
|
||||
@ -141,7 +139,8 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog COPYING
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license LICENSE
|
||||
%{_libdir}/libpam_wrapper.so*
|
||||
%{_libdir}/pkgconfig/pam_wrapper.pc
|
||||
%dir %{_libdir}/cmake/pam_wrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user