Remove perl(Email::Valid) require from git-email

Related: #2139379
This commit is contained in:
Ondřej Pohořelský 2022-12-14 11:07:22 +01:00
parent e44abeed83
commit 3b1e696d31
1 changed files with 5 additions and 2 deletions

View File

@ -100,7 +100,7 @@
Name: git
Version: 2.39.0
Release: 1%{?rcrev}%{?dist}
Release: 2%{?rcrev}%{?dist}
Summary: Fast Version Control System
License: GPLv2
URL: https://git-scm.com/
@ -436,7 +436,6 @@ BuildArch: noarch
Requires: git = %{version}-%{release}
Requires: perl(Authen::SASL)
Requires: perl(Cwd)
Requires: perl(Email::Valid)
Requires: perl(File::Spec)
Requires: perl(File::Spec::Functions)
Requires: perl(File::Temp)
@ -1118,6 +1117,10 @@ rmdir --ignore-fail-on-non-empty "$testdir"
%{?with_docs:%{_pkgdocdir}/git-svn.html}
%changelog
* Wed Dec 14 2022 Ondřej Pohořelský <opohorel@redhat.com> - 2.39.0-2
- Remove perl(Email::Valid) require from git-email
- Related: #2139379
* Tue Dec 13 2022 Ondřej Pohořelský <opohorel@redhat.com> - 2.39.0-1
- Update to 2.39.0
- Related: #2139379