diff --git a/.gitignore b/.gitignore index cf1bc68..18d8b12 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /dnf-plugins-extras-4.0.1.tar.gz /dnf-plugins-extras-4.0.2.tar.gz /dnf-plugins-extras-4.0.4.tar.gz +/dnf-plugins-extras-4.0.5.tar.gz diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec index 1762d0d..ca0296f 100644 --- a/dnf-plugins-extras.spec +++ b/dnf-plugins-extras.spec @@ -14,8 +14,8 @@ %endif Name: dnf-plugins-extras -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.0.5 +Release: 1%{?dist} Summary: Extras Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/%{name} @@ -280,6 +280,19 @@ Tor proxy plugin forces DNF to use Tor to download packages. It makes sure that Tor is working and avoids leaking the hostname by using the proper SOCKS5 interface. %endif +%if %{with python3} +%package -n python3-dnf-plugin-showvars +Summary: showvars Plugin for DNF +Requires: python3-%{name}-common = %{version}-%{release} +%{?python_provide:%python_provide python3-%{name}-showvars} +Provides: dnf-plugin-showvars = %{version}-%{release} +Provides: python3-%{name}-showvars = %{version}-%{release} + +%description -n python3-dnf-plugin-showvars +This plugin dumps the current value of any defined DNF variables. For example +$releasever and $basearch. +%endif + %prep %autosetup -p1 @@ -422,7 +435,19 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}:%{buildroot}%{python3_sitelib}/dnf-pl %{_mandir}/man8/dnf.plugin.torproxy.* %endif +%if %{with python3} +%files -n python3-dnf-plugin-showvars +%{python3_sitelib}/dnf-plugins/showvars.* +%{python3_sitelib}/dnf-plugins/__pycache__/showvars.* +%{_mandir}/man8/dnf.plugin.showvars.* +%endif + %changelog +* Tue Aug 13 2019 Pavla Kratochvilova - 4.0.5-1 +- Update to 4.0.5 +- [system-upgrade] Save gpgcheck and repo_gpgcheck repo options (RhBug:1693677) +- Add showvars plugin for showing what DNF vars are set for the dnf runtime + * Wed Jul 24 2019 Fedora Release Engineering - 4.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index ad90145..e8becb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dnf-plugins-extras-4.0.4.tar.gz) = f3ec2836c24351a22b33deea7e70b384286afdcdfb2686860fef02007db238058c4e4b9501463fbe89732830c2bcf621a1d760b48f838d07fda49b8b5f3f3cda +SHA512 (dnf-plugins-extras-4.0.5.tar.gz) = dea407725811997e789acdcbcdc51852f077b8e84756ed5fe479eb580bb481eb6bbd9d9100b22bedd6a04910b7acbb4dec078c8271d75312531e3597e6fe7ee1