#2 Seperate bootstrap from python3 conditions
Closed 5 years ago by tdawson. Opened 5 years ago by tdawson.
rpms/ tdawson/lensfun seperate-conditionals  into  master

file modified
+8 -2
@@ -1,12 +1,14 @@ 

- %if !0%{?bootstrap} && (0%{?fedora} > 23 || 0%{?rhel} > 7)

+ %if !0%{?bootstrap}

  %global tests 1

+ %endif

+ %if 0%{?fedora} || 0%{?rhel} > 7

  %global python3 1

  %endif

  

  Name:    lensfun

  Version: 0.3.2

  Summary: Library to rectify defects introduced by photographic lenses

- Release: 11%{?dist}

+ Release: 12%{?dist}

  

  License: LGPLv3 and CC-BY-SA

  URL: http://lensfun.sourceforge.net/
@@ -158,6 +160,10 @@ 

  

  

  %changelog

+ * Wed Jan 24 2018 Troy Dawson <tdawson@redhat.com> - 0.3.2-12

+ - Update release conditional (yselkowitz)

+ - Seperate bootstrap from python3 conditions

+ 

  * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-11

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

  

no initial comment

The original intent of bootstrap mode was to disable all extra features, both tests and python support. This commit would change that to enable python during bootstrapping too

Ah, ok. I'll remove this pull request then.

Pull-Request has been closed by tdawson

5 years ago
Metadata