Merge review
This commit is contained in:
parent
157a206569
commit
2f1a96c4a4
@ -51,7 +51,6 @@ This version also supports IPv6.
|
||||
%package libs
|
||||
Summary: Libraries for tcp_wrappers
|
||||
Group: System Environment/Libraries
|
||||
Obsoletes: tcp_wrappers < 7.6-41
|
||||
|
||||
%description libs
|
||||
tcp_wrappers-libs contains the libraries of the tcp_wrappers package.
|
||||
@ -59,7 +58,6 @@ tcp_wrappers-libs contains the libraries of the tcp_wrappers package.
|
||||
%package devel
|
||||
Summary: Development libraries and headers for tcp_wrappers
|
||||
Group: Development/Libraries
|
||||
Obsoletes: tcp_wrappers < 7.6-41
|
||||
Requires: tcp_wrappers-libs = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -108,8 +106,8 @@ install -p -m644 tcpd.8 tcpdchk.8 tcpdmatch.8 ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
ln -sf hosts_access.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/hosts.allow.5
|
||||
ln -sf hosts_access.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/hosts.deny.5
|
||||
#cp -a libwrap.a ${RPM_BUILD_ROOT}%{_libdir}
|
||||
#cp -a libwrap.so* ${RPM_BUILD_ROOT}/%{_lib}
|
||||
install -p -m644 libwrap.so* ${RPM_BUILD_ROOT}/%{_lib}
|
||||
cp -a libwrap.so* ${RPM_BUILD_ROOT}/%{_lib}
|
||||
#install -p -m644 libwrap.so.0.7.6 ${RPM_BUILD_ROOT}/%{_lib}
|
||||
install -p -m644 tcpd.h ${RPM_BUILD_ROOT}%{_includedir}
|
||||
install -m755 safe_finger ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
install -m755 tcpd ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
|
Loading…
Reference in New Issue
Block a user