Rebase to 9.4.0
Update to most recent release after long time.
This commit is contained in:
parent
201d88a3a8
commit
591301b2f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dhcpcd-6.10.1.tar.xz
|
||||
/dhcpcd-6.11.2.tar.xz
|
||||
/dhcpcd-6.11.3.tar.xz
|
||||
/dhcpcd-9.4.0.tar.xz
|
||||
|
15
dhcpcd.spec
15
dhcpcd.spec
@ -1,15 +1,15 @@
|
||||
Name: dhcpcd
|
||||
Version: 6.11.3
|
||||
Release: 13%{?dist}
|
||||
Version: 9.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
|
||||
License: BSD
|
||||
URL: http://roy.marples.name/projects/%{name}/index
|
||||
URL: http://roy.marples.name/projects/%{name}/
|
||||
Source0: http://roy.marples.name/downloads/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: %{name}.service
|
||||
Source2: %{name}@.service
|
||||
BuildRequires: gcc
|
||||
BuildRequires: systemd
|
||||
BuildRequires: ntp
|
||||
BuildRequires: chrony
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: ypbind
|
||||
BuildRequires: make
|
||||
@ -22,12 +22,12 @@ that supports IPv4 and IPv6 configuration including configuration discovery
|
||||
through NDP, DHCPv4 and DHCPv6 protocols.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--dbdir=/var/lib/%{name}
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -67,6 +67,9 @@ install -d %{buildroot}%{_sharedstatedir}/%{_name}
|
||||
%{_sharedstatedir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Mar 19 2021 Petr Menšík <pemensik@redhat.com> - 9.4.0-1
|
||||
- Update to 9.4.0
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.11.3-13
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
Loading…
Reference in New Issue
Block a user