Hello community,

here is the log from the commit of package virt-utils for openSUSE:Factory 
checked in at 2012-06-28 17:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-utils (Old)
 and      /work/SRC/openSUSE:Factory/.virt-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-utils/virt-utils.changes    2012-06-10 
23:05:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virt-utils.new/virt-utils.changes       
2012-06-28 17:19:01.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Jun 25 09:35:38 UTC 2012 - [email protected]
+
+- qemu-img and qemu-nbd were moved to qemu-tools package
+
+-------------------------------------------------------------------
+Mon Jun 18 13:12:02 UTC 2012 - [email protected]
+
+- require new qemu-tools package, as a migration path for qemu-img
+
+-------------------------------------------------------------------

Old:
----
  qemu-1.1.0-1.tar.bz2
  qemu-img-vmdk-scsi.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-utils.spec ++++++
--- /var/tmp/diff_new_pack.IThZf2/_old  2012-06-28 17:19:02.000000000 +0200
+++ /var/tmp/diff_new_pack.IThZf2/_new  2012-06-28 17:19:02.000000000 +0200
@@ -16,32 +16,25 @@
 #
 
 
-%define qemu_utils 1
 %define internal_utils 1
-%define provide_duplicated_binaries 0
 
 Name:           virt-utils
-BuildRequires:  glib2-devel
-BuildRequires:  python
-BuildRequires:  zlib-devel
 Version:        1.1.9
 Release:        0
 Summary:        Virtualization Utilities
 License:        GPL-2.0
 Group:          System/Kernel
-Source0:        qemu-1.1.0-1.tar.bz2
 Source1:        vm-snapshot-disk
-Patch1:         qemu-img-vmdk-scsi.patch
-Url:            http://www.qemu.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       qemu-tools
 
 %description
 Various virtualization solutions have a common need for ancillary
 utilities which manage storage, snapshotting, monitoring, etc.
 
-Both KVM and Xen derive their device and machine model from qemu and
-inherit a lot from it's approach to emulation/virtualization.  This
-package is hence a good place to have qemu related tools reside. 
+Both KVM and Xen derive their device and machine model from QEMU and
+inherit a lot from its approach to emulation/virtualization.  This
+package is hence a good place to have QEMU related tools reside. 
 Additionally, any other utilities which have use across the various
 virtualization solutions available have a home here.
 
@@ -49,44 +42,16 @@
 
 Authors:
 --------
-    Fabrice Bellard
     Ron Terry
 
 %prep
-%if %{?qemu_utils}0
-%setup -q -n qemu-1.1.0
-%patch1 -p1
-%endif
 
 %build
-%if %{?qemu_utils}0
-./configure --prefix=%{_prefix} \
-       --enable-debug \
-       --disable-strip \
-       --extra-cflags="-g %{optflags}"
-make qemu-img
-make qemu-nbd
-make qemu-img.1
-make qemu-nbd.8
-%endif
 
 %install
-%if %{?qemu_utils}0
-mkdir -p %{buildroot}%{_bindir}
-install -s -m 755 qemu-img %{buildroot}%_bindir/qemu-img
-install -s -m 755 qemu-nbd %{buildroot}%_bindir/qemu-nbd
-%if %{provide_duplicated_binaries}0 
-ln -s qemu-img %{buildroot}%_bindir/qemu-img-xen
-ln -s qemu-img %{buildroot}%_bindir/qemu-img-kvm
-ln -s qemu-nbd %{buildroot}%_bindir/qemu-nbd-xen
-%endif
-mkdir -p %{buildroot}%{_mandir}/man1
-mkdir -p %{buildroot}%{_mandir}/man8
-install -m644 qemu-img.1 %{buildroot}%_mandir/man1/qemu-img.1
-install -m644 qemu-nbd.8 %{buildroot}%_mandir/man8/qemu-nbd.8
-%endif
 %if %{?internal_utils}0
-install -m 755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin
+install -d -m 755 $RPM_BUILD_ROOT/%_bindir
+install -m 755 %SOURCE1 $RPM_BUILD_ROOT/%_bindir
 %endif
 
 %clean
@@ -94,19 +59,8 @@
 
 %files
 %defattr(-, root, root)
-%if %{?qemu_utils}0
-/usr/bin/qemu-img
-/usr/bin/qemu-nbd
-%if %{provide_duplicated_binaries}0 
-/usr/bin/qemu-img-xen
-/usr/bin/qemu-img-kvm
-/usr/bin/qemu-nbd-xen
-%endif
-%{_mandir}/man1/qemu-img.1.gz
-%{_mandir}/man8/qemu-nbd.8.gz
-%endif
 %if %{?internal_utils}0
-/usr/bin/vm-snapshot-disk
+%_bindir/vm-snapshot-disk
 %endif
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to