From 7e8cbbc04a381366ee3890ce71784b6d605f55f4 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 1 Aug 2016 14:01:10 +0200 Subject: [PATCH] secilc-2.5-5 - Rebuilt with libsepol-2.5-9 --- secilc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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