update to 1.2.1 [release 1.2.1-1mamba;Tue Apr 20 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:45:25 +01:00
parent 97ac50db2e
commit a5916ea69d

View File

@ -1,7 +1,7 @@
%define daemon_id 6
Name: setup
Version: 1.2.0
Release: 2mamba
Version: 1.2.1
Release: 1mamba
Summary: A set of system configuration and setup files
Group: System/Configuration
Vendor: openmamba
@ -68,6 +68,12 @@ if [ $1 -ge 1 ]; then
fi
:
%posttrans
if [ ! -e /etc/resolv.conf -a -e /etc/resolv.conf.rpmsave ]; then
mv /etc/resolv.conf{.rpmsave,}
fi
:
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/bashrc
@ -87,7 +93,6 @@ fi
%config(noreplace) %{_sysconfdir}/passwd
%config(noreplace) %{_sysconfdir}/printcap
%config %{_sysconfdir}/profile
%config(noreplace) %{_sysconfdir}/resolv.conf
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/shells
%attr(0600,root,root) %config(missingok,noreplace) %{_sysconfdir}/securetty
%dir %{_sysconfdir}/profile.d
@ -96,6 +101,9 @@ fi
%doc AUTHORS ChangeLog
%changelog
* Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* Mon Mar 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- still require /bin/hostname instead of /usr/bin/hostname