rpms/python-virtinst/F-7 .cvsignore, 1.10, 1.11 python-virtinst.spec, 1.23, 1.24 sources, 1.10, 1.11 virtinst-0.200.0-cdrom-src.patch, 1.1, NONE virtinst-0.200.0-default-arch.patch, 1.1, NONE virtinst-0.200.0-distro-fetch.patch, 1.1, NONE virtinst-0.200.0-kvm-kernel.patch, 1.1, NONE

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Fri Jan 11 04:57:15 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/python-virtinst/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24110

Modified Files:
	.cvsignore python-virtinst.spec sources 
Removed Files:
	virtinst-0.200.0-cdrom-src.patch 
	virtinst-0.200.0-default-arch.patch 
	virtinst-0.200.0-distro-fetch.patch 
	virtinst-0.200.0-kvm-kernel.patch 
Log Message:
Update to 0.300.2 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-7/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	19 Jul 2007 02:23:29 -0000	1.10
+++ .cvsignore	11 Jan 2008 04:56:38 -0000	1.11
@@ -1 +1 @@
-virtinst-0.200.0.tar.gz
+virtinst-0.300.2.tar.gz


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-7/python-virtinst.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- python-virtinst.spec	20 Nov 2007 12:39:08 -0000	1.23
+++ python-virtinst.spec	11 Jan 2008 04:56:38 -0000	1.24
@@ -10,10 +10,10 @@
 
 Summary: Python modules for starting Xen guest installations
 Name: python-%{appname}
-Version: 0.200.0
-Release: 4%{_extra_release}
-Source0: http://virt-manager.et.redhat.com/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-License: GPL
+Version: 0.300.2
+Release: 1%{_extra_release}
+Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
+License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -21,13 +21,16 @@
 Url: http://virt-manager.org/
 Provides: virtinst
 Requires: libvirt-python >= 0.2.1
+Requires: virt-viewer
 Requires: urlgrabber
+Requires: libxml2-python
+Requires: python-urlgrabber
 BuildRequires: python-devel
+BuildRequires: libxml2-python
+BuildRequires: python-urlgrabber
+BuildRequires: libvirt-python
+BuildRequires: gettext
 Obsoletes: python-xeninst < 0.97.0
-Patch1: %{appname}-%{version}-default-arch.patch
-Patch2: %{appname}-%{version}-cdrom-src.patch
-Patch3: %{appname}-%{version}-kvm-kernel.patch
-Patch4: %{appname}-%{version}-distro-fetch.patch
 
 %description
 virtinst is a module to help in starting installations of Fedora/Red
@@ -41,10 +44,6 @@
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 python setup.py build
@@ -54,7 +53,7 @@
 python setup.py install -O1 --root=$RPM_BUILD_ROOT
 # Back compat in case people hardcoded old /usr/sbin/virt-install location
 mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
-ln -s %{_bindir}/virt-install $RPM_BUILD_ROOT/%{_sbindir}/virt-install
+ln -s ../bin/virt-install $RPM_BUILD_ROOT/%{_sbindir}/virt-install
 
 %find_lang %{appname} || echo 0
 
@@ -63,14 +62,15 @@
 
 %files -f %{appname}.lang
 %defattr(-,root,root)
-%doc README AUTHORS NEWS ChangeLog
+%doc README AUTHORS NEWS ChangeLog doc/image.rng doc/example1.xml
 %dir %{python_sitelib}/%{appname}
 %{python_sitelib}/%{appname}/*
-%{_mandir}/man1/virt-install.1*
-%{_mandir}/man1/virt-clone.1*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
 %{_sbindir}/virt-install
 %{_bindir}/virt-install
 %{_bindir}/virt-clone
+%{_bindir}/virt-image
 
 %changelog
 * Tue Nov 20 2007 Daniel P. Berrange <berrange at redhat.com> - 0.200.0-4.fc7


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-7/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	19 Jul 2007 02:23:29 -0000	1.10
+++ sources	11 Jan 2008 04:56:38 -0000	1.11
@@ -1 +1 @@
-b5a71282a5e0cb382749e6c1196715b5  virtinst-0.200.0.tar.gz
+7ad88b898f970cafe5ad32ccfab4fcf3  virtinst-0.300.2.tar.gz


--- virtinst-0.200.0-cdrom-src.patch DELETED ---


--- virtinst-0.200.0-default-arch.patch DELETED ---


--- virtinst-0.200.0-distro-fetch.patch DELETED ---


--- virtinst-0.200.0-kvm-kernel.patch DELETED ---




More information about the fedora-extras-commits mailing list