rpms/systemd/devel systemd.spec,1.15,1.16

Lennart Poettering lennart at fedoraproject.org
Sat Jul 24 01:05:03 UTC 2010


Author: lennart

Update of /cvs/pkgs/rpms/systemd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11026

Modified Files:
	systemd.spec 
Log Message:
Add libselinux to build dependencies


Index: systemd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemd/devel/systemd.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- systemd.spec	24 Jul 2010 00:57:17 -0000	1.15
+++ systemd.spec	24 Jul 2010 01:05:02 -0000	1.16
@@ -2,7 +2,7 @@ Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Version:        4
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Session Manager
@@ -10,6 +10,7 @@ BuildRequires:  libudev-devel >= 160
 BuildRequires:  libcap-devel
 BuildRequires:  tcp_wrappers-devel
 BuildRequires:  pam-devel
+BuildRequires:  libselinux-devel
 BuildRequires:  libxslt
 BuildRequires:  docbook-style-xsl
 BuildRequires:  dbus-glib-devel
@@ -213,6 +214,9 @@ fi
 %{_mandir}/man8/runlevel.*
 
 %changelog
+* Sat Jul 24 2010 Lennart Poettering <lpoetter at redhat.com> - 4-3
+- Add libselinux to build dependencies
+
 * Sat Jul 24 2010 Lennart Poettering <lpoetter at redhat.com> - 4-2
 - Use the right tarball
 



More information about the scm-commits mailing list