forked from pool/erofs-utils
remove change noise
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=23
This commit is contained in:
parent
7f96393ab0
commit
a249c29e80
@ -14,7 +14,6 @@ Wed Oct 11 12:00:38 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
* (mkfs.erofs, experimental) introduce preliminary rebuild mode
|
||||
* various bugfixes and cleanups (CVE-2023-33551, CVE-2023-33552)
|
||||
- Switch service to mode=manual, as 'disabled' is deprecated.
|
||||
- Pass spec file through spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 13:44:38 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
@ -23,7 +23,7 @@ Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Filesystems
|
||||
URL: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRequires: autoconf >= 2.69
|
||||
BuildRequires: automake
|
||||
BuildRequires: liblz4-devel >= 1.9
|
||||
@ -50,7 +50,7 @@ uncompressed:
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --bindir="%{_sbindir}"
|
||||
%configure --bindir="%_sbindir"
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -58,7 +58,7 @@ autoreconf -fiv
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_sbindir}/*erofs
|
||||
%{_mandir}/man1/*erofs*
|
||||
%_sbindir/*erofs
|
||||
%_mandir/man1/*erofs*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user