Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package munge for openSUSE:Factory checked in at 2022-07-06 15:42:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/munge (Old) and /work/SRC/openSUSE:Factory/.munge.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "munge" Wed Jul 6 15:42:19 2022 rev:18 rq:987006 version:0.5.15 Changes: -------- --- /work/SRC/openSUSE:Factory/munge/munge.changes 2021-11-23 22:12:55.994409053 +0100 +++ /work/SRC/openSUSE:Factory/.munge.new.1548/munge.changes 2022-07-06 15:42:35.554569519 +0200 @@ -1,0 +2,15 @@ +Wed Jul 6 09:29:47 UTC 2022 - Nicolas Morey-Chaisemartin <[email protected]> + +- Update to version 0.15.4: + - Added support for OpenSSL 3.0. + - Fixed "make install" conflict with systemd RuntimeDirectory. + - Fixed big-endian bug causing failures on s390x. + - Fixed systemd service unit conf to wait until network is online. + - Fixed excessive logging of "suspended new connections". + - Fixed gcry_check_version(GCRYPT_VERSION) bug reported by Debian. + - Fixed sending repeated SIGTERMs to signal stop. (dbe6dcc) + - Fixed failure to clean up socket or create seedfile having relative path. + - Fixed test suite to clean up errant processes from failed tests. +- Re-enable build for s390* + +------------------------------------------------------------------- Old: ---- munge-0.5.14.tar.gz New: ---- munge-0.5.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ munge.spec ++++++ --- /var/tmp/diff_new_pack.3LhbXP/_old 2022-07-06 15:42:35.954570093 +0200 +++ /var/tmp/diff_new_pack.3LhbXP/_new 2022-07-06 15:42:35.958570099 +0200 @@ -1,7 +1,7 @@ # # spec file for package munge # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ %define munge_descr "MUNGE authentication service" Name: munge -Version: 0.5.14 +Version: 0.5.15 Release: 0 Summary: An authentication service for creating and validating credentials License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -72,8 +72,7 @@ %{?systemd_requires} %endif Requires(post): coreutils -Requires(postun): coreutils -ExcludeArch: s390 s390x +Requires(postun):coreutils %description MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for @@ -84,7 +83,6 @@ intermediaries within a security realm. Clients within this realm can create and validate credentials without the use of root privileges, reserved ports, or platform-specific methods. -#' %package -n lib%{name}%{lversion} Summary: Libraries for applications using MUNGE @@ -150,8 +148,8 @@ 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 rm -f %{buildroot}%{_initddir}/munge - rmdir %{buildroot}/%{munge_run} - rmdir %{buildroot}/%{_rundir} + rm -Rf %{buildroot}/%{munge_run} + rm -Rf %{buildroot}/%{_rundir} mkdir -p %{buildroot}%{_tmpfilesdir} cp src/etc/munge.tmpfiles.conf %{buildroot}%{_tmpfilesdir}/munge.conf sed -i 's/munge \+munge/%munge_u %munge_g/g' %{buildroot}%{_tmpfilesdir}/munge.conf @@ -193,6 +191,7 @@ %endif %define fixperm() [ -e %1 ] && /bin/chown -h %munge_u:%munge_g %1 + %postun if [ $1 -eq 1 ] then ++++++ munge-0.5.14.tar.gz -> munge-0.5.15.tar.gz ++++++ ++++ 10062 lines of diff (skipped)
