Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Mon Nov 11 11:04:24 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- hosts.allow/hosts.deny: remove executable bit
-------------------------------------------------------------------
Tue May 14 08:10:05 UTC 2024 - pgajdos@suse.com

View File

@ -161,7 +161,7 @@ ln -sf libwrap.so.0.%{version} %{buildroot}/%{_libdir}/libwrap.so.0
ln -sf libwrap.so.0.%{version} %{buildroot}/%{_libdir}/libwrap.so
mkdir -p %{buildroot}%{_sysconfdir}
for i in hosts.allow hosts.deny; do
install -m 644 $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir}
install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir}
done
%post -n %{lname} -p /sbin/ldconfig