Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2017-09-05 15:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf (Old)
 and      /work/SRC/openSUSE:Factory/.dnf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf"

Tue Sep  5 15:19:02 2017 rev:4 rq:520951 version:2.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2017-08-29 11:24:23.582413366 
+0200
+++ /work/SRC/openSUSE:Factory/.dnf.new/dnf.changes     2017-09-05 
15:19:17.402912687 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 03:01:52 UTC 2017 - ngomp...@gmail.com
+
+- Add missing pythonX-curses Requires
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dnf.spec ++++++
--- /var/tmp/diff_new_pack.nxvSdK/_old  2017-09-05 15:19:18.238795192 +0200
+++ /var/tmp/diff_new_pack.nxvSdK/_new  2017-09-05 15:19:18.242794630 +0200
@@ -23,20 +23,28 @@
 %global rpm_version 4.13.0
 %global min_plugins_core 2.1.3
 %global min_plugins_extras 0.10.0
+
 %global confdir %{_sysconfdir}/%{name}
+
 %global pluginconfpath %{confdir}/plugins
+
 # Compat definitions
 %{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
-%{!?make_build: %global make_build make -O %{?_smp_mflags}}
+%{!?make_build: %global make_build %{__make} -O %{?_smp_mflags}}
+
 %global py2pluginpath %{python2_sitelib}/dnf-plugins
 %global py3pluginpath %{python3_sitelib}/dnf-plugins
-# Fedora package release versions are committed as versions in upstream
-%global origrel %{?prerel:0.%{prerel}.}1
+
 # Disable services units stuff, as we're not using them on openSUSE
 %bcond_with service_units
+
 # Tests fail (possibly due to failures in libdnf tests on SUSE)
 # Until those are resolved, these will remain disabled
 %bcond_with tests
+
+# Fedora package release versions are committed as versions in upstream
+%global origrel %{?prerel:0.%{prerel}.}1
+
 Name:           dnf
 Version:        2.6.3
 Release:        0
@@ -46,8 +54,10 @@
 Group:          System/Packages
 Url:            https://github.com/rpm-software-management/dnf
 Source0:        %{url}/archive/%{name}-%{version}-%{origrel}.tar.gz
+
 # PATCH-FIX-OPENSUSE 
dnf-2.6.3-Switch-default-reposdir-to-etc-dnf-repos.d.patch  ngomp...@gmail.com 
-- Switch default reposdir to /etc/dnf/repos.d
 Patch1000:      dnf-2.6.3-Switch-default-reposdir-to-etc-dnf-repos.d.patch
+
 BuildRequires:  cmake
 BuildRequires:  gettext
 BuildRequires:  python-Sphinx
@@ -125,6 +135,7 @@
 Requires:       dnf-conf = %{version}-%{release}
 Requires:       python-gpg
 Requires:       python-pyliblzma
+Requires:       python2-curses
 Requires:       python2-hawkey >= %{hawkey_version}
 Requires:       python2-iniparse
 Requires:       python2-libcomps >= %{libcomps_version}
@@ -155,6 +166,7 @@
 #Recommends:     (python3-dbus-python if NetworkManager)
 Requires:       deltarpm
 Requires:       dnf-conf = %{version}-%{release}
+Requires:       python3-curses
 Requires:       python3-gpg
 Requires:       python3-hawkey >= %{hawkey_version}
 Requires:       python3-iniparse


Reply via email to