#15 add more git-email perl dependencies
Merged 2 years ago by tmz. Opened 2 years ago by tmz.
rpms/ tmz/git rawhide  into  rawhide

file modified
+12 -2
@@ -80,7 +80,7 @@ 

  

  Name:           git

  Version:        2.33.1

- Release:        2%{?rcrev}%{?dist}

+ Release:        3%{?rcrev}%{?dist}

  Summary:        Fast Version Control System

  License:        GPLv2

  URL:            https://git-scm.com/
@@ -388,14 +388,20 @@ 

  BuildArch:      noarch

  Requires:       git = %{version}-%{release}

  Requires:       perl(Authen::SASL)

- Requires:       perl(Net::SMTP::SSL)

  Requires:       perl(Cwd)

+ Requires:       perl(Email::Valid)

+ Requires:       perl(File::Spec)

  Requires:       perl(File::Spec::Functions)

  Requires:       perl(File::Temp)

+ Requires:       perl(IO::Socket::SSL)

  Requires:       perl(Mail::Address)

+ Requires:       perl(MIME::Base64)

+ Requires:       perl(MIME::QuotedPrint)

  Requires:       perl(Net::Domain)

  Requires:       perl(Net::SMTP)

+ Requires:       perl(Net::SMTP::SSL)

  Requires:       perl(POSIX)

+ Requires:       perl(Sys::Hostname)

  Requires:       perl(Term::ANSIColor)

  Requires:       perl(Term::ReadLine)

  Requires:       perl(Text::ParseWords)
@@ -998,6 +1004,10 @@ 

  %{?with_docs:%{_pkgdocdir}/git-svn.html}

  

  %changelog

+ * Sun Nov 14 2021 Todd Zullinger <tmz@pobox.com> - 2.33.1-3

+ - add more git-email perl dependencies

+ - Resolves: rhbz#2020487

+ 

  * Thu Nov 11 2021 Ondřej Pohořelský <opohorel@redhat.com> - 2.33.1-2

  - add Perl requires to git-email

  - Resolves: rhbz#2020487

There were a few dependencies missing prior to the change in git-2.33
which Ondřej fixed in the previous commit.

Of the few dependencies being added, only Email::Address and
Sys::Hostname weren't already pulled in by other dependencies when
installing git-email. They each have fallback options, so they aren't
critical to the function of the application. (We could use Recommends
here, if we wanted -- though neither pull in any additional packages at
this time.)

Build succeeded.

Thanks @opohorel. I'll merge this and see about getting it built for f35. For f36/rawhide, I've got 2.34.0 in the pipe (with this change as well). So that might land quicker than the f35 update with this change.

Pull-Request has been merged by tmz

2 years ago

@tmz What about F34? Do you want to merge and build 2.33.1-3 there or wait for 2.34.0?

Metadata