rpms/system-config-netboot/devel system-config-netboot-0.1.45.4-remove-alchemist.patch, NONE, 1.1 system-config-netboot.spec, 1.67, 1.68

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 15 14:58:05 UTC 2010


Author: jreznik

Update of /cvs/pkgs/rpms/system-config-netboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11454

Modified Files:
	system-config-netboot.spec 
Added Files:
	system-config-netboot-0.1.45.4-remove-alchemist.patch 
Log Message:
* Fri Jan 15 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.1.45.4-8
- remove Alchemist dep


system-config-netboot-0.1.45.4-remove-alchemist.patch:
 firsttime.py |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE system-config-netboot-0.1.45.4-remove-alchemist.patch ---
diff -up system-config-netboot-0.1.45.4/src/firsttime.py.remove-alchemist system-config-netboot-0.1.45.4/src/firsttime.py
--- system-config-netboot-0.1.45.4/src/firsttime.py.remove-alchemist	2009-01-27 16:28:02.000000000 +0100
+++ system-config-netboot-0.1.45.4/src/firsttime.py	2010-01-15 15:12:54.747524472 +0100
@@ -14,7 +14,6 @@ import commands
 import pxeboot
 from pxeos import *
 from pxeosdialog import *
-import Alchemist
 from netboot_util import *
 from netboot_gtk import *
 


Index: system-config-netboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-netboot/devel/system-config-netboot.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- system-config-netboot.spec	18 Sep 2009 13:29:37 -0000	1.67
+++ system-config-netboot.spec	15 Jan 2010 14:58:05 -0000	1.68
@@ -2,14 +2,15 @@
 Summary: Network booting/install configuration utility (GUI)
 Name: system-config-netboot
 Version: 0.1.45.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://fedorahosted.org/system-config-netboot/
 Source0: http://fedorahosted.org/releases/s/y/system-config-netboot/%{name}-%{version}.tar.gz
 Source1: pxelinux.0
+Patch0: system-config-netboot-0.1.45.4-remove-alchemist.patch
 License: GPLv2+
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: gnome-python2-gnome, pygtk2, pygtk2-libglade, gnome-python2-canvas, alchemist
+Requires: gnome-python2-gnome, pygtk2, pygtk2-libglade, gnome-python2-canvas
 Requires: usermode usermode-gtk
 Requires: %{name}-cmd = %{version}-%{release}
 Requires(post): hicolor-icon-theme
@@ -38,6 +39,8 @@ This package contains only command line 
 %prep
 %setup -q
 
+%patch0 -p1 -b .remove-alchemist
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -107,6 +110,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-netboot
 
 %changelog
+* Fri Jan 15 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.1.45.4-8
+- remove Alchemist dep
+
 * Fri Sep 18 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.1.45.4-7
 - configure macro moved to build section
 



More information about the scm-commits mailing list