From 980fa776d4da3e584aab5665b22631ba550297f0 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 23 Jul 2021 14:54:37 +0800 Subject: [PATCH] remove useless buildrequires --- attr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/attr.spec b/attr.spec index f155288..df90d59 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.4.48 -Release: 12 +Release: 13 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -17,7 +17,7 @@ Patch6: 0006-Switch-back-to-syscall.patch Patch7: 0007-bypass-wrong-output-when-enabled-selinux.patch Patch8: 0008-carry-security.evm-when-copying-files.patch -BuildRequires: gettext, libtool, chrpath, gcc, git, gdb +BuildRequires: gettext, libtool, chrpath, gcc, git Provides: libattr Obsoletes: libattr Conflicts: xfsdump < 3.1.8 @@ -102,6 +102,9 @@ fi %{_mandir}/man3/* %changelog +* Fri Jul 23 2021 zhouwenpei - 2.4.48-13 +- remove useless buildrequires + * Wed Sep 2 2020 Anakin Zhang - 2.4.48-12 - Type:bugfix - ID:NA -- Gitee