diff --git a/pam_wrapper-1.0.1.tar.gz b/pam_wrapper-1.0.1.tar.gz deleted file mode 100644 index 8e3d8a6..0000000 --- a/pam_wrapper-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8511444fac15ff8cfc3a08ec00bef9fcb6155f47c474437c1a2189416f8f3622 -size 84734 diff --git a/pam_wrapper-1.0.2.tar.gz b/pam_wrapper-1.0.2.tar.gz new file mode 100644 index 0000000..dd53446 --- /dev/null +++ b/pam_wrapper-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb67d4f866783b84e8a0846e305c74ac4be28b44e7fdeabe14a727c80ce5c590 +size 84888 diff --git a/pam_wrapper.changes b/pam_wrapper.changes index 2f39529..e633fe9 100644 --- a/pam_wrapper.changes +++ b/pam_wrapper.changes @@ -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 diff --git a/pam_wrapper.spec b/pam_wrapper.spec index 5520712..101c43a 100644 --- a/pam_wrapper.spec +++ b/pam_wrapper.spec @@ -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