From 2728375118d703e6fef2ce1ac656152d88c28d43 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 17:31:31 +0800 Subject: [PATCH] add buildrequire gettext --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index ad56143..d7c507d 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,13 +1,13 @@ Name: xfsprogs Version: 5.9.0 -Release: 1 +Release: 2 Summary: Administration and debugging tools for the XFS file system License: GPL+ and LGPLv2+ URL: https://xfs.wiki.kernel.org Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz -BuildRequires: libtool libattr-devel libuuid-devel gcc git +BuildRequires: libtool libattr-devel libuuid-devel gcc git gettext BuildRequires: readline-devel libblkid-devel >= 2.30 lvm2-devel libicu-devel >= 62.0 Recommends: %{name}-xfs_scrub @@ -99,6 +99,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %changelog +* Tue Jun 29 2021 zhouwenpei - 5.9.0-2 +- add buildrequire gettext. + * Sat Jan 30 2021 yanglongkang - 5.9.0-1 - update xfsprogs version to 5.9.0