Accepting request 361460 from devel:tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/361460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_wrapper?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-02-26 21:19:16 +00:00 committed by Git OBS Bridge
commit 2acb6222b2
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 14 10:53:47 UTC 2016 - jengelh@inai.de
- Editorial fixes to the descriptions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 18 10:13:41 UTC 2016 - asn@cryptomilk.org Mon Jan 18 10:13:41 UTC 2016 - asn@cryptomilk.org

View File

@ -49,13 +49,13 @@ Recommends: cmake
This component of cwrap allows you to either test your PAM (Linux-PAM This component of cwrap allows you to either test your PAM (Linux-PAM
and OpenPAM) application or module. and OpenPAM) application or module.
For testing PAM applications, simple PAM module called pam_matrix is For testing PAM applications, a simple PAM module called pam_matrix is
included. If you plan to test a PAM module you can use the pamtest library, included. If you plan to test a PAM module, you can use the pamtest library,
which simplifies testing of modules. You can combine it with the cmocka which simplifies testing of modules. You can combine it with the cmocka
unit testing framework or you can use the provided Python bindings to unit testing framework, or you can use the provided Python bindings to
write tests for your module in Python. write tests for your module in Python.
This package doesn't have a devel package because this project is for This package does not have a devel package, because this project is for
development/testing. development/testing.
%package -n libpamtest0 %package -n libpamtest0
@ -64,7 +64,7 @@ License: GPL-3.0+
Requires: pam_wrapper = %{version}-%{release} Requires: pam_wrapper = %{version}-%{release}
%description -n libpamtest0 %description -n libpamtest0
If you plan to test a PAM module you can use this library, which simplifies If you plan to test a PAM module, you can use this library, which simplifies
testing of modules. testing of modules.
%package -n libpamtest-devel %package -n libpamtest-devel
@ -77,7 +77,7 @@ Recommends: pkg-config
Recommends: cmake Recommends: cmake
%description -n libpamtest-devel %description -n libpamtest-devel
If you plan to develop tests for a PAM module you can use this library, If you plan to develop tests for a PAM module, you can use this library,
which simplifies testing of modules. This subpackage includes the header which simplifies testing of modules. This subpackage includes the header
files for libpamtest files for libpamtest
@ -95,7 +95,7 @@ Requires: pam_wrapper = %{version}-%{release}
Requires: libpamtest0 = %{version}-%{release} Requires: libpamtest0 = %{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
library, which simplifies testing of modules. This subpackage includes library, which simplifies testing of modules. This subpackage includes
the header files for libpamtest the header files for libpamtest