Hello community, here is the log from the commit of package munge for openSUSE:Factory checked in at 2017-12-22 12:18:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/munge (Old) and /work/SRC/openSUSE:Factory/.munge.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "munge" Fri Dec 22 12:18:48 2017 rev:5 rq:554960 version:0.5.13 Changes: -------- --- /work/SRC/openSUSE:Factory/munge/munge.changes 2017-02-14 00:48:23.454323837 +0100 +++ /work/SRC/openSUSE:Factory/.munge.new/munge.changes 2017-12-22 12:18:58.921720584 +0100 @@ -1,0 +2,22 @@ +Wed Dec 6 16:23:04 UTC 2017 - [email protected] + +- Update to 0.5.13: + * Added support for OpenSSL 1.1.0. + * Added support for UID/GID values >= 2^31. + * Added support for getentropy() and getrandom(). + * Added --trusted-group cmdline opt to munged. + * Added --log-file and --seed-file cmdline opts to munged. + * Changed default MAC algorithm to SHA-256. + * Fixed autoconf installation directory variable substitution. + * Fixed all gcc, clang, and valgrind warnings. + * Improved resilience and unpredictability of PRNG. + * Improved hash table performance. + * Removed libmissing dependency from libmunge. + +------------------------------------------------------------------- +Thu Nov 23 13:54:02 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- Old: ---- munge-0.5.12.tar.gz New: ---- munge-0.5.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ munge.spec ++++++ --- /var/tmp/diff_new_pack.QojOeW/_old 2017-12-22 12:19:00.125661881 +0100 +++ /var/tmp/diff_new_pack.QojOeW/_new 2017-12-22 12:19:00.125661881 +0100 @@ -16,6 +16,11 @@ # +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + %if 0%{?suse_version} >= 1210 %define have_systemd 1 %endif @@ -30,7 +35,7 @@ %endif Name: munge -Version: 0.5.12 +Version: 0.5.13 Release: 0 Summary: An authentication service for creating and validating credentials License: GPL-3.0+ and LGPL-3.0+ @@ -98,8 +103,8 @@ %makeinstall %{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/*.a -%{__install} -m 0755 -d %{buildroot}%{_localstatedir}/adm/fillup-templates -%{__cp} -p %{S:2} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.munge +%{__install} -m 0755 -d %{buildroot}%{_fillupdir} +%{__cp} -p %{S:2} %{buildroot}%{_fillupdir}/sysconfig.munge %{__rm} -f %{buildroot}%{_sysconfdir}/sysconfig/munge # We don't want systemd file on SLE 11 @@ -115,8 +120,9 @@ sed -i 's/User=munge/User=%munge_u/g' %{buildroot}%{_unitdir}/munge.service sed -i 's/Group=munge/Group=%munge_g/g' %{buildroot}%{_unitdir}/munge.service sed -i 's/munge \+munge/%munge_u %munge_g/g' %{buildroot}%{_tmpfilesdir}/munge.conf - %{__rm} -f %{buildroot}/%{_initddir}/munge - %{__ln_s} %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} + rm -f %{buildroot}%{_initddir}/munge + rmdir %{buildroot}%{_localstatedir}/run/munge + ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %endif %post -n lib%{name}%{lversion} -p /sbin/ldconfig @@ -194,7 +200,7 @@ %{_bindir}/* %{_sbindir}/* %{_mandir}/*[^3]/* -%{_localstatedir}/adm/fillup-templates/sysconfig.munge +%{_fillupdir}/sysconfig.munge %if 0%{?have_systemd} %{_unitdir}/munge.service %{_tmpfilesdir}/munge.conf ++++++ munge-0.5.12.tar.gz -> munge-0.5.13.tar.gz ++++++ ++++ 33795 lines of diff (skipped)
