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

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