From cf31b7a9d4b4dd71e7ce4758f0c92789a663fc50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Aug 2012 10:40:30 +0200 Subject: mod_selinux: backport --- mod_selinux.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'mod_selinux.spec') diff --git a/mod_selinux.spec b/mod_selinux.spec index 4505e37..bd2d57f 100644 --- a/mod_selinux.spec +++ b/mod_selinux.spec @@ -8,16 +8,16 @@ %define selinux_policy_types targeted mls Name: mod_selinux -Version: 2.2.2454 -Release: 5%{?dist} +Version: 2.4.3 +Release: 1%{?dist} Summary: Apache/SELinux plus module Group: System Environment/Daemons License: ASL 2.0 URL: http://code.google.com/p/sepgsql/ Source0: http://sepgsql.googlecode.com/files/%{name}-%{version}.tgz Source1: %{name}.conf -BuildRequires: httpd-devel >= 2.2.0 libselinux-devel checkpolicy >= 2.0.19 policycoreutils selinux-policy-devel -Requires: kernel >= 2.6.28 httpd >= 2.2.0 policycoreutils selinux-policy +BuildRequires: httpd-devel >= 2.4.0 libselinux-devel checkpolicy >= 2.0.19 policycoreutils selinux-policy-devel +Requires: kernel >= 2.6.28 httpd >= 2.4.0 policycoreutils selinux-policy Requires: httpd-mmn = %{_httpd_mmn} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -105,6 +105,15 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Thu Aug 23 2012 Remi Collet - 2.4.3 +- sync with rawhide, backport for remi repo + +* Tue Jul 24 2012 KaiGai Kohei - 2.4.3 +- fix build towards httpd-2.4.x + +* Fri Jul 20 2012 Fedora Release Engineering - 2.2.2454-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue May 1 2012 Joe Orton - 2.2.2454-5 - packaging fixes (#803075) -- cgit