diff --git a/attr.spec b/attr.spec index f1552887bb4bc42a00aca3ed2bc0e800885d949e..df90d59a47d8601fe56e84ff017403a51d23c72b 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