fs2fs-tools: fix requirement for libf2fs [release 1.4.0-2mamba;Wed Jan 21 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 22:12:17 +01:00
parent a1c5645bc9
commit fdeaaec748

View File

@ -1,6 +1,6 @@
Name: f2fs-tools
Version: 1.4.0
Release: 1mamba
Release: 2mamba
Summary: Userland tools for the f2fs filesystem
Group: System/Tools
Vendor: openmamba
@ -14,7 +14,7 @@ License: LGPL
BuildRequires: glibc-devel
BuildRequires: libuuid-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: libf2fs = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -83,5 +83,8 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma
%doc ChangeLog README
%changelog
* Wed Jan 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
- fs2fs-tools: fix requirement for libf2fs
* Wed Jan 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- package created using the webbuild interface