Fix a redundant obsolete dependency in spec

Signed-off-by: tangyuchen <tangyuchen5@huawei.com>
This commit is contained in:
euleroswander 2022-12-26 14:22:40 +08:00
parent 4899b08577
commit 114ce166df

View File

@ -1,7 +1,7 @@
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
Name: attr Name: attr
Version: 2.5.1 Version: 2.5.1
Release: 3 Release: 4
Summary: Commands for Manipulating Filesystem Extended Attributes Summary: Commands for Manipulating Filesystem Extended Attributes
License: GPLv2+ AND LGPLv2+ License: GPLv2+ AND LGPLv2+
URL: https://savannah.nongnu.org/projects/attr URL: https://savannah.nongnu.org/projects/attr
@ -27,7 +27,6 @@ with the SGI IRIX tool of the same name.
%package -n libattr-devel %package -n libattr-devel
License: LGPLv2+ License: LGPLv2+
Summary: Header files for libattr Summary: Header files for libattr
Obsoletes: libattr
Requires: glibc-headers Requires: glibc-headers
%description -n libattr-devel %description -n libattr-devel
@ -97,6 +96,9 @@ fi
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Dec 26 2022 tangyuchen <tangyuchen5@huawei.com> - 2.5.1-4
- fix redundant spec code
* Sat Oct 29 2022 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.5.1-3 * Sat Oct 29 2022 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.5.1-3
- fix compile warning - fix compile warning