]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- introduced -client-dirs subpackage that provides: auto/th/dhcp-4_0_2-4
authorpawelz <pawelz@pld-linux.org>
Wed, 13 Oct 2010 22:47:27 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /etc/dhclient-enter-hooks.d
  /etc/dhclient-exit-hooks.d
  That is because other programs like avahi-autopid or resolvconf must put
  files into these dirs, but these programs does not depend on dhcp-client.
- rel 4

Changed files:
    dhcp.spec -> 1.179

dhcp.spec

index 6bea925359a17e09be3fc816fb353b49c3268e3d..0884a7a37eb4a2db4cb5ae689547d8d16598ed8b 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -13,7 +13,7 @@ Summary(pt_BR.UTF-8): Servidor DHCP (Protocolo de configuração dinâmica de ho
 Name:          dhcp
 # 4.1.0a1 is on DEVEL
 Version:       4.0.2
-Release:       3
+Release:       4
 Epoch:         4
 License:       MIT
 Group:         Networking/Daemons
@@ -130,6 +130,17 @@ Dynamic Host Configuration Protocol Client.
 %description client -l pl.UTF-8
 Klient DHCP (Dynamic Host Configuration Protocol).
 
+%package client-dirs
+Summary:       DHCP Client common dirs
+Summary(pl.UTF-8):     Katalogi klienta DHCP
+Group:         Networking/Daemons
+
+%description client-dirs
+Directories for scripts for dhcp-client.
+
+%description client -l pl.UTF-8
+Katalog przeznaczony na skrypty dla klienta dhcp.
+
 %package relay
 Summary:       DHCP Relay Agent
 Summary(pl.UTF-8):     Agent przekazywania informacji DHCP
@@ -441,8 +452,6 @@ fi
 %defattr(644,root,root,755)
 %doc contrib/sethostname.sh client/dhclient.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhclient.conf
-%{_sysconfdir}/dhclient-enter-hooks.d
-%{_sysconfdir}/dhclient-exit-hooks.d
 %attr(755,root,root) /sbin/dhclient
 %attr(755,root,root) /sbin/dhclient-script
 %{_mandir}/man5/dhclient.conf.5*
@@ -453,6 +462,11 @@ fi
 %ghost /var/lib/dhclient/dhclient.leases
 %ghost /var/lib/dhclient/dhclient6.leases
 
+%files client-dirs
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/dhclient-enter-hooks.d
+%dir %{_sysconfdir}/dhclient-exit-hooks.d
+
 %files relay
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dhcp-relay
This page took 0.136279 seconds and 4 git commands to generate.