Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2012-10-31 06:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dosfstools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2012-09-29 15:25:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes 2012-10-31 06:57:26.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Oct 26 15:19:38 UTC 2012 - [email protected] + +- hack to use just 1 sector for embedded devices. should be made + into a flag, but this shouldn't break normal systems ... + lunchpad bug (746262) +- fixes ppc boot from vfat (in case root on raid,lvm,ext4) + +------------------------------------------------------------------- New: ---- ppc-reserved-sectors-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.lKrNJY/_old 2012-10-31 06:57:27.000000000 +0100 +++ /var/tmp/diff_new_pack.lKrNJY/_new 2012-10-31 06:57:27.000000000 +0100 @@ -17,7 +17,8 @@ Name: dosfstools -Provides: mkdosfs dosfsck +Provides: dosfsck +Provides: mkdosfs Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0+ Group: System/Filesystems @@ -29,6 +30,7 @@ Patch1: %{name}-mdraid-partition.patch Patch2: %{name}-label.patch Patch3: %{name}-filename-buffer-overflow.patch +Patch4: ppc-reserved-sectors-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Supplements: filesystem(vfat) @@ -43,6 +45,7 @@ %patch1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags} ++++++ ppc-reserved-sectors-fix.patch ++++++ Index: dosfstools-3.0.10/src/mkdosfs.c =================================================================== --- dosfstools-3.0.10.orig/src/mkdosfs.c +++ dosfstools-3.0.10/src/mkdosfs.c @@ -1059,7 +1059,7 @@ setup_tables (void) } /* Adjust the reserved number of sectors for alignment */ - reserved_sectors = align_object(reserved_sectors, bs.cluster_size); + /* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); */ bs.reserved = CT_LE_W(reserved_sectors); /* Adjust the number of root directory entries to help enforce alignment */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
