Blame SOURCES/dnf-plugin-spacewalk-2.8.5-6-el8-to-dnf-plugin-spacewalk-2.8.5-7-el8.patch

906f4e
diff --git a/dnf-plugin-spacewalk.spec b/dnf-plugin-spacewalk.spec
906f4e
index 17df012..e20e59f 100644
906f4e
--- a/dnf-plugin-spacewalk.spec
906f4e
+++ b/dnf-plugin-spacewalk.spec
906f4e
@@ -12,7 +12,7 @@
906f4e
 Summary: DNF plugin for Spacewalk
906f4e
 Name: dnf-plugin-spacewalk
906f4e
 Version: 2.8.5
906f4e
-Release: 6%{?dist}
906f4e
+Release: 7%{?dist}
906f4e
 License: GPLv2
906f4e
 Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
906f4e
 URL:     https://github.com/spacewalkproject/spacewalk
906f4e
@@ -50,6 +50,7 @@ Summary: DNF plugin for Spacewalk
906f4e
 BuildRequires: python3-devel
906f4e
 Requires: %{name} = %{version}-%{release}
906f4e
 Requires: python3-rhn-client-tools >= 2.8.4
906f4e
+Requires: python3-librepo
906f4e
 
906f4e
 %description -n python3-%{name}
906f4e
 Python 3 specific files for %{name}.
906f4e
@@ -110,6 +111,9 @@ install -m 644 actions/errata.py %{buildroot}%{python3_sitelib}/rhn/actions/
906f4e
 %endif
906f4e
 
906f4e
 %changelog
906f4e
+* Wed Oct 31 2018 Tomas Kasparek <tkasparek@redhat.com> 2.8.5-7
906f4e
+- Resolves: rhbz#1633298 - librepo dependency is not added automatically (michael.mraka@redhat.com)
906f4e
+
906f4e
 * Tue Oct 16 2018 Tomas Kasparek <tkasparek@redhat.com> 2.8.5-6
906f4e
 - spec cleanup (no more builds on Fedora <= 25) (michael.mraka@redhat.com)
906f4e
 - Resolves: #1637980 - fixed plugin for dnf > 3.6.0 (michael.mraka@redhat.com)