[packages/rpm] '--without selinux' build fix

jajcus jajcus at pld-linux.org
Wed Aug 7 10:43:19 CEST 2013


commit e780648e6dbde9462c9c5c65fd21b2f8e5b7b77b
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Wed Aug 7 10:43:08 2013 +0200

    '--without selinux' build fix

 rpm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index 5be9aef..a588191 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -988,7 +988,7 @@ sed -i \
 	%{?with_python:--with-python=%{py_ver} --with-python-lib-dir=%{py_sitedir}} \
 	%{!?with_python:--without-python} \
 	--with-selinux=%{!?with_selinux:no}%{?with_selinux:external} \
-	--with-sepol=%{!?with_selinux:not}%{?with_selinux:external} \
+	--with-sepol=%{!?with_selinux:no}%{?with_selinux:external} \
 	--with-semanage=%{!?with_selinux:no}%{?with_selinux:external} \
 	--with-libelf \
 	--with-zlib=external \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/e780648e6dbde9462c9c5c65fd21b2f8e5b7b77b



More information about the pld-cvs-commit mailing list