Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2018-01-22 16:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf (Old)
 and      /work/SRC/openSUSE:Factory/.dnf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf"

Mon Jan 22 16:18:53 2018 rev:8 rq:567909 version:2.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2018-01-05 01:02:33.521267103 
+0100
+++ /work/SRC/openSUSE:Factory/.dnf.new/dnf.changes     2018-01-22 
16:20:45.547645855 +0100
@@ -1,0 +2,6 @@
+Sat Jan 20 14:02:24 UTC 2018 - ngomp...@gmail.com
+
+- Fix build-time detection of Python 2
+  * Add patch: dnf-2.7.5-Fix-detection-of-Python-2.patch
+
+-------------------------------------------------------------------

New:
----
  dnf-2.7.5-Fix-detection-of-Python-2.patch

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

Other differences:
------------------
++++++ dnf.spec ++++++
--- /var/tmp/diff_new_pack.v3yDjS/_old  2018-01-22 16:20:46.107619664 +0100
+++ /var/tmp/diff_new_pack.v3yDjS/_new  2018-01-22 16:20:46.111619477 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dnf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Neal Gompa <ngomp...@gmail.com>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -56,8 +56,10 @@
 # Proposed upstream: https://github.com/rpm-software-management/dnf/pull/1007
 Patch0001:      0001-Add-additional-default-distroverpkg-and-installonlyp.patch
 
-# 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
+# PATCH-FIX-OPENSUSE: Switch default reposdir to /etc/dnf/repos.d
 Patch1000:      dnf-2.6.3-Switch-default-reposdir-to-etc-dnf-repos.d.patch
+# PATCH-FIX-OPENSUSE: Fix detection of Python 2
+Patch1001:      dnf-2.7.5-Fix-detection-of-Python-2.patch
 
 BuildRequires:  cmake
 BuildRequires:  gettext

++++++ dnf-2.7.5-Fix-detection-of-Python-2.patch ++++++
>From 52b970b7435f17c421f51bd27e95a2178a0a48d4 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngomp...@gmail.com>
Date: Sat, 20 Jan 2018 08:57:45 -0500
Subject: [PATCH] Fix detection of Python 2

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23e5f88..afd12b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ SET( SYSCONFDIR /etc)
 SET( SYSTEMD_DIR /usr/lib/systemd/system)
 
 if (${PYTHON_DESIRED} STREQUAL "2")
-       FIND_PACKAGE (PythonInterp REQUIRED)
+       FIND_PACKAGE (PythonInterp 2.7 REQUIRED)
 else()
        SET(Python_ADDITIONAL_VERSIONS 3.3)
        FIND_PACKAGE(PythonLibs 3.0)
-- 
2.12.3


Reply via email to