[systemd] Revert "Require grubby its needed by kernel-install"

Kay Sievers kay at fedoraproject.org
Tue Aug 27 10:22:14 UTC 2013


commit 29c8f71d53985a047569cdc6dea1830a0127bde5
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Aug 27 12:12:22 2013 +0200

    Revert "Require grubby its needed by kernel-install"
    
    This reverts commit 014067a71aa47ea603c98ad97aae415e31362c77.
    
    kernel-install does *not* require grubby, and is not supposed to.
    
    Grubby is already included in comps, and if really needed it should
    be pulled-in by grub and friends, not by systemd which would
    unconditionally always pull it into every installation.

 systemd.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index c04bccb..f59206b 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        206
-Release:        7%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        6%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -85,7 +85,6 @@ Requires(pre):  /usr/sbin/groupadd
 Requires:       dbus
 Requires:       %{name}-libs = %{version}-%{release}
 Requires:       kmod >= 14
-Requires:       grubby
 Provides:       /bin/systemctl
 Provides:       /sbin/shutdown
 Provides:       syslog
@@ -626,9 +625,6 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
-* Mon Aug 26 2013 Dennis Gilmore <dennis at ausil.us> 206-7
-- Require grubby its needed by kernel-install
-
 * Thu Aug 22 2013 Harald Hoyer <harald at redhat.com> 206-6
 - kernel-install now understands kernel flavors like PAE
 


More information about the scm-commits mailing list