parent
4d1e4cfe7c
commit
c74dcbc681
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of system configuration and setup files
|
Summary: A set of system configuration and setup files
|
||||||
Name: setup
|
Name: setup
|
||||||
Version: 2.13.7
|
Version: 2.13.7
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://pagure.io/setup/
|
URL: https://pagure.io/setup/
|
||||||
@ -40,11 +40,9 @@ mv %{buildroot}/etc/lang* %{buildroot}/etc/profile.d/
|
|||||||
rm -f %{buildroot}/etc/uidgid
|
rm -f %{buildroot}/etc/uidgid
|
||||||
rm -f %{buildroot}/etc/COPYING
|
rm -f %{buildroot}/etc/COPYING
|
||||||
mkdir -p %{buildroot}/var/log
|
mkdir -p %{buildroot}/var/log
|
||||||
touch %{buildroot}/var/log/lastlog
|
|
||||||
touch %{buildroot}/etc/environment
|
touch %{buildroot}/etc/environment
|
||||||
chmod 0644 %{buildroot}/etc/environment
|
chmod 0644 %{buildroot}/etc/environment
|
||||||
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
|
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
|
||||||
chmod 0644 %{buildroot}/var/log/lastlog
|
|
||||||
touch %{buildroot}/etc/fstab
|
touch %{buildroot}/etc/fstab
|
||||||
mkdir -p %{buildroot}/etc/profile.d
|
mkdir -p %{buildroot}/etc/profile.d
|
||||||
echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
|
echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
|
||||||
@ -113,11 +111,13 @@ end
|
|||||||
%config(noreplace) /etc/profile.d/csh.local
|
%config(noreplace) /etc/profile.d/csh.local
|
||||||
/etc/profile.d/lang.{sh,csh}
|
/etc/profile.d/lang.{sh,csh}
|
||||||
%config(noreplace) %verify(not md5 size mtime) /etc/shells
|
%config(noreplace) %verify(not md5 size mtime) /etc/shells
|
||||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
|
||||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 09 2022 Martin Osvald <mosvald@redhat.com> - 2.13.7-7
|
||||||
|
- Move /var/log/lastlog ownership to systemd (#2066753)
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.13.7-6
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.13.7-6
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user