Hello community,
here is the log from the commit of package purge-kernels-service for
openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/purge-kernels-service (Old)
and /work/SRC/openSUSE:Leap:15.2/.purge-kernels-service.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purge-kernels-service"
Tue Feb 4 17:54:47 2020 rev:2 rq:769816 version:0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/purge-kernels-service/purge-kernels-service.changes
2020-01-15 15:45:41.843332117 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.purge-kernels-service.new.26092/purge-kernels-service.changes
2020-02-04 17:55:06.224774057 +0100
@@ -1,0 +2,15 @@
+Fri Jan 31 18:23:25 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fix typo in Summary.
+
+-------------------------------------------------------------------
+Fri Jan 24 14:45:26 UTC 2020 - Michal Suchanek <[email protected]>
+
+- Fix zypper asking for confirmation in service (boo#1161620).
+
+-------------------------------------------------------------------
+Mon Jan 20 12:02:24 UTC 2020 - Michal Suchanek <[email protected]>
+
+- Fix dracut version in conflicts.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ purge-kernels-service.spec ++++++
--- /var/tmp/diff_new_pack.AFY9Tn/_old 2020-02-04 17:55:06.588774276 +0100
+++ /var/tmp/diff_new_pack.AFY9Tn/_new 2020-02-04 17:55:06.588774276 +0100
@@ -1,7 +1,7 @@
#
# spec file for package purge-kernels-service
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: purge-kernels-service
Version: 0
Release: 0
-Summary: The service for removing old kernels when mutiversion is
enabled
+Summary: The service for removing old kernels when multiversion is
enabled
License: MIT
Source: purge-kernels.service
-Conflicts: dracut < 0.49.1
+Conflicts: dracut < 049+git118
Requires: zypper(purge-kernels)
BuildRequires: systemd-rpm-macros
++++++ purge-kernels.service ++++++
--- /var/tmp/diff_new_pack.AFY9Tn/_old 2020-02-04 17:55:06.616774294 +0100
+++ /var/tmp/diff_new_pack.AFY9Tn/_new 2020-02-04 17:55:06.616774294 +0100
@@ -9,7 +9,7 @@
Nice=19
IOSchedulingClass=idle
ExecStartPre=/bin/rm -f /boot/do_purge_kernels
-ExecStart=/usr/bin/zypper purge-kernels
+ExecStart=/usr/bin/zypper -n purge-kernels
[Install]
WantedBy=multi-user.target