SHA256
1
0
forked from pool/pam_wrapper

Accepting request 359319 from home:jengelh:branches:devel:tools

- Editorial fixes to the descriptions

OBS-URL: https://build.opensuse.org/request/show/359319
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pam_wrapper?expand=0&rev=4
This commit is contained in:
Andreas Schneider
2016-02-14 12:27:59 +00:00
committed by Git OBS Bridge
parent 4b47bcb593
commit 2d2069c3b8
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

View File

@@ -49,13 +49,13 @@ Recommends: cmake
This component of cwrap allows you to either test your PAM (Linux-PAM
and OpenPAM) application or module.
For testing PAM applications, simple PAM module called pam_matrix is
included. If you plan to test a PAM module you can use the pamtest library,
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,
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.
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.
%package -n libpamtest0
@@ -64,7 +64,7 @@ License: GPL-3.0+
Requires: pam_wrapper = %{version}-%{release}
%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.
%package -n libpamtest-devel
@@ -77,7 +77,7 @@ Recommends: pkg-config
Recommends: cmake
%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
files for libpamtest
@@ -95,7 +95,7 @@ Requires: pam_wrapper = %{version}-%{release}
Requires: libpamtest0 = %{version}-%{release}
%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
the header files for libpamtest