~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to python-virtinst.spec

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-07-24 08:52:01 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20120724085201-q3h0cbabg4t46gfm
Tags: 0.600.2-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch.
  - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan.
  - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
    qemu-dm binary.
  - debian/{control,rules,pyversions}: Build using dh_python2, use
    debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.
  - debian/control: added acl package to depends.
  - debian/control: added libvirt-bin to recommends
* Dropped patches:
  - debian/patches/9005_ubuntu_releases.patch: Upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- rpm-spec -*-
2
2
 
3
 
%define _version 0.600.1
 
3
%define _version 0.600.2
4
4
%define _release 1
5
5
 
6
6
%define with_rhel6_defaults 0
16
16
# allows an extra fragment based on the timestamp to be appended
17
17
# to the release. This distinguishes automated builds, from formal
18
18
# Fedora RPM builds
19
 
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
19
%define _extra_release %{?dist:%{dist}}%{?extra_release:%{extra_release}}
20
20
 
21
21
%define appname virtinst
22
22
 
104
104
%{_bindir}/virt-convert
105
105
 
106
106
%changelog
 
107
* Sun Jul 08 2012 Cole Robinson <crobinso@redhat.com> - 0.600.2-1
 
108
- virtinst release 0.600.2
 
109
- virt-install: New --memballoon option (Eiichi Tsukata)
 
110
- virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin)
 
111
- virt-install: Support setting BIOS path using -boot loader=PATH
 
112
- Various bug fixes and improvements
 
113
 
107
114
* Tue Jan 31 2012 Cole Robinson <crobinso@redhat.com> - 0.600.1-1
108
115
- virt-install: --redir option for usb redirection (Marc-André Lureau)
109
116
- virt-install: Advanced --controller support for usb2 (Marc-André