#18 add reason for unbound Recommends
Merged 3 years ago by amatej. Opened 3 years ago by cyberpear.
rpms/ cyberpear/dnf unbound-reason  into  master

file modified
+2
@@ -193,6 +193,7 @@ 

  Requires:       %{name}-data = %{version}-%{release}

  %if 0%{?fedora}

  Recommends:     deltarpm

+ # required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html

  Recommends:     python2-unbound

  %endif

  Requires:       python2-hawkey >= %{hawkey_version}
@@ -238,6 +239,7 @@ 

  Requires:       python3-libdnf

  BuildRequires:  python3-rpm >= %{rpm_version}

  Requires:       python3-rpm >= %{rpm_version}

+ # required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html

  Recommends:     python3-unbound

  %if 0%{?rhel} && 0%{?rhel} <= 7

  Requires:       rpm-plugin-systemd-inhibit

For Minimization, it's helpful to know why things are the way they are.

Thanks for the patch. Because we keep spec in upstream https://github.com/rpm-software-management/dnf/pulls I would like to ask you whether you can create a patch for upstream?

I will update the upstream spec accordingly.

rebased onto 11b22b5

3 years ago

Pull-Request has been merged by amatej

3 years ago