From 232a991dc68852664b77e4602c5023636256efcd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:45:56 +0100 Subject: [PATCH] automatic version update by autodist [release 9.4.1-1mamba;Tue Oct 26 2021] --- dhcpcd.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/dhcpcd.spec b/dhcpcd.spec index 5d1d175..1e65851 100644 --- a/dhcpcd.spec +++ b/dhcpcd.spec @@ -1,24 +1,26 @@ Name: dhcpcd -Version: 9.4.0 +Version: 9.4.1 Release: 1mamba Summary: A RFC 2131 compliant DHCP client Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://roy.marples.name/projects/dhcpcd +URL: http://roy.marples.name/projects/dhcpcd/ Source: http://roy.marples.name/downloads/dhcpcd/dhcpcd-%{version}.tar.xz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libudev-devel ## AUTOBUILDREQ-END Provides: dhcpclient -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant IPv4LL (aka ZeroConf) client. In layman's terms, dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration. +%debug_package + %prep %setup -q @@ -30,18 +32,20 @@ In layman's terms, dhcpcd runs on your machine and silently configures your comp [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +chmod 755 %{buildroot}%{_sbindir}/dhcpcd + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_sysconfdir}/dhcpcd.conf +%{_sbindir}/dhcpcd %dir %{_libdir}/dhcpcd %dir %{_libdir}/dhcpcd/dev %{_libdir}/dhcpcd/dev/udev.so %{_libexecdir}/dhcpcd-run-hooks %{_libexecdir}/dhcpcd-hooks/* -%{_sbindir}/dhcpcd %dir %{_datadir}/dhcpcd %dir %{_datadir}/dhcpcd/hooks %{_datadir}/dhcpcd/hooks/* @@ -51,6 +55,9 @@ In layman's terms, dhcpcd runs on your machine and silently configures your comp #%doc README %changelog +* Tue Oct 26 2021 Automatic Build System 9.4.1-1mamba +- automatic version update by autodist + * Mon Jan 04 2021 Automatic Build System 9.4.0-1mamba - automatic version update by autodist