[setup/f16] gopher home dir in uidgid should be /var/gopher - #752885, add ext4 to /etc/filesystems - #750506

Ondrej Vasik ovasik at fedoraproject.org
Tue Jan 3 11:50:44 UTC 2012


commit 87105d9572ecfe6800ab7821a5ccb0c1f9a17827
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Jan 3 12:50:37 2012 +0100

    gopher home dir in uidgid should be /var/gopher - #752885, add ext4 to /etc/filesystems - #750506

 setup-2.8.36-changes.patch |   17 +++++++++++++++++
 setup.spec                 |    6 +++++-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/setup-2.8.36-changes.patch b/setup-2.8.36-changes.patch
index a104bc9..96defb3 100644
--- a/setup-2.8.36-changes.patch
+++ b/setup-2.8.36-changes.patch
@@ -1,3 +1,11 @@
+diff -urNp setup-2.8.36-orig/filesystems setup-2.8.36/filesystems
+--- setup-2.8.36-orig/filesystems	2011-08-16 15:13:43.000000000 +0200
++++ setup-2.8.36/filesystems	2012-01-03 12:45:29.969097571 +0100
+@@ -1,3 +1,4 @@
++ext4
+ ext3
+ ext2
+ nodev proc
 diff -urNp setup-2.8.36-orig/securetty setup-2.8.36/securetty
 --- setup-2.8.36-orig/securetty	2011-08-16 15:13:43.000000000 +0200
 +++ setup-2.8.36/securetty	2011-08-23 10:02:37.816742508 +0200
@@ -26,6 +34,15 @@ diff -urNp setup-2.8.36-orig/services setup-2.8.36/services
 diff -urNp setup-2.8.36-orig/uidgid setup-2.8.36/uidgid
 --- setup-2.8.36-orig/uidgid	2011-08-16 15:13:43.000000000 +0200
 +++ setup-2.8.36/uidgid	2011-08-23 09:42:12.335693907 +0200
+@@ -19,7 +19,7 @@ news	9	13	/var/spool/news		/sbin/nologin
+ uucp	10	14	/var/spool/uucp		/sbin/nologin	setup
+ operator	11	(0)	/root		/sbin/nologin	setup
+ games	12	(100)	/usr/games		/sbin/nologin	setup
+-gopher	13	30	/usr/lib/gopher-data		/sbin/nologin	setup
++gopher	13	30	/var/gopher		/sbin/nologin	setup
+ ftp	14	50	/var/ftp		/sbin/nologin	setup
+ man	-	15	-		-	setup
+ oprofile	16	16	/home/oprofile		/sbin/nologin	oprofile
 @@ -119,6 +119,9 @@ bacula	133	133	/var/spool/bacula		/sbin/
  ricci	140	140	/var/lib/ricci		/sbin/nologin	ricci
  luci	141	141	/var/lib/luci		/sbin/nologin	luci
diff --git a/setup.spec b/setup.spec
index c889691..71a0655 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
 Summary: A set of system configuration and setup files
 Name: setup
 Version: 2.8.36
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
@@ -91,6 +91,10 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Tue Jan 03 2012 Ondrej Vasik <ovasik at redhat.com> 2.8.36-3
+- gopher home dir in uidgid should be /var/gopher - #752885
+- add ext4 to /etc/filesystems - #750506
+
 * Tue Aug 23 2011 Ondrej Vasik <ovasik at redhat.com> 2.8.36-2
 - reserve 160:160 for swift (openstack-swift) - #732442
 - reserve 161:161 for glance (openstack-glance) - #732442


More information about the scm-commits mailing list