[dhcp/f16] changed the list of %verify on the leases files (#837474)

Tomas Hozza thozza at fedoraproject.org
Mon Jul 9 15:18:30 UTC 2012


commit ac4547355e8e7044942b3032a22b6538311f86d8
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jul 9 16:52:54 2012 +0200

    changed the list of %verify on the leases files (#837474)

 dhcp.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/dhcp.spec b/dhcp.spec
index 6d0205d..049de05 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -19,7 +19,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.3
-Release:  8.%{patchver}%{?dist}
+Release:  9.%{patchver}%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -580,8 +580,8 @@ fi
 %doc contrib/*
 %attr(0750,root,root) %dir %{dhcpconfdir}
 %attr(0755,dhcpd,dhcpd) %dir %{_localstatedir}/lib/dhcpd
-%attr(0644,dhcpd,dhcpd) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd.leases
-%attr(0644,dhcpd,dhcpd) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd6.leases
+%attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd.leases
+%attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd6.leases
 %config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
 %config(noreplace) %{_sysconfdir}/sysconfig/dhcpd6
 %config(noreplace) %{_sysconfdir}/sysconfig/dhcrelay
@@ -646,6 +646,9 @@ fi
 %{_initddir}/dhcrelay
 
 %changelog
+* Mon Jul 09 2012 Tomas Hozza <thozza at redhat.com> - 12:4.2.3-9.P2
+- changed the list of %verify on the leases files (#837474)
+
 * Wed Feb 22 2012 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.3-8.P2
 - don't send log messages to the standard error descriptor by default (#790387)
 


More information about the scm-commits mailing list