]> git.pld-linux.org Git - packages/dhcpv6.git/commitdiff
- fix %files - this directory should be owned by only one package
authordarekr <darekr@pld-linux.org>
Tue, 20 Sep 2005 10:33:36 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpv6.spec -> 1.10

dhcpv6.spec

index b809764c5edfdc61ff4fc656a9a75d7c6043b603..97f0a772b9db01118f44c3bb9e39507b56dfc2bb 100644 (file)
@@ -99,10 +99,11 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dhcp6s
 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcp6s.conf
 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/server6_addr.conf
+%attr(750,root,root) %dir %{_localstatedir}/lib/dhcpv6
 %{_mandir}/man8/dhcp6s.8*
 %{_mandir}/man8/dhcp6relay.8*
 %{_mandir}/man5/dhcp6s.conf.5*
-%attr(754,root,root) %dir %{_localstatedir}/lib/dhcpv6
+
 
 %files -n dhcpv6_client
 %defattr(644,root,root,755)
@@ -113,4 +114,3 @@ fi
 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcp6c.conf
 %{_mandir}/man8/dhcp6c.8*
 %{_mandir}/man5/dhcp6c.conf.5*
-%attr(750,root,root) %dir %{_localstatedir}/lib/dhcpv6
This page took 0.134445 seconds and 4 git commands to generate.