[systemd: 2/2] don't build the gtk parts anymore

Michal Schmidt michich at fedoraproject.org
Tue Mar 20 11:23:00 UTC 2012


commit 7de90b3c5ac9689054b8d1d32a18efec15ae7dac
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Tue Mar 20 10:27:26 2012 +0100

    don't build the gtk parts anymore
    
    The GTK apps are moving into the systemd-ui package.
    Remove a dead patch file.

 systemd-38-big-endian.patch |   13 -------------
 systemd.spec                |   26 ++++++--------------------
 2 files changed, 6 insertions(+), 33 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 2b145e6..26f6cfd 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -3,7 +3,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        44
-Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        2%{?gitcommit:.git%{gitcommit}}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -15,14 +15,10 @@ BuildRequires:  pam-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  audit-libs-devel
 BuildRequires:  cryptsetup-luks-devel
+BuildRequires:  dbus-devel
 BuildRequires:  libxslt
 BuildRequires:  docbook-style-xsl
-BuildRequires:  vala >= 0.11
 BuildRequires:  pkgconfig
-BuildRequires:  gtk2-devel
-BuildRequires:  glib2-devel
-BuildRequires:  libgee06-devel
-BuildRequires:  libnotify-devel >= 0.7
 BuildRequires:  libacl-devel
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  gperf
@@ -94,15 +90,6 @@ Requires:       %{name} = %{version}-%{release}
 %description devel
 Development headers and auxiliary files for developing applications for systemd.
 
-%package gtk
-Group:          System Environment/Base
-Summary:        Graphical frontend for systemd
-Requires:       %{name} = %{version}-%{release}
-Requires:       polkit
-
-%description gtk
-Graphical front-end for systemd.
-
 %package sysv
 Group:          System Environment/Base
 Summary:        SysV tools for systemd
@@ -372,11 +359,6 @@ fi
 %ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel4.target
 %ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel5.target
 
-%files gtk
-%{_bindir}/systemadm
-%{_bindir}/systemd-gnome-ask-password-agent
-%{_mandir}/man1/systemadm.*
-
 %files devel
 %{_libdir}/libsystemd-daemon.so
 %{_libdir}/libsystemd-login.so
@@ -400,6 +382,10 @@ fi
 %{_bindir}/systemd-analyze
 
 %changelog
+* Tue Mar 20 2012 Michal Schmidt <mschmidt at redhat.com> - 44-2
+- Don't build the gtk parts anymore. They're moving into systemd-ui.
+- Remove a dead patch file.
+
 * Fri Mar 16 2012 Lennart Poettering <lpoetter at redhat.com> - 44-1
 - New upstream release
 - Closes #798760, #784921, #783134, #768523, #781735


More information about the scm-commits mailing list