rpms/setup/FC-4 setup.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 6 15:59:31 UTC 2005


Author: notting

Update of /cvs/dist/rpms/setup/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv6681

Modified Files:
	setup.spec 
Log Message:
backport just this change



Index: setup.spec
===================================================================
RCS file: /cvs/dist/rpms/setup/FC-4/setup.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- setup.spec	6 Sep 2005 15:57:41 -0000	1.32
+++ setup.spec	6 Sep 2005 15:59:29 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: A set of system configuration and setup files.
 Name: setup
 Version: 2.5.44
-Release: 1
+Release: 1.1
 License: public domain
 Group: System Environment/Base
 Source: setup-%{version}.tar.bz2
@@ -31,7 +31,7 @@
 touch %{buildroot}/etc/environment
 chmod 0644 %{buildroot}/etc/environment
 chmod 0400 %{buildroot}/etc/{shadow,gshadow}
-chmod 0400 %{buildroot}/var/log/lastlog
+chmod 0644 %{buildroot}/var/log/lastlog
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}/etc/Makefile
@@ -68,9 +68,12 @@
 %config(noreplace) /etc/csh.cshrc
 %dir /etc/profile.d
 %config(noreplace) %verify(not md5 size mtime) /etc/shells
-%ghost %attr(0400,root,root) %verify(not md5 size mtime) /var/log/lastlog
+%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
 
 %changelog
+* Tue Sep  6 2005 Bill Nottingham <notting at redhat.com> 2.5.44-1.1
+- make lastlog 0644  (#167200)
+
 * Thu May 19 2005 Bill Nottingham <notting at redhat.com> 2.5.44-1
 - fix csh.cshrc when -e is used (#158265)
 




More information about the fedora-cvs-commits mailing list