diff --git a/f2fs-tools.spec b/f2fs-tools.spec index 2915059..82babe7 100644 --- a/f2fs-tools.spec +++ b/f2fs-tools.spec @@ -1,21 +1,23 @@ Name: f2fs-tools -Version: 1.14.0 +Version: 1.15.0 Release: 1mamba Summary: Userland tools for the f2fs filesystem Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git -## GITSOURCE git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git master +URL: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git Source: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/master/f2fs-tools-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libblkid-devel +BuildRequires: liblz4-devel +BuildRequires: liblzo-devel +BuildRequires: libselinux-devel BuildRequires: libuuid-devel ## AUTOBUILDREQ-END Requires: libf2fs = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Userland tools for the f2fs filesystem. @@ -39,9 +41,9 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +autoreconf -f -i %build -autoreconf -f -i %configure %make @@ -60,11 +62,9 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma %files %defattr(-,root,root) -%{_sbindir}/f2fscrypt +%{_sbindir}/f2fs* %{_sbindir}/defrag.f2fs %{_sbindir}/dump.f2fs -%{_sbindir}/f2fstat -%{_sbindir}/f2fs_io %{_sbindir}/fibmap.f2fs %{_sbindir}/fsck.f2fs %{_sbindir}/mkfs.f2fs @@ -72,11 +72,10 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma %{_sbindir}/resize.f2fs %{_sbindir}/sg_write_buffer %{_sbindir}/sload.f2fs -%{_mandir}/man8/f2fscrypt.8* +%{_mandir}/man8/f2fs*.8* %{_mandir}/man8/mkfs.f2fs.8* %{_mandir}/man8/defrag.f2fs.8* %{_mandir}/man8/dump.f2fs.8* -%{_mandir}/man8/f2fs_io.8* %{_mandir}/man8/fsck.f2fs.8* %{_mandir}/man8/resize.f2fs.8* %{_mandir}/man8/sload.f2fs.8* @@ -101,6 +100,9 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma %doc ChangeLog README %changelog +* Fri May 20 2022 Automatic Build System 1.15.0-1mamba +- automatic version update by autodist + * Tue Sep 01 2020 Automatic Build System 1.14.0-1mamba - automatic version update by autodist