Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2016-05-25 21:22:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2016-05-23 
16:37:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2016-05-25 
21:22:01.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 20 09:28:16 UTC 2016 - [email protected]
+
+- Make sure all systemd unit files are passed to %service_ macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.QfHSqD/_old  2016-05-25 21:22:03.000000000 +0200
+++ /var/tmp/diff_new_pack.QfHSqD/_new  2016-05-25 21:22:03.000000000 +0200
@@ -700,7 +700,11 @@
 %fdupes %buildroot%{_bindir}
 %fdupes %buildroot%{_libdir}
 
+%pre
+%service_add_pre grub2-once.service
+
 %post
+%service_add_post grub2-once.service
 /sbin/install-info %{_infodir}/grub-dev.info %{_infodir}/dir || :
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
@@ -785,6 +789,7 @@
 %endif
 
 %preun
+%service_del_preun grub2-once.service
 if [ $1 = 0 ]; then
   /sbin/install-info --delete %{_infodir}/grub-dev.info %{_infodir}/dir || :
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
@@ -825,6 +830,9 @@
 %define source_dir build
 %endif
 
+%postun
+%service_del_postun grub2-once.service
+
 %files -f %{source_dir}/%{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING NEWS README


Reply via email to