rpms/hfsplus-tools/FC-5 hfsplus-tools.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Nov 22 04:35:38 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/hfsplus-tools/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2571/FC-5

Modified Files:
	hfsplus-tools.spec 
Log Message:
include hfsbootdata image



Index: hfsplus-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/hfsplus-tools/FC-5/hfsplus-tools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hfsplus-tools.spec	19 Aug 2006 00:36:58 -0000	1.2
+++ hfsplus-tools.spec	22 Nov 2006 04:35:08 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           hfsplus-tools
 Version:        332.14 
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Tools to create/check Apple HFS+ filesystems
 
 Group:          System Environment/Base
@@ -70,6 +70,11 @@
 cp newfs_hfs.tproj/newfs_hfs %{buildroot}/%{_sbindir}/mkfs.hfsplus
 cp fsck_hfs.tproj/fsck_hfs %{buildroot}/%{_sbindir}/fsck.hfsplus
 
+# and install the hfs boot blob...
+mkdir -p %{buildroot}%{_datadir}/misc
+cp newfs_hfs.tproj/hfsbootdata.img %{buildroot}%{_datadir}/misc/hfsbootdata
+chmod 0444 %{buildroot}%{_datadir}/misc/hfsbootdata
+
 # man pages -- a mildly non-invasive name change is in order
 mkdir -p %{buildroot}/%{_mandir}/man8
 cat fsck_hfs.tproj/fsck_hfs.8 | sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g' \
@@ -97,6 +102,7 @@
 %{_sbindir}/mkfs.hfs
 %{_sbindir}/fsck.hfsplus
 %{_sbindir}/fsck.hfs
+%{_datadir}/misc/hfsbootdata
 %{_mandir}/man8/mkfs.hfsplus.8.gz
 %{_mandir}/man8/mkfs.hfs.8.gz
 %{_mandir}/man8/fsck.hfsplus.8.gz
@@ -104,6 +110,12 @@
 
 
 %changelog
+* Tue Nov 21 2006 Chris Weyl <cweyl at alumni.drew.edu> 332.14-4
+- include hfsbootdata (BZ#213365)
+
+* Thu Aug 31 2006 Chris Weyl <cweyl.drew.edu> 332.14-3
+- bump for mass rebuild
+
 * Fri Aug 18 2006 Chris Weyl <cweyl at alumni.drew.edu> 332.14-2
 - bump 
 




More information about the scm-commits mailing list