Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2020-02-09 21:02:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Sun Feb  9 21:02:24 2020 rev:110 rq:770108 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2020-02-03 
11:11:24.529787025 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new.26092/kdump.changes   2020-02-09 
21:02:50.411367943 +0100
@@ -7,0 +8,9 @@
+Fri Jan 24 13:45:05 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Use BuildRequire(udev) instead of udev: allow OBS to shortcut
+  through the -mini flavors.
+- Use systemd_ordering instead of systemd_requires: systemd is not
+  a strict requirement, but if the system is going to use it, we
+  want it to beinstalled prior to kdump.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.q7OFZ6/_old  2020-02-09 21:02:54.031369997 +0100
+++ /var/tmp/diff_new_pack.q7OFZ6/_new  2020-02-09 21:02:54.047370006 +0100
@@ -17,7 +17,7 @@
 
 
 # on systemd distros, rpm-build requires systemd-rpm-macros,
-# which in turn defines %systemd_requires
+# which in turn defines %%systemd_requires
 %define systemd_present %{defined systemd_requires}
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
@@ -77,8 +77,8 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  libxslt
 BuildRequires:  pkgconfig
-BuildRequires:  udev
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(udev)
 #!BuildIgnore:  fop
 Requires:       curl
 Requires:       kexec-tools
@@ -101,7 +101,7 @@
 PreReq:         %insserv_prereq
 %endif
 %if %{systemd_present}
-%systemd_requires
+%systemd_ordering
 %endif
 
 %description
@@ -194,7 +194,7 @@
 
 %post
 # change only permission if the file exists before /etc/sysconfig/kdump
-# has been created from %{_fillupdir}/sysconfig.kdump
+# has been created from %%{_fillupdir}/sysconfig.kdump
 change_permission=0
 if [ ! -f %{_sysconfdir}/sysconfig/kdump ] ; then
     change_permission=1
@@ -242,7 +242,7 @@
 %endif
 
 # Compatibility cruft
-# there is no %license prior to SLE12
+# there is no %%license prior to SLE12
 %if %{undefined _defaultlicensedir}
 %define license %doc
 %else


Reply via email to