Dominique Leuenberger 2020-11-26 22:10:13 +00:00 committed by Git OBS Bridge
commit 5591fc09b2
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 10 10:57:30 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 26 10:10:57 UTC 2017 - mpluskal@suse.com Thu Jan 26 10:10:57 UTC 2017 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package dosfstools # spec file for package dosfstools
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -20,9 +20,9 @@ Name: dosfstools
Version: 4.1 Version: 4.1
Release: 0 Release: 0
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
License: GPL-3.0+ License: GPL-3.0-or-later
Group: System/Filesystems Group: System/Filesystems
Url: https://github.com/dosfstools/dosfstools URL: https://github.com/dosfstools/dosfstools
Source: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz 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 Source2: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
Source3: %{name}.keyring Source3: %{name}.keyring
@ -51,10 +51,10 @@ make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS
%install %install
%make_install %make_install
#UsrMerge %if !0%{?usrmerged}
mkdir %{buildroot}/sbin mkdir %{buildroot}/sbin
ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin
#EndUsrMerge %endif
%check %check
make check make check
@ -62,9 +62,9 @@ make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_docdir}/dosfstools %doc %{_docdir}/dosfstools
#UsrMerge %if !0%{?usrmerged}
/sbin/* /sbin/*
#EndUsrMerge %endif
%{_sbindir}/dosfsck %{_sbindir}/dosfsck
%{_sbindir}/dosfslabel %{_sbindir}/dosfslabel
%{_sbindir}/fatlabel %{_sbindir}/fatlabel