commit e780648e6dbde9462c9c5c65fd21b2f8e5b7b77b
Author: Jacek Konieczny <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to