Hello community, here is the log from the commit of package apache2-mod_nss for openSUSE:Factory checked in at 2016-10-10 16:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2-mod_nss (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_nss.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_nss" Changes: -------- --- /work/SRC/openSUSE:Factory/apache2-mod_nss/apache2-mod_nss.changes 2016-09-17 14:40:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 2016-10-10 16:21:12.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 29 15:26:39 UTC 2016 - [email protected] + +- Avoid changing permissions through symlinks + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2-mod_nss.spec ++++++ --- /var/tmp/diff_new_pack.YVMBTb/_old 2016-10-10 16:21:13.000000000 +0200 +++ /var/tmp/diff_new_pack.YVMBTb/_new 2016-10-10 16:21:13.000000000 +0200 @@ -199,8 +199,8 @@ echo "" fi # Make sure that the database ownership is setup properly. -find %{apache_sysconf_nssdir} -user root -name "*.db" -exec /bin/chgrp www {} \; -find %{apache_sysconf_nssdir} -user root -name "*.db" -exec /bin/chmod 640 {} \; +find %{apache_sysconf_nssdir} -user root -name "*.db" -exec /bin/chgrp -h www {} + +find %{apache_sysconf_nssdir} -user root -name "*.db" ! -type l -exec /bin/chmod 640 {} + %files %defattr(-,root,root,-)
