[augeas-devel] augeas: master - * augeas.spec.in: BR for libselinux-devel (bug #26)

David Lutterkort lutter at fedoraproject.org
Mon Mar 9 04:51:27 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=fafeb518978f9c04f44d13dd85bc00c920aff8d4
Commit:        fafeb518978f9c04f44d13dd85bc00c920aff8d4
Parent:        7af39a8f6fe9a6e8f214797183c8dea68a9e5a99
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Sun Mar 8 21:41:06 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Sun Mar 8 21:41:06 2009 -0700

* augeas.spec.in: BR for libselinux-devel (bug #26)

Without the BR, the Fedora and EPEL builds are done without SELinux
support, resulting in a binary that does not preserve SELinux contexts
---
 augeas.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/augeas.spec.in b/augeas.spec.in
index 48244cd..bcc54d2 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -9,7 +9,7 @@ URL:            http://augeas.net/
 Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  readline-devel
+BuildRequires:  readline-devel libselinux-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
 %description




More information about the augeas-devel mailing list