diff --git a/secilc.spec b/secilc.spec index 79a9662..0db380e 100644 --- a/secilc.spec +++ b/secilc.spec @@ -1,6 +1,8 @@ +%global libsepolver 2.5-9 + Name: secilc Version: 2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The SELinux CIL Compiler License: BSD @@ -12,7 +14,7 @@ Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/fi # HEAD https://github.com/fedora-selinux/selinux/commit/4bfb84c7ff7b33cf06b9a6b2317d24054b9db562 Patch1: secilc-fedora.patch -BuildRequires: libsepol-static >= 2.5-7, dblatex, flex, xmlto, pandoc +BuildRequires: libsepol-static >= %{libsepolver}, dblatex, flex, xmlto, pandoc %description The SELinux CIL Compiler is a compiler that converts the CIL language as @@ -59,6 +61,9 @@ make %{?_smp_mflags} DESTDIR="%{buildroot}" SBINDIR="%{buildroot}%{_sbindir}" LI %license COPYING %changelog +* Mon Aug 01 2016 Petr Lautrbach 2.5-5 +- Rebuilt with libsepol-2.5-9 + * Thu Jun 23 2016 Petr Lautrbach - 2.5-4 - Rebuilt with libsepol-2.5-7