virt-manager-2.1.0-2.fc31

Fix --initrd-inject with f30 URLs (bz #1686464)
This commit is contained in:
Cole Robinson
2019-04-03 20:34:20 -04:00
parent 3771558046
commit a909a54a92
3 changed files with 70 additions and 1 deletions
+12 -1
View File
@@ -17,7 +17,7 @@
Name: virt-manager
Version: 2.1.0
Release: 1%{?dist}
Release: 2%{?dist}
%global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@@ -26,6 +26,10 @@ BuildArch: noarch
URL: https://virt-manager.org/
Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
# Fix --initrd-inject with f30 URLs (bz #1686464)
Patch0001: 0001-initrdinject-Use-full-option-versions-for-cpio.patch
Patch0002: 0002-initrdinject-Force-added-files-to-be-owned-as-root-b.patch
Requires: virt-manager-common = %{verrel}
Requires: python3-gobject
@@ -104,6 +108,10 @@ machine).
%prep
%setup -q
# Fix --initrd-inject with f30 URLs (bz #1686464)
%patch0001 -p1
%patch0002 -p1
%build
%if %{default_hvs}
@@ -177,6 +185,9 @@ done
%changelog
* Wed Apr 03 2019 Cole Robinson <crobinso@redhat.com> - 2.1.0-2
- Fix --initrd-inject with f30 URLs (bz #1686464)
* Sun Feb 03 2019 Cole Robinson <crobinso@redhat.com> - 2.1.0-1
- Rebased to version 2.1.0
- Bash autocompletion support (Lin Ma, Cole Robinson)