Hello community,

here is the log from the commit of package nss_wrapper for openSUSE:Factory 
checked in at 2016-02-17 10:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nss_wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.nss_wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nss_wrapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nss_wrapper/nss_wrapper.changes  2016-01-26 
10:15:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nss_wrapper.new/nss_wrapper.changes     
2016-02-17 12:16:55.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 14 10:51:29 UTC 2016 - [email protected]
+
+- Editorial fixes to the description
+- Use %_smp_mflags for parallel build instead
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nss_wrapper.spec ++++++
--- /var/tmp/diff_new_pack.hD7h9i/_old  2016-02-17 12:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.hD7h9i/_new  2016-02-17 12:16:56.000000000 +0100
@@ -43,26 +43,26 @@
 Requires:       pkg-config
 
 %description
-There are projects which provide daemons needing to be able to create, modify
-and delete Unix users. Or just switch user ids to interact with the system e.g.
-a user space file server. To be able to test that you need the privilege to
-modify the passwd and groups file. With nss_wrapper it is possible to define
-your own passwd and groups file which will be used by software to act correctly
+There are projects which provide daemons that need to be able to create, modify
+and delete Unix users, or just switch user IDs to interact with the system, 
e.g.
+a user space file server. To be able to test that, you need the privilege to
+modify the passwd and groups files. With nss_wrapper, it is possible to define
+your own passwd and groups files which will be used by software to act 
correctly
 while under test.
 
-If you have a client and server under test they normally use functions to
-resolve network names to addresses (dns) or vice versa. The nss_wrappers allow
+If you have a client and server under test, they normally use functions to
+resolve network names to addresses (DNS) or vice versa. The nss_wrappers allow
 you to create a hosts file to setup name resolution for the addresses you use
 with socket_wrapper.
 
-To use it set the following environment variables:
+To use it, set the following environment variables:
 
 LD_PRELOAD=libuid_wrapper.so
 NSS_WRAPPER_PASSWD=/path/to/passwd
 NSS_WRAPPER_GROUP=/path/to/group
 NSS_WRAPPER_HOSTS=/path/to/host
 
-This package doesn't have a devel package cause this project is for
+This package does not have a devel package, because this project is for
 development/testing.
 
 %prep
@@ -72,7 +72,7 @@
 %cmake \
   -DUNIT_TESTING=ON
 
-make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 %cmake_install


Reply via email to