remove useless buildrequires

This commit is contained in:
zhouwenpei 2021-07-23 14:54:37 +08:00
parent 8f5d6d5ef1
commit 980fa776d4

View File

@ -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 <zhouwenpei1@huawei.com> - 2.4.48-13
- remove useless buildrequires
* Wed Sep 2 2020 Anakin Zhang <benjamin93@163.com> - 2.4.48-12
- Type:bugfix
- ID:NA