SHA256
1
0
forked from pool/pam_wrapper

Update to version 1.0.2

OBS-URL: https://build.opensuse.org/package/show/devel:tools/pam_wrapper?expand=0&rev=7
This commit is contained in:
Andreas Schneider 2016-05-31 06:59:45 +00:00 committed by Git OBS Bridge
parent 2d2069c3b8
commit 51904dce5f
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8511444fac15ff8cfc3a08ec00bef9fcb6155f47c474437c1a2189416f8f3622
size 84734

3
pam_wrapper-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb67d4f866783b84e8a0846e305c74ac4be28b44e7fdeabe14a727c80ce5c590
size 84888

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 31 06:58:44 UTC 2016 - asn@cryptomilk.org
- Update to version 1.0.2
* Fixed pam_wrapper on some BSDs
* Fixed simple conversation in libpamtest
-------------------------------------------------------------------
Sun Feb 14 10:53:47 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pam_wrapper
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -24,7 +24,7 @@
############################# NOTE ##################################
Name: pam_wrapper
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A tool to test PAM applications and PAM modules
@ -39,8 +39,8 @@ BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: libcmocka-devel
BuildRequires: pam-devel
BuildRequires: python-devel
BuildRequires: pkg-config
BuildRequires: python-devel
Recommends: pkg-config
Recommends: cmake
@ -60,7 +60,7 @@ development/testing.
%package -n libpamtest0
Summary: A tool to test PAM applications and PAM modules
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: pam_wrapper = %{version}-%{release}
%description -n libpamtest0
@ -69,9 +69,9 @@ testing of modules.
%package -n libpamtest-devel
Summary: A tool to test PAM applications and PAM modules
License: GPL-3.0+
Requires: pam_wrapper = %{version}-%{release}
Group: Development/Libraries/C and C++
Requires: libpamtest0 = %{version}-%{release}
Requires: pam_wrapper = %{version}-%{release}
Recommends: pkg-config
Recommends: cmake
@ -83,16 +83,16 @@ files for libpamtest
%package -n libpamtest-devel-doc
Summary: The libpamtest API documentation
License: GPL-3.0+
Group: Development/Libraries/C and C++
%description -n libpamtest-devel-doc
Documentation for libpamtest development.
%package -n python-libpamtest
Summary: A python wrapper for libpamtest
License: GPL-3.0+
Requires: pam_wrapper = %{version}-%{release}
Group: Development/Libraries/C and C++
Requires: libpamtest0 = %{version}-%{release}
Requires: pam_wrapper = %{version}-%{release}
%description -n python-libpamtest
If you plan to develop python tests for a PAM module, you can use this