diff --git a/git.spec b/git.spec index 212c42e..b8fc8bb 100644 --- a/git.spec +++ b/git.spec @@ -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ý - 2.39.0-2 +- Remove perl(Email::Valid) require from git-email +- Related: #2139379 + * Tue Dec 13 2022 Ondřej Pohořelský - 2.39.0-1 - Update to 2.39.0 - Related: #2139379