New upstream version 1.17.5.
- Remove usrmove workaround patch, now upstream.
This commit is contained in:
parent
ad3314d715
commit
e5144806b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -138,3 +138,4 @@ libguestfs-1.5.3.tar.gz
|
|||||||
/libguestfs-1.17.2.tar.gz
|
/libguestfs-1.17.2.tar.gz
|
||||||
/libguestfs-1.17.3.tar.gz
|
/libguestfs-1.17.3.tar.gz
|
||||||
/libguestfs-1.17.4.tar.gz
|
/libguestfs-1.17.4.tar.gz
|
||||||
|
/libguestfs-1.17.5.tar.gz
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
From 3ddd9e33fd2c6c75b10d1734d8cdd821ea356863 Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
||||||
Date: Sun, 5 Feb 2012 22:53:07 +0000
|
|
||||||
Subject: [PATCH] Workaround for usrmove in Fedora.
|
|
||||||
|
|
||||||
---
|
|
||||||
appliance/Makefile.am | 9 +++++----
|
|
||||||
2 files changed, 6 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/appliance/Makefile.am b/appliance/Makefile.am
|
|
||||||
index 99896be..0d6b871 100644
|
|
||||||
--- a/appliance/Makefile.am
|
|
||||||
+++ b/appliance/Makefile.am
|
|
||||||
@@ -67,10 +67,11 @@ stamp-supermin: make.sh packagelist excludelist
|
|
||||||
supermin.d/daemon.img: ../daemon/guestfsd
|
|
||||||
mkdir -p supermin.d
|
|
||||||
rm -f $@ $@-t
|
|
||||||
- mkdir sbin
|
|
||||||
- cd sbin && ln ../../daemon/guestfsd
|
|
||||||
- echo -e "sbin\nsbin/guestfsd" | cpio --quiet -o -H newc > $@-t
|
|
||||||
- rm -r sbin
|
|
||||||
+ mkdir -p usr/sbin
|
|
||||||
+ cd usr/sbin && ln ../../../daemon/guestfsd
|
|
||||||
+ echo -e "usr\nusr/sbin\nusr/sbin/guestfsd" | \
|
|
||||||
+ cpio --quiet -o -H newc > $@-t
|
|
||||||
+ rm -r usr
|
|
||||||
mv $@-t $@
|
|
||||||
|
|
||||||
supermin.d/init.img: init
|
|
||||||
--
|
|
||||||
1.7.9
|
|
||||||
|
|
@ -29,8 +29,8 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.17.4
|
Version: 1.17.5
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -38,7 +38,6 @@ Source0: http://libguestfs.org/download/1.17-development/%{name}-%{version
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
%if 0%{?fedora} >= 17
|
%if 0%{?fedora} >= 17
|
||||||
Patch0: 0001-Workaround-for-usrmove-in-Fedora.patch
|
|
||||||
Patch1: ruby-1.9-vendor-not-site.patch
|
Patch1: ruby-1.9-vendor-not-site.patch
|
||||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||||
%endif
|
%endif
|
||||||
@ -628,7 +627,6 @@ for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%if 0%{?fedora} >= 17
|
%if 0%{?fedora} >= 17
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%endif
|
%endif
|
||||||
@ -1031,6 +1029,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.5-1
|
||||||
|
- New upstream version 1.17.5.
|
||||||
|
- Remove usrmove workaround patch, now upstream.
|
||||||
|
|
||||||
* Wed Feb 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-8
|
* Wed Feb 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-8
|
||||||
- Further Ruby 1.9 changes.
|
- Further Ruby 1.9 changes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user