rpms/setup/FC-4 .cvsignore, 1.27, 1.28 setup.spec, 1.30, 1.31 sources, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 6 15:45:44 UTC 2005


Author: notting

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

Modified Files:
	.cvsignore setup.spec sources 
Log Message:
update



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setup/FC-4/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	20 May 2005 03:58:42 -0000	1.27
+++ .cvsignore	6 Sep 2005 15:45:41 -0000	1.28
@@ -1 +1 @@
-setup-2.5.44.tar.bz2
+setup-2.5.47.tar.bz2


Index: setup.spec
===================================================================
RCS file: /cvs/dist/rpms/setup/FC-4/setup.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- setup.spec	20 May 2005 03:58:42 -0000	1.30
+++ setup.spec	6 Sep 2005 15:45:41 -0000	1.31
@@ -1,12 +1,13 @@
 Summary: A set of system configuration and setup files.
 Name: setup
-Version: 2.5.44
+Version: 2.5.47
 Release: 1
 License: public domain
 Group: System Environment/Base
 Source: setup-%{version}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-root
 BuildArchitectures: noarch
+BuildRequires: bash tcsh
 Conflicts: initscripts < 4.26, bash <= 2.0.4-21 
 
 %description
@@ -31,7 +32,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 +69,19 @@
 %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.47-1
+- make lastlog 0644  (#167200)
+
+* Mon Jun 20 2005 Bill Nottingham <notting at redhat.com> 2.5.46-1
+- add buildrequires on bash, tcsh (#161016)
+- move core dump size setting from csh.login to csh.cshrc (#156914) 
+
+* Fri Jun 17 2005 Bill Nottingham <notting at redhat.com> 2.5.45-1
+- ksh doesn't implement EUID/UID. Work around that. (#160731)
+
 * Thu May 19 2005 Bill Nottingham <notting at redhat.com> 2.5.44-1
 - fix csh.cshrc when -e is used (#158265)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setup/FC-4/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	20 May 2005 03:58:42 -0000	1.28
+++ sources	6 Sep 2005 15:45:41 -0000	1.29
@@ -1 +1 @@
-23aa1c72fe08c229483db529bfd2bc67  setup-2.5.44.tar.bz2
+3bcaf594581f8b18139325f63ec012d4  setup-2.5.47.tar.bz2




More information about the fedora-cvs-commits mailing list