commit munge for openSUSE:Factory
Hello community, here is the log from the commit of package munge for openSUSE:Factory checked in at 2017-01-17 14:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/munge (Old) and /work/SRC/openSUSE:Factory/.munge.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "munge" Changes: -------- --- /work/SRC/openSUSE:Factory/munge/munge.changes 2016-12-10 18:28:59.507419893 +0100 +++ /work/SRC/openSUSE:Factory/.munge.new/munge.changes 2017-01-17 14:35:43.574860398 +0100 @@ -1,0 +2,7 @@ +Mon Dec 12 09:34:54 UTC 2016 - vetter@physik.uni-wuerzburg.de + +- Fix typo in init script (SLE11) introduced by last change +- Fix rpm preun/postun-scripts (SLE11) +- Fix empty /etc/sysconfig/munge after update (SLE11) + +------------------------------------------------------------------- New: ---- sysconfig.munge ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ munge.spec ++++++ --- /var/tmp/diff_new_pack.ji4jFa/_old 2017-01-17 14:35:44.126782154 +0100 +++ /var/tmp/diff_new_pack.ji4jFa/_new 2017-01-17 14:35:44.130781587 +0100 @@ -29,6 +29,7 @@ Url: http://dun.github.io/munge/ Source0: https://github.com/dun/munge/archive/%{name}-%{version}.tar.gz Source1: baselibs.conf +Source2: sysconfig.munge Patch0: Make-SUSE-specific-adjustments.patch BuildRequires: openssl-devel BuildRequires: pkgconfig @@ -67,7 +68,7 @@ Group: Development/Libraries/C and C++ %description devel -A header file and libraries forbuilding applications using the %{name} +A header file and libraries for building applications using the %{name} authenication service. %prep @@ -83,8 +84,8 @@ %{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/*.a %{__install} -m 0755 -d %{buildroot}%{_localstatedir}/adm/fillup-templates -%{__mv} %{buildroot}%{_sysconfdir}/sysconfig/munge \ - %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.munge +%{__cp} -p %{S:2} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.munge +%{__rm} -f %{buildroot}%{_sysconfdir}/sysconfig/munge # We don't want systemd file on SLE 11 %if 0%{!?have_systemd:1} @@ -93,7 +94,7 @@ test -f %{buildroot}/lib/systemd/system/munge.service && \ rm -f %{buildroot}/lib/systemd/system/munge.service rm -f %{buildroot}/%{_tmpfilesdir}/munge.conf - sed -i 's/USER="munge"/User="daemon"/g' %{buildroot}/%{_initrddir}/%{name} + sed -i 's/USER="munge"/USER="daemon"/g' %{buildroot}/%{_initrddir}/%{name} %{__ln_s} -f %{_initrddir}/%{name} %{buildroot}%{_sbindir}/rc%{name} %else sed -i 's/User=munge/User=daemon/g' %{buildroot}%{_unitdir}/munge.service @@ -117,14 +118,14 @@ %if 0%{?have_systemd} %service_del_preun munge.service %else -%stop_on_removal service +%stop_on_removal munge %endif %postun %if 0%{?have_systemd} %service_del_postun munge.service %else -%restart_on_update service +%restart_on_update munge %insserv_cleanup %endif ++++++ sysconfig.munge ++++++ ############################################################################### # MUNGE system configuration ############################################################################### ## # Pass additional command-line options to the daemon. ## # DAEMON_ARGS="--key-file /etc/munge/munge.key --num-threads 1" DAEMON_ARGS="" ## # Adjust the scheduling priority of the daemon. ## # NICE= NICE="" ## # Execute the daemon under another username. ## # USER="munge" USER="daemon" ## # Execute the daemon under another groupname. ## # GROUP="munge" GROUP="munge"
participants (1)
-
root@hilbertn.suse.de