Include dhcp_release6 tool and license in utils
This commit is contained in:
parent
1e0b4d4c56
commit
323f116aa8
11
dnsmasq.spec
11
dnsmasq.spec
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: dnsmasq
|
Name: dnsmasq
|
||||||
Version: 2.76
|
Version: 2.76
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A lightweight DHCP/caching DNS server
|
Summary: A lightweight DHCP/caching DNS server
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -110,6 +110,8 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir} \
|
|||||||
$RPM_BUILD_ROOT%{_mandir}/man1
|
$RPM_BUILD_ROOT%{_mandir}/man1
|
||||||
install -m 755 contrib/lease-tools/dhcp_release $RPM_BUILD_ROOT%{_bindir}/dhcp_release
|
install -m 755 contrib/lease-tools/dhcp_release $RPM_BUILD_ROOT%{_bindir}/dhcp_release
|
||||||
install -m 644 contrib/lease-tools/dhcp_release.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_release.1
|
install -m 644 contrib/lease-tools/dhcp_release.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_release.1
|
||||||
|
install -m 755 contrib/lease-tools/dhcp_release6 $RPM_BUILD_ROOT%{_bindir}/dhcp_release6
|
||||||
|
install -m 644 contrib/lease-tools/dhcp_release6.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_release6.1
|
||||||
install -m 755 contrib/lease-tools/dhcp_lease_time $RPM_BUILD_ROOT%{_bindir}/dhcp_lease_time
|
install -m 755 contrib/lease-tools/dhcp_lease_time $RPM_BUILD_ROOT%{_bindir}/dhcp_lease_time
|
||||||
install -m 644 contrib/lease-tools/dhcp_lease_time.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_lease_time.1
|
install -m 644 contrib/lease-tools/dhcp_lease_time.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_lease_time.1
|
||||||
|
|
||||||
@ -132,7 +134,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGELOG COPYING COPYING-v3 FAQ doc.html setup.html dbus/DBus-interface
|
%doc CHANGELOG FAQ doc.html setup.html dbus/DBus-interface
|
||||||
|
%license COPYING COPYING-v3
|
||||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dnsmasq.conf
|
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dnsmasq.conf
|
||||||
%dir /etc/dnsmasq.d
|
%dir /etc/dnsmasq.d
|
||||||
%dir %{_var}/lib/dnsmasq
|
%dir %{_var}/lib/dnsmasq
|
||||||
@ -143,10 +146,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/%{name}/trust-anchors.conf
|
%{_datadir}/%{name}/trust-anchors.conf
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
|
%license COPYING COPYING-v3
|
||||||
%{_bindir}/dhcp_*
|
%{_bindir}/dhcp_*
|
||||||
%{_mandir}/man1/dhcp_*
|
%{_mandir}/man1/dhcp_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2017 Petr Menšík <pemensik@redhat.com>
|
||||||
|
- Include dhcp_release6 tool and license in utils
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.76-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.76-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user