From 1e7e03b4fde1c028ade034178d09d01b3f4f2b6b Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Dec 08 2008 20:42:45 +0000 Subject: - Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules. --- diff --git a/unbound.spec b/unbound.spec index 699be71..55a4f53 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,7 +1,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Requires(preun): initscripts Requires(postun): initscripts Requires: ldns >= 1.4.0 Requires(pre): shadow-utils +Requires: selinux-policy >= 3.5.13-33 # Is this obsolete? #Provides: caching-nameserver @@ -144,6 +145,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Mon Dec 8 2008 Paul Wouters - 1.1.1-4 +- Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules. + * Mon Dec 1 2008 Paul Wouters - 1.1.1-3 - We did not own the /etc/unbound directory (#474020) - Fixed cvs anomalies