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:
parent
2d2069c3b8
commit
51904dce5f
@ -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
3
pam_wrapper-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb67d4f866783b84e8a0846e305c74ac4be28b44e7fdeabe14a727c80ce5c590
|
||||||
|
size 84888
|
@ -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
|
Sun Feb 14 10:53:47 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_wrapper
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
############################# NOTE ##################################
|
############################# NOTE ##################################
|
||||||
|
|
||||||
Name: pam_wrapper
|
Name: pam_wrapper
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: A tool to test PAM applications and PAM modules
|
Summary: A tool to test PAM applications and PAM modules
|
||||||
@ -39,8 +39,8 @@ BuildRequires: cmake
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libcmocka-devel
|
BuildRequires: libcmocka-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: python-devel
|
||||||
|
|
||||||
Recommends: pkg-config
|
Recommends: pkg-config
|
||||||
Recommends: cmake
|
Recommends: cmake
|
||||||
@ -60,7 +60,7 @@ development/testing.
|
|||||||
|
|
||||||
%package -n libpamtest0
|
%package -n libpamtest0
|
||||||
Summary: A tool to test PAM applications and PAM modules
|
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}
|
Requires: pam_wrapper = %{version}-%{release}
|
||||||
|
|
||||||
%description -n libpamtest0
|
%description -n libpamtest0
|
||||||
@ -69,9 +69,9 @@ testing of modules.
|
|||||||
|
|
||||||
%package -n libpamtest-devel
|
%package -n libpamtest-devel
|
||||||
Summary: A tool to test PAM applications and PAM modules
|
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}
|
|
||||||
Requires: libpamtest0 = %{version}-%{release}
|
Requires: libpamtest0 = %{version}-%{release}
|
||||||
|
Requires: pam_wrapper = %{version}-%{release}
|
||||||
|
|
||||||
Recommends: pkg-config
|
Recommends: pkg-config
|
||||||
Recommends: cmake
|
Recommends: cmake
|
||||||
@ -83,16 +83,16 @@ files for libpamtest
|
|||||||
|
|
||||||
%package -n libpamtest-devel-doc
|
%package -n libpamtest-devel-doc
|
||||||
Summary: The libpamtest API documentation
|
Summary: The libpamtest API documentation
|
||||||
License: GPL-3.0+
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libpamtest-devel-doc
|
%description -n libpamtest-devel-doc
|
||||||
Documentation for libpamtest development.
|
Documentation for libpamtest development.
|
||||||
|
|
||||||
%package -n python-libpamtest
|
%package -n python-libpamtest
|
||||||
Summary: A python wrapper for libpamtest
|
Summary: A python wrapper for libpamtest
|
||||||
License: GPL-3.0+
|
Group: Development/Libraries/C and C++
|
||||||
Requires: pam_wrapper = %{version}-%{release}
|
|
||||||
Requires: libpamtest0 = %{version}-%{release}
|
Requires: libpamtest0 = %{version}-%{release}
|
||||||
|
Requires: pam_wrapper = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python-libpamtest
|
%description -n python-libpamtest
|
||||||
If you plan to develop python tests for a PAM module, you can use this
|
If you plan to develop python tests for a PAM module, you can use this
|
||||||
|
Loading…
Reference in New Issue
Block a user