| |
@@ -80,7 +80,7 @@
|
| |
|
| |
Name: dnf
|
| |
Version: 4.2.7
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: %{pkg_summary}
|
| |
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
| |
License: GPLv2+ and GPLv2 and GPL
|
| |
@@ -122,7 +122,6 @@
|
| |
%endif
|
| |
Recommends: (%{_bindir}/sqlite3 if bash-completion)
|
| |
%endif
|
| |
- %{?systemd_requires}
|
| |
Provides: dnf-command(alias)
|
| |
Provides: dnf-command(autoremove)
|
| |
Provides: dnf-command(check-update)
|
| |
@@ -514,6 +513,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Mon Aug 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.2.7-4
|
| |
+ - Drop %%systemd_requires from main package
|
| |
+
|
| |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.7-3
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
| |
|
| |
DNF can work just fine without systemd, even though there are some
services (dnf-makecache.{service,timer}) which enhance DNF.
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org