summaryrefslogtreecommitdiffstats
path: root/pki/specs/pki-core.spec
diff options
context:
space:
mode:
Diffstat (limited to 'pki/specs/pki-core.spec')
-rw-r--r--pki/specs/pki-core.spec23
1 files changed, 22 insertions, 1 deletions
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index e5fead454..086f3829a 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -7,7 +7,7 @@
Name: pki-core
Version: 10.0.0
-Release: %{?relprefix}3%{?prerel}%{?dist}
+Release: %{?relprefix}5%{?prerel}%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -64,6 +64,14 @@ BuildRequires: tomcatjss >= 2.0.0
Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}%{?prerel}.tar.gz
+%if 0%{?fedora} >= 17
+Patch0: %{name}-selinux-f17.patch
+%else
+%if 0%{?fedora} >= 16
+Patch0: %{name}-selinux-f16.patch
+%endif
+%endif
+
%if 0%{?rhel}
ExcludeArch: ppc ppc64 s390 s390x
%endif
@@ -651,6 +659,13 @@ This package is a part of the PKI Core used by the Certificate System.
%setup -q -n %{name}-%{version}%{?prerel}
+%if 0%{?fedora} >= 17
+%patch0 -p2 -b .p0
+%else
+%if 0%{?fedora} >= 16
+%patch0 -p2 -b .p0
+%endif
+%endif
%clean
%{__rm} -rf %{buildroot}
@@ -1218,6 +1233,12 @@ fi
%changelog
+* Tue Feb 28 2012 Ade Lee <alee@redhat.com> 10.0.0-0.5.a1
+- 'pki-selinux'
+- Added platform-dependent patches for SELinux component
+- Bugzilla Bug #739708 - Selinux fix for ephemeral ports (F16)
+- Bugzilla Bug #795966 - pki-selinux policy is kind of a mess (F17)
+
* Wed Feb 23 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.4.a1
- Added dependency on Apache Commons Codec.