Accepting request 453402 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/453402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=51
This commit is contained in:
commit
45da95b289
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25809c30403c9a945ae34827ec75df32ff55017415a720864fefccc8c8f9991f
|
||||
size 209587
|
Binary file not shown.
3
dosfstools-4.1.tar.gz
Normal file
3
dosfstools-4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc49997fd9fcd6e550c1a0dd5f97863d6ded99d465c33633a2b8769f4d72a137
|
||||
size 233766
|
BIN
dosfstools-4.1.tar.gz.sig
Normal file
BIN
dosfstools-4.1.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user