[ostree] build: Drop SELinux required version a bit earlier



commit 8c2a3efadbbd63d8d75601c8857ee329001d443d
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 2 11:53:22 2014 -0500

    build: Drop SELinux required version a bit earlier
    
    Apparently EPEL7 only has 2.1.13, but we should be fine with that.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 99c1630..542c9ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,7 +140,7 @@ if test x$with_libarchive != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +libarc
 AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
 
 dnl This is what is in RHEL7 anyways
-SELINUX_DEPENDENCY="libselinux >= 2.2.1"
+SELINUX_DEPENDENCY="libselinux >= 2.1.13"
 
 AC_ARG_WITH(selinux,
            AS_HELP_STRING([--without-selinux], [Do not use SELinux]),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]