remove unnecessary BuildRequires: gdb
This commit is contained in:
parent
d4d056b37d
commit
126b694cdf
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
|||||||
%global gitexecdir %{_libexecdir}/git-core
|
%global gitexecdir %{_libexecdir}/git-core
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.30.0
|
Version: 2.30.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A popular and widely used Version Control System
|
Summary: A popular and widely used Version Control System
|
||||||
License: GPLv2+ or LGPLv2.1
|
License: GPLv2+ or LGPLv2.1
|
||||||
URL: https://git-scm.com/
|
URL: https://git-scm.com/
|
||||||
@ -17,7 +17,7 @@ Patch2: backport-CVE-2021-29468-cygwin-disallow-backslashes-in-file-names.pa
|
|||||||
|
|
||||||
BuildRequires: gcc gettext
|
BuildRequires: gcc gettext
|
||||||
BuildRequires: openssl-devel libcurl-devel expat-devel systemd asciidoc xmlto glib2-devel libsecret-devel pcre-devel desktop-file-utils
|
BuildRequires: openssl-devel libcurl-devel expat-devel systemd asciidoc xmlto glib2-devel libsecret-devel pcre-devel desktop-file-utils
|
||||||
BuildRequires: python3-devel perl-generators perl-interpreter perl-Error perl(Test::More) perl-MailTools perl(Test) gdb
|
BuildRequires: python3-devel perl-generators perl-interpreter perl-Error perl(Test::More) perl-MailTools perl(Test)
|
||||||
Requires: less zlib openssh-clients perl(Term::ReadKey) perl-Git
|
Requires: less zlib openssh-clients perl(Term::ReadKey) perl-Git
|
||||||
Obsoletes: %{name}-core %{name}-core-doc %{name}-subtree %{name}-p4 git-cvs < %{version}-%{release}
|
Obsoletes: %{name}-core %{name}-core-doc %{name}-subtree %{name}-p4 git-cvs < %{version}-%{release}
|
||||||
Provides: %{name} <= %{version}-%{release} %{name}-core %{name}-subtree %{name}-p4
|
Provides: %{name} <= %{version}-%{release} %{name}-core %{name}-subtree %{name}-p4
|
||||||
@ -263,6 +263,9 @@ make %{?_smp_mflags} test
|
|||||||
%{_mandir}/man7/git*.7.*
|
%{_mandir}/man7/git*.7.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 20 2021 panxiaohe<panxiaohe@huawei.com> - 2.30.0-5
|
||||||
|
- remove unnecessary BuildRequires: gdb
|
||||||
|
|
||||||
* Fri May 28 2021 panxiaohe <panxiaohe@huawei.com> - 2.30.0-4
|
* Fri May 28 2021 panxiaohe <panxiaohe@huawei.com> - 2.30.0-4
|
||||||
- Fix CVE-2021-29468
|
- Fix CVE-2021-29468
|
||||||
- Add gcc and gettext to BuildRequires
|
- Add gcc and gettext to BuildRequires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user