diff --git a/dosfstools-4.0.tar.gz b/dosfstools-4.0.tar.gz deleted file mode 100644 index 2094b36..0000000 --- a/dosfstools-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25809c30403c9a945ae34827ec75df32ff55017415a720864fefccc8c8f9991f -size 209587 diff --git a/dosfstools-4.0.tar.gz.sig b/dosfstools-4.0.tar.gz.sig deleted file mode 100644 index 1502acc..0000000 Binary files a/dosfstools-4.0.tar.gz.sig and /dev/null differ diff --git a/dosfstools-4.1.tar.gz b/dosfstools-4.1.tar.gz new file mode 100644 index 0000000..5868a99 --- /dev/null +++ b/dosfstools-4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc49997fd9fcd6e550c1a0dd5f97863d6ded99d465c33633a2b8769f4d72a137 +size 233766 diff --git a/dosfstools-4.1.tar.gz.sig b/dosfstools-4.1.tar.gz.sig new file mode 100644 index 0000000..f5ffb02 Binary files /dev/null and b/dosfstools-4.1.tar.gz.sig differ diff --git a/dosfstools.changes b/dosfstools.changes index ab71f69..54f6930 100644 --- a/dosfstools.changes +++ b/dosfstools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 26 10:10:57 UTC 2017 - mpluskal@suse.com + +- Update to version 4.1: + * Now the default for mkfs for filesystems smaller than 512 MB is + 64 / 32 sectors + * The parsing of octal character specifications for filenames in + the -u and -d 25 options of fsck now works. + * Fixed a possible fatlabel crash when writing a label to an + unlabelled filesystem + * Testsuite is now available + ------------------------------------------------------------------- Sat May 7 08:49:02 UTC 2016 - mpluskal@suse.com diff --git a/dosfstools.spec b/dosfstools.spec index f1facfa..31c423a 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,7 +1,7 @@ # # spec file for package dosfstools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: dosfstools -Version: 4.0 +Version: 4.1 Release: 0 Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0+ @@ -26,9 +26,10 @@ Url: https://github.com/dosfstools/dosfstools Source: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz Source2: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig Source3: %{name}.keyring +# xxd from vim is required for testsuite BuildRequires: pkgconfig -# Linking fails with udev enabled -# BuildRequires: pkgconfig(libudev) +BuildRequires: vim +BuildRequires: pkgconfig(libudev) Supplements: filesystem(vfat) Provides: dosfsck Provides: mkdosfs @@ -49,12 +50,15 @@ floppies. make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install #UsrMerge mkdir %{buildroot}/sbin ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin #EndUsrMerge +%check +make check + %files %defattr(-,root,root) %doc %{_docdir}/dosfstools