Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2020-07-20 21:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf (Old)
 and      /work/SRC/openSUSE:Factory/.dnf.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf"

Mon Jul 20 21:04:24 2020 rev:19 rq:821863 version:4.2.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2020-07-15 14:53:57.074750937 
+0200
+++ /work/SRC/openSUSE:Factory/.dnf.new.3592/dnf.changes        2020-07-20 
21:06:11.453386108 +0200
@@ -1,0 +2,6 @@
+Thu Jul 16 07:42:30 UTC 2020 - Thorsten Kukuk <ku...@suse.com>
+
+- Use systemd_ordering instead of sytemd_requires, we don't want
+  systemd in our containers.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dnf.spec ++++++
--- /var/tmp/diff_new_pack.SO24HF/_old  2020-07-20 21:06:12.889387565 +0200
+++ /var/tmp/diff_new_pack.SO24HF/_new  2020-07-20 21:06:12.893387568 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dnf
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020 Neal Gompa <ngomp...@gmail.com>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,7 +42,6 @@
 %global yum_subpackage_name dnf-yum
 %endif
 
-
 # Tests fail (possibly due to failures in libdnf tests on SUSE)
 # Until those are resolved, these will remain disabled
 %bcond_with tests
@@ -54,7 +53,7 @@
 # For a breakdown of the licensing, see PACKAGE-LICENSING
 License:        GPL-2.0-or-later AND GPL-2.0-only
 Group:          System/Packages
-Url:            https://github.com/rpm-software-management/dnf
+URL:            https://github.com/rpm-software-management/dnf
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  bash-completion
@@ -91,7 +90,7 @@
 Provides:       dnf-command(upgrade)
 Provides:       dnf-command(upgrade-to)
 BuildArch:      noarch
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 DNF is an package manager for RPM systems that was forked from Yum. Among the
@@ -110,8 +109,8 @@
 Group:          System/Packages
 Requires:       dnf = %{version}-%{release}
 %if %{with as_yum}
-Obsoletes:      yum < 4.0.0
 Obsoletes:      dnf-yum < %{version}-%{release}
+Obsoletes:      yum < 4.0.0
 Provides:       dnf-yum = %{version}-%{release}
 # SUSE-specific split up of yum-utils features obsoleted by DNF itself...
 %global yum_replaces() \
@@ -177,7 +176,7 @@
 Group:          System/Packages
 BuildRequires:  systemd-rpm-macros
 Requires:       dnf = %{version}-%{release}
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description automatic
 Alternative CLI to "dnf upgrade" suitable for automatic, regular execution.


Reply via email to