Merge pull request #616 from ertugerata/master

dhcpd rebuild, need eudev...
This commit is contained in:
Ertuğrul Erata
2017-02-21 12:38:32 +03:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+2 -3
View File
@@ -12,7 +12,6 @@ from pisi.actionsapi import shelltools
def setup(): def setup():
autotools.configure("--libexecdir=/lib/dhcpcd \ autotools.configure("--libexecdir=/lib/dhcpcd \
--dbdir=/var/lib/dhcpcd \ --dbdir=/var/lib/dhcpcd \
--sbindir=/sbin \
--localstatedir=/var \ --localstatedir=/var \
--rundir=/run") --rundir=/run")
@@ -24,7 +23,7 @@ def install():
# Set Options in /etc/dhcpcd.conf Disable ip4vall # Set Options in /etc/dhcpcd.conf Disable ip4vall
shelltools.echo("%s/etc/dhcpcd.conf" % get.installDIR(), "noipv4ll") shelltools.echo("%s/etc/dhcpcd.conf" % get.installDIR(), "noipv4ll")
# Remove hooks install the compat one # Remove hooks install the compat one
# pisitools.remove("/lib/dhcpcd/dhcpcd-hooks/*") pisitools.remove("/lib/dhcpcd/dhcpcd-hooks/*")
#pisitools.insinto("/lib/dhcpcd/dhcpcd-hooks", "dhcpcd-hooks/50-dhcpcd-compat") pisitools.insinto("/lib/dhcpcd/dhcpcd-hooks", "dhcpcd-hooks/50-dhcpcd-compat")
pisitools.dodoc("README") pisitools.dodoc("README")
+5 -2
View File
@@ -13,6 +13,9 @@
<Summary>A dhcp client only</Summary> <Summary>A dhcp client only</Summary>
<Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description> <Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description>
<Archive sha1sum="aa0a97682cb7dad3ea0acfe623a67da42614a2d8" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz</Archive> <Archive sha1sum="aa0a97682cb7dad3ea0acfe623a67da42614a2d8" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>eudev-devel</Dependency>
</BuildDependencies>
</Source> </Source>
<Package> <Package>
@@ -21,7 +24,7 @@
<Path fileType="config">/etc</Path> <Path fileType="config">/etc</Path>
<Path fileType="data">/lib/dhcpcd</Path> <Path fileType="data">/lib/dhcpcd</Path>
<Path fileType="library">/usr/lib/dhcpcd/dev/udev.so</Path> <Path fileType="library">/usr/lib/dhcpcd/dev/udev.so</Path>
<Path fileType="executable">/sbin</Path> <Path fileType="executable">/usr/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="man">/usr/share/dhcpcd</Path> <Path fileType="man">/usr/share/dhcpcd</Path>
@@ -31,7 +34,7 @@
<History> <History>
<Update release="3"> <Update release="3">
<Date>2017-01-29</Date> <Date>2017-02-21</Date>
<Version>6.11.5</Version> <Version>6.11.5</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>