- Remove /usr/sbin/sg_write_buffer. This file is already provided

by sg3_utils as /usr/bin/sg_write_buffer.

OBS-URL: https://build.opensuse.org/package/show/filesystems/f2fs-tools?expand=0&rev=47
This commit is contained in:
2021-05-18 15:14:06 +00:00
committed by Git OBS Bridge
parent 220cd520a1
commit 18a2412d59
2 changed files with 10 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 3 08:32:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Remove /usr/sbin/sg_write_buffer. This file is already provided
by sg3_utils as /usr/bin/sg_write_buffer.
-------------------------------------------------------------------
Tue Nov 24 16:40:28 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
+4 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package f2fs-tools
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -80,11 +80,13 @@ This package contains development files for %name.
%build
autoreconf -fiv
%configure --disable-static
make %{?_smp_mflags}
%make_build
%install -p /bin/bash
%make_install
find %buildroot -type f -name "*.la" -delete -print
# sg3_utils already ships this
rm -f "%buildroot/%_sbindir/sg_write_buffer"
mkdir -p "%buildroot/sbin" "%buildroot/%_includedir"
%if !0%{?usrmerged}