rpms/sabayon/devel sabayon-nosu.patch, NONE, 1.1 sabayon.spec, 1.45, 1.46

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Dec 9 07:34:24 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/sabayon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9942

Modified Files:
	sabayon.spec 
Added Files:
	sabayon-nosu.patch 
Log Message:
Don't use gnomesu


sabayon-nosu.patch:

--- NEW FILE sabayon-nosu.patch ---
diff -up sabayon-2.20.1/admin-tool/sabayon.desktop.in.nosu sabayon-2.20.1/admin-tool/sabayon.desktop.in
--- sabayon-2.20.1/admin-tool/sabayon.desktop.in.nosu	2007-12-09 02:31:17.000000000 -0500
+++ sabayon-2.20.1/admin-tool/sabayon.desktop.in	2007-12-09 02:31:25.000000000 -0500
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 _Name=User Profile Editor
 _Comment=Establish and Edit Profiles for Users
-Exec=gnomesu sabayon
+Exec=sabayon
 Terminal=false
 Type=Application
 Icon=sabayon


Index: sabayon.spec
===================================================================
RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sabayon.spec	13 Oct 2007 02:57:18 -0000	1.45
+++ sabayon.spec	9 Dec 2007 07:33:50 -0000	1.46
@@ -8,7 +8,7 @@
 
 Name:    sabayon
 Version: 2.20.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
@@ -25,6 +25,8 @@
 Patch2:  mkdirs.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=486218 
 Patch3:  selinux.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=479771
+Patch4:  sabayon-nosu.patch
 
 Requires: %{name}-apply = %{version}-%{release}
 Requires: libxml2-python
@@ -91,6 +93,7 @@
 %patch1 -p1 -b .xnestbug
 %patch2 -p1 -b .mkdirs
 %patch3 -p1 -b .selinux
+%patch4 -p1 -b .nosu
 
 %build
 
@@ -279,6 +282,9 @@
 %ghost %{python_sitearch}/%{name}/lockdown/*.pyo
 
 %changelog
+* Sun Dec  9 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-4
+- Don't use gnomesu
+
 * Fri Oct 12 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-3
 - Be more robust when directories are missing (#329471)
 - Work better with SELinux (#329501)




More information about the fedora-extras-commits mailing list