From cbd79eca9f63e0dc0c9e4c62dbbdfdffa564a397 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Nov 15 2016 05:57:35 +0000 Subject: dnfdragora: Requires: python3-dnfdaemon --- diff --git a/dnfdragora/dnfdragora.spec b/dnfdragora/dnfdragora.spec index c322d9e..e1a52bb 100644 --- a/dnfdragora/dnfdragora.spec +++ b/dnfdragora/dnfdragora.spec @@ -3,7 +3,7 @@ Name: dnfdragora Version: 0 -Release: 0.1.%{snapdate}git%(echo %{githash} | cut -c -13)%{?dist} +Release: 0.2.%{snapdate}git%(echo %{githash} | cut -c -13)%{?dist} Summary: Software package manager License: GPLv3 @@ -18,7 +18,7 @@ BuildRequires: python3-devel BuildRequires: gettext Requires: python3 -Requires: dnfdaemon +Requires: python3-dnfdaemon Requires: python3-yui Requires: python3-yui-mga @@ -55,5 +55,8 @@ cp -pr share/locale %{buildroot}%{_datadir}/ %{_datadir}/applications/%{name}.desktop %changelog -* Mon Nov 14 2016 Kevin Kofler - 0-0.1.20161023gitbb6edcf85175a +* Tue Nov 15 2016 Kevin Kofler - 0-0.2.20161023gitbb6edcf85175a +- Requires: python3-dnfdaemon rather than just dnfdaemon (need dnfdaemon.client) + +* Tue Nov 15 2016 Kevin Kofler - 0-0.1.20161023gitbb6edcf85175a - Initial Fedora package