Delete unnecessary gdb from BuildRequires
This commit is contained in:
parent
33c3846342
commit
4737829fcf
@ -1,6 +1,6 @@
|
|||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.32
|
Version: 8.32
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Url: https://www.gnu.org/software/coreutils/
|
Url: https://www.gnu.org/software/coreutils/
|
||||||
@ -37,7 +37,7 @@ Obsoletes: %{name}-common < %{version}-%{release}
|
|||||||
Provides: %{name}-common = %{version}-%{release}
|
Provides: %{name}-common = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: attr, autoconf, automake, gcc, hostname, strace, texinfo
|
BuildRequires: attr, autoconf, automake, gcc, hostname, strace, texinfo
|
||||||
BuildRequires: gettext-devel, gmp-devel, libacl-devel, libattr-devel gdb
|
BuildRequires: gettext-devel, gmp-devel, libacl-devel, libattr-devel
|
||||||
BuildRequires: libcap-devel, libselinux-devel, libselinux-utils, openssl-devel tcl
|
BuildRequires: libcap-devel, libselinux-devel, libselinux-utils, openssl-devel tcl
|
||||||
|
|
||||||
Requires: ncurses, gmp
|
Requires: ncurses, gmp
|
||||||
@ -141,6 +141,9 @@ fi
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 20 2021 wangchen <wangchen137@huawei.com> - 8.32-7
|
||||||
|
- Delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
* Mon Jul 5 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 8.32-6
|
* Mon Jul 5 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 8.32-6
|
||||||
- Add Buildrequires tcl to prevent "the /usr/bin/env: 'tclsh': No such file or direcory" error during compilation.
|
- Add Buildrequires tcl to prevent "the /usr/bin/env: 'tclsh': No such file or direcory" error during compilation.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user