Update to 10.0.6 (rhbz#2255164)
- fix missing directory ownership and license
This commit is contained in:
parent
e0bd0519c7
commit
8981497a7b
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@
|
||||
/dhcpcd-10.0.4.tar.xz.asc
|
||||
/dhcpcd-10.0.5.tar.xz
|
||||
/dhcpcd-10.0.5.tar.xz.asc
|
||||
/dhcpcd-10.0.6.tar.xz
|
||||
/dhcpcd-10.0.6.tar.xz.asc
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global forgeurl0 https://github.com/NetworkConfiguration/dhcpcd
|
||||
|
||||
Name: dhcpcd
|
||||
Version: 10.0.5
|
||||
Version: 10.0.6
|
||||
Release: %autorelease
|
||||
Summary: A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
|
||||
License: BSD-2-Clause AND ISC AND MIT
|
||||
@ -68,7 +68,10 @@ install -d %{buildroot}%{_sharedstatedir}/%{_name}
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/hooks
|
||||
%{_datadir}/%{name}/hooks/10-wpa_supplicant
|
||||
%{_datadir}/%{name}/hooks/15-timezone
|
||||
%{_datadir}/%{name}/hooks/29-lookup-hostname
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dhcpcd-10.0.5.tar.xz) = f8213eee93e83c174ce5d2487364400fe07b39bb0f052d072518e12f7189136704f65e1f4467432b477f195d64eebe6ca167aec160aed1575ea9ef551b43eb43
|
||||
SHA512 (dhcpcd-10.0.5.tar.xz.asc) = bfb71902496d60cf74022385d42c000a9e21b1233af5590de9e038c5c8800b2f160c0511399bfcc6ac87c893be8b6e7545ad78a625909ce4ecb1c2a565134df9
|
||||
SHA512 (dhcpcd-10.0.6.tar.xz) = 403d612080c6f1397003dc6a16f59bb5d1d3d3479e3656c598acde4c4aafe1cfa374725c5ae3dddb4972c0f23ffd55d04c3703b97bed5b7060855b61b7738004
|
||||
SHA512 (dhcpcd-10.0.6.tar.xz.asc) = a564c7624aaa5587fba3a4a0884dd1ad4b0a2703673c9996df87606550086d3d38ef286b88e16c6cf7dc4185c688dd12bc4c638fb1474a280cd13ee10b8ff1ac
|
||||
|
Loading…
Reference in New Issue
Block a user