From fdeaaec748e3b2233e1a8263425f24abb71482df Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:12:17 +0100 Subject: [PATCH] fs2fs-tools: fix requirement for libf2fs [release 1.4.0-2mamba;Wed Jan 21 2015] --- f2fs-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/f2fs-tools.spec b/f2fs-tools.spec index 619fd6a..233764e 100644 --- a/f2fs-tools.spec +++ b/f2fs-tools.spec @@ -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 1.4.0-2mamba +- fs2fs-tools: fix requirement for libf2fs + * Wed Jan 21 2015 Silvan Calarco 1.4.0-1mamba - package created using the webbuild interface