- Set permission of libdhcp4client.so.1 to 0755 (#215910)

This commit is contained in:
David Cantrell 2006-11-16 20:31:12 +00:00
parent a914f346ce
commit 9fe2af5f67

View File

@ -8,7 +8,7 @@
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent. Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp Name: dhcp
Version: 3.0.5 Version: 3.0.5
Release: 5%{?dist} Release: 6%{?dist}
Epoch: 12 Epoch: 12
License: distributable License: distributable
Group: System Environment/Daemons Group: System Environment/Daemons
@ -329,7 +329,7 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%files -n libdhcp4client %files -n libdhcp4client
%defattr(-,root,root,-) %defattr(0755,root,root,0755)
%{_libdir}/libdhcp4client.so.* %{_libdir}/libdhcp4client.so.*
%files -n libdhcp4client-devel %files -n libdhcp4client-devel
@ -340,6 +340,9 @@ exit 0
%{_libdir}/libdhcp4client.so %{_libdir}/libdhcp4client.so
%changelog %changelog
* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-6
- Set permission of libdhcp4client.so.1 to 0755 (#215910)
* Tue Nov 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-5 * Tue Nov 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-5
- Do not link res_query.o in to libdhcp4client (#215501) - Do not link res_query.o in to libdhcp4client (#215501)