New upstream version 1.17.3.

- Remove patch now upstream.
This commit is contained in:
Richard W.M. Jones 2012-01-28 16:17:15 +00:00
parent 146dd80df5
commit 204356a85a
4 changed files with 8 additions and 36 deletions

1
.gitignore vendored
View File

@ -136,3 +136,4 @@ libguestfs-1.5.3.tar.gz
/libguestfs-1.16.0.tar.gz
/libguestfs-1.17.1.tar.gz
/libguestfs-1.17.2.tar.gz
/libguestfs-1.17.3.tar.gz

View File

@ -1,28 +0,0 @@
From 8f564ae7a2fb0f170308bd103a6be0a981583b1c Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 27 Jan 2012 15:36:31 +0000
Subject: [PATCH] appliance: udev >= 176 now requires /dev to be a devtmpfs.
See this udev commit:
https://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=220893b3cbdbf8932f95c44811b169a8f0d33939
---
appliance/init | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/appliance/init b/appliance/init
index d3a6156..4d74f91 100755
--- a/appliance/init
+++ b/appliance/init
@@ -18,6 +18,9 @@ rm -f /sys; mkdir /sys
mount -t sysfs /sys /sys
mkdir -p /run/lock
+# devtmpfs is required since udev 176
+mount -t devtmpfs /dev /dev
+
if [ ! -L /etc/init.d/udev -a -x /etc/init.d/udev ]; then
if type service >/dev/null 2>&1; then
service udev start
--
1.7.6

View File

@ -29,8 +29,8 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.17.2
Release: 3%{?dist}
Version: 1.17.3
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -41,9 +41,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch: x86_64
%endif
# Upstream patch to work with udev >= 176.
Patch0001: 0001-appliance-udev-176-now-requires-dev-to-be-a-devtmpfs.patch
# Basic build requirements:
BuildRequires: /usr/bin/pod2man
BuildRequires: /usr/bin/pod2text
@ -626,8 +623,6 @@ for %{name}.
%prep
%setup -q
%patch0001 -p1
mkdir -p daemon/m4
# Replace developer-specific README that ships with libguestfs, with
@ -1026,6 +1021,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jan 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.3-1
- New upstream version 1.17.3.
- Remove patch now upstream.
* Fri Jan 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.2-3
- Upstream patch to work with udev >= 176.

View File

@ -1 +1 @@
c74b6080471a6c90d97cf082b631e142 libguestfs-1.17.2.tar.gz
3b0aedbae81229ba005f85633d3935c2 libguestfs-1.17.3.tar.gz