1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2026-01-11 22:41:14 +00:00

Don't allow creating a volume without a name (bz 526111) Don't allow volume

allocation > capacity (bz 526077) Add tooltips for toolbar buttons (bz
    524083)
This commit is contained in:
Cole Robinson
2009-10-05 17:25:32 +00:00
parent fe6c479ddc
commit 5eedcbdbde
4 changed files with 237 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
Name: virt-manager
Version: 0.8.0
Release: 7%{_extra_release}
Release: 8%{_extra_release}
Summary: Virtual Machine Manager
Group: Applications/Emulators
@@ -50,6 +50,12 @@ Patch13: %{name}-%{version}-update-vm-state.patch
Patch14: %{name}-%{version}-update-translations.patch
# More translations (bz 493795)
Patch15: %{name}-%{version}-more-translations.patch
# Don't allow creating a volume without a name (bz 526111)
Patch16: %{name}-%{version}-createvol-name.patch
# Don't allow volume allocation > capacity (bz 526077)
Patch17: %{name}-%{version}-createvol-alloc.patch
# Add tooltips for toolbar buttons (bz 524083)
Patch18: %{name}-%{version}-toolbar-tooltips.patch
# These two are just the oldest version tested
Requires: pygtk2 >= 1.99.12-6
@@ -132,6 +138,9 @@ cp %{SOURCE3} pixmaps
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%build
%configure
@@ -205,6 +214,11 @@ fi
%{_datadir}/dbus-1/services/%{name}.service
%changelog
* Mon Oct 05 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-8.fc13
- Don't allow creating a volume without a name (bz 526111)
- Don't allow volume allocation > capacity (bz 526077)
- Add tooltips for toolbar buttons (bz 524083)
* Mon Oct 05 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-7.fc13
- More translations (bz 493795)