|
|
Author: pknirsch
Update of /cvs/dist/rpms/setup/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14641
Modified Files:
.cvsignore setup.spec sources
Log Message:
- Really switch to new /etc/services file
- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setup/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 31 Jan 2006 13:29:11 -0000 1.31
+++ .cvsignore 23 Feb 2006 14:29:08 -0000 1.32
@@ -1 +1 @@
-setup-2.5.48.tar.bz2
+setup-2.5.49.tar.bz2
Index: setup.spec
===================================================================
RCS file: /cvs/dist/rpms/setup/devel/setup.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- setup.spec 31 Jan 2006 13:29:11 -0000 1.36
+++ setup.spec 23 Feb 2006 14:29:09 -0000 1.37
@@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files.
Name: setup
-Version: 2.5.48
+Version: 2.5.49
Release: 1
License: public domain
Group: System Environment/Base
@@ -33,6 +33,8 @@
chmod 0644 %{buildroot}/etc/environment
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
chmod 0644 %{buildroot}/var/log/lastlog
+touch %{buildroot}/etc/fstab
+touch %{buildroot}/etc/mtab
# remove unpackaged files from the buildroot
rm -f %{buildroot}/etc/Makefile
@@ -70,8 +72,14 @@
%dir /etc/profile.d
%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/mtab
%changelog
+* Thu Feb 23 2006 Phil Knirsch <pknirsch@xxxxxxxxxx> 2.4.49-1
+- Really switch to new /etc/services file
+- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)
+
* Tue Jan 31 2006 Phil Knirsch <pknirsch@xxxxxxxxxx> 2.4.48-1
- Switched to the new large /etc/services file which fixes #112298, #133683,
#166443, #168872, #171228.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setup/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 31 Jan 2006 13:29:11 -0000 1.32
+++ sources 23 Feb 2006 14:29:09 -0000 1.33
@@ -1 +1 @@
-a3277898d9c56ea1dc279a0219ad7c2c setup-2.5.48.tar.bz2
+fdd4212c96b5c26a71682b17b90aa326 setup-2.5.49.tar.bz2
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|