| |
@@ -73,7 +73,7 @@
|
| |
|
| |
Name: dnf
|
| |
Version: 4.0.10
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
Summary: %{pkg_summary}
|
| |
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
| |
License: GPLv2+ and GPLv2 and GPL
|
| |
@@ -102,7 +102,7 @@
|
| |
%endif
|
| |
Recommends: (%{_bindir}/sqlite3 if bash-completion)
|
| |
%endif
|
| |
- %{?systemd_requires}
|
| |
+ %{?systemd_ordering}
|
| |
Provides: dnf-command(alias)
|
| |
Provides: dnf-command(autoremove)
|
| |
Provides: dnf-command(check-update)
|
| |
@@ -256,7 +256,7 @@
|
| |
Summary: %{pkg_summary} - automated upgrades
|
| |
BuildRequires: systemd
|
| |
Requires: %{name} = %{version}-%{release}
|
| |
- %{?systemd_requires}
|
| |
+ %{?systemd_ordering}
|
| |
|
| |
%description automatic
|
| |
Systemd units that can periodically download package upgrades and apply them.
|
| |
@@ -499,6 +499,10 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Thu Jan 31 2019 Bogdan Dobrelia <bdobreli@redhat.com> - 4.0.10-2
|
| |
+ - Use %%systemd_ordering
|
| |
+ - Resolves: rhbz#1671362
|
| |
+
|
| |
* Wed Dec 12 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.10-1
|
| |
- Update to 4.0.10
|
| |
- Updated difference YUM vs. DNF for yum-updateonboot
|
| |