rpms/sabayon/devel .cvsignore, 1.26, 1.27 sabayon.spec, 1.68, 1.69 sources, 1.26, 1.27 selinux.patch, 1.4, NONE

Warren Togami 砥上勇 wtogami at fedoraproject.org
Mon Jan 4 19:29:20 UTC 2010


Author: wtogami

Update of /cvs/pkgs/rpms/sabayon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24009

Modified Files:
	.cvsignore sabayon.spec sources 
Removed Files:
	selinux.patch 
Log Message:
- Update to 2.95.5-rc2
- glade removed, replaced by GNOME Builder 
- /etc/desktop-profile moved to /etc/sabayon/profiles
  Manual Migration:
  mv /etc/desktop-profiles/*.xml /etc/sabayon
  mv /etc/desktop-profiles/*.zip /etc/sabayon/profiles



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sabayon/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	9 Dec 2009 11:49:29 -0000	1.26
+++ .cvsignore	4 Jan 2010 19:29:20 -0000	1.27
@@ -1 +1 @@
-sabayon-2.29.2.tar.bz2
+sabayon-2.29.5-rc2.tar.bz2


Index: sabayon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- sabayon.spec	9 Dec 2009 12:56:22 -0000	1.68
+++ sabayon.spec	4 Jan 2010 19:29:20 -0000	1.69
@@ -7,32 +7,30 @@
 %define sabayon_user_uid 86
 
 Name:    sabayon
-Version: 2.29.2
-Release: 1%{?dist}
+Version: 2.29.5
+Release: 0.1.rc2%{?dist}
 Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
 License: GPLv2+
 URL:     http://www.gnome.org/projects/sabayon
-Source:  http://ftp.gnome.org/pub/GNOME/sources/sabayon/2.29/sabayon-%{version}.tar.bz2
+Source:  http://ftp.gnome.org/pub/GNOME/sources/sabayon/2.29/sabayon-%{version}-rc2.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# http://bugzilla.gnome.org/show_bug.cgi?id=486218 
-Patch3:  selinux.patch
-
-
 Requires: %{name}-apply = %{version}-%{release}
 Requires: libxml2-python
 Requires: pygtk2 >= %{pygtk2_version}
 Requires: usermode
 Requires: gnome-python2-gconf >= %{gnome_python2_version}
 Requires: pyxdg
+Requires: pessulus
 
 # Old package name
 Provides: sabayon-admin
 Obsoletes: sabayon-admin
 
+BuildRequires: pessulus
 BuildRequires: python-devel
 BuildRequires: pygtk2-devel
 BuildRequires: gtk2-devel
@@ -90,10 +88,7 @@ default behaviour of the GNOME desktop. 
 that need to be installed on the client systems.
 
 %prep
-%setup -q
-
-%patch3 -p1 -b .selinux
-
+%setup -q -n %{name}-%{version}-rc2
 
 %build
 %configure					\
@@ -163,7 +158,7 @@ fi
 %config(noreplace) %{_sysconfdir}/gconf/2/local-mandatory.path
 %config(noreplace) %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}*
 
-%{_sysconfdir}/desktop-profiles
+%{_sysconfdir}/sabayon/profiles
 
 %{_sbindir}/%{name}-apply
 
@@ -219,8 +214,6 @@ fi
 %{_libexecdir}/%{name}*
 
 %dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/glade
-%{_datadir}/%{name}/glade/*.glade
 %{_datadir}/applications/gnome-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
@@ -269,13 +262,19 @@ fi
 %{python_sitearch}/%{name}/lockdownappliersabayon.py
 %{python_sitearch}/%{name}/lockdownappliersabayon.pyc
 %ghost %{python_sitearch}/%{name}/lockdownappliersabayon.pyo
+%{_mandir}/man8/*
+%{_datadir}/sabayon/ui/
 
-%dir %{python_sitearch}/%{name}/lockdown
-%{python_sitearch}/%{name}/lockdown/*.py
-%{python_sitearch}/%{name}/lockdown/*.pyc
-%ghost %{python_sitearch}/%{name}/lockdown/*.pyo
 
 %changelog
+* Thu Dec 31 2009 Warren Togami <wtogami at redhat.com> - 2.29.5-0.1.rc2
+- Update to 2.95.5-rc2
+- glade removed, replaced by GNOME Builder 
+- /etc/desktop-profile moved to /etc/sabayon/profiles
+  Manual Migration:
+  mv /etc/desktop-profiles/*.xml /etc/sabayon
+  mv /etc/desktop-profiles/*.zip /etc/sabayon/profiles
+
 * Wed Dec  9 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.29.2-1
 - Update to 2.29.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sabayon/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	9 Dec 2009 11:49:29 -0000	1.26
+++ sources	4 Jan 2010 19:29:20 -0000	1.27
@@ -1 +1 @@
-961b7d2fcc196256e82a0fd80acbdee4  sabayon-2.29.2.tar.bz2
+033e55db90816fb54707615ac3113f11  sabayon-2.29.5-rc2.tar.bz2


--- selinux.patch DELETED ---




More information about the fedora-extras-commits mailing list