[hfsplus-tools] hfsplus-tools-332.14-fix-uuid.patch: Fix UUID generation

Matthew Garrett mjg59 at fedoraproject.org
Sat Nov 19 10:41:20 UTC 2011


commit fb94c55bb5751d645184d87b4fa861126cf6ddbf
Author: Matthew Garrett <mjg at redhat.com>
Date:   Sat Nov 19 05:41:12 2011 -0500

    hfsplus-tools-332.14-fix-uuid.patch: Fix UUID generation

 hfsplus-tools.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/hfsplus-tools.spec b/hfsplus-tools.spec
index 43b341e..82ea01b 100644
--- a/hfsplus-tools.spec
+++ b/hfsplus-tools.spec
@@ -1,6 +1,6 @@
 Name:           hfsplus-tools
 Version:        332.14 
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Tools to create/check Apple HFS+ filesystems
 
 Group:          System Environment/Base
@@ -10,6 +10,7 @@ URL:            http://gentoo-wiki.com/HOWTO_hfsplus
 Source0: http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-%{version}.tar.gz 
 Patch0:  http://www.ecl.udel.edu/~mcgee/diskdev_cmds/diskdev_cmds-%{version}.patch.bz2
 Patch1:  hfsplus-tools-332.14-add-needed.patch
+Patch2:	 hfsplus-tools-332.14-fix-uuid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source100:      http://www.opensource.org/licenses/apsl-2.0.txt
@@ -46,6 +47,7 @@ commit.
 %setup -q -n hfsplus-mkfs-%{version} -n diskdev_cmds-%{version}
 %patch0 -p1
 %patch1 -p1 -b .add-needed
+%patch2 -p1 -b .uuid
 
 # fix CFLAGS...
 sed -i -e \
@@ -112,6 +114,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Nov 19 2011 Matthew Garrett <mjg at redhat,com> 332.14-13
+- hfsplus-tools-332.14-fix-uuid.patch: Fix UUID generation
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 332.14-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list