From 4cabc3d57dc5849bade840ac0a504c75bda151f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 2 Feb 2019 00:03:58 +0100 Subject: [PATCH] Drop Python 2 subpackage for mass Python 2 packages removal --- gdal.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index dcabf69..d005c40 100644 --- a/gdal.spec +++ b/gdal.spec @@ -50,7 +50,7 @@ %global spatialite "--with-spatialite" %endif -%bcond_without python2 +%bcond_with python2 %bcond_without python3 # No ppc64 build for spatialite in EL6 @@ -64,7 +64,7 @@ Name: gdal Version: 2.3.2 -Release: 6%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap} +Release: 7%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -883,6 +883,9 @@ popd #Or as before, using ldconfig %changelog +* Tue Feb 05 2019 Miro HronĨok - 2.3.2-7 +- Drop Python 2 subpackage for mass Python 2 packages removal + * Mon Feb 04 2019 Pavel Raiskup - 2.3.2-6 - modernize java packaging (PR#9)