diff --git a/pam_wrapper.changes b/pam_wrapper.changes index ef5e765..2f39529 100644 --- a/pam_wrapper.changes +++ b/pam_wrapper.changes @@ -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 diff --git a/pam_wrapper.spec b/pam_wrapper.spec index 5096f62..5520712 100644 --- a/pam_wrapper.spec +++ b/pam_wrapper.spec @@ -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