#1 Update SPEC conditionals
Closed 6 years ago by ignatenkobrain. Opened 6 years ago by cstratak.
Unknown source master  into  master

file modified
+6 -3
@@ -1,6 +1,6 @@

  #global gitdate 20131018

  

- %if 0%{?fedora} >= 23

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

  %global need_python3 1

  %else

  %global need_python3 0
@@ -9,7 +9,7 @@

  Summary: Tools for Linux kernel block layer cache

  Name: bcache-tools

  Version: 1.0.8

- Release: 11%{?dist}

+ Release: 12%{?dist}

  License: GPLv2

  Group: System Environment/Base

  URL: http://bcache.evilpiepirate.org/
@@ -47,7 +47,7 @@

  %if %{need_python3}

  Requires: python3

  %else

- Requires: python

+ Requires: python2

  %endif

  # This is a kind of soft dependency: because we don't include probe-bcache

  # we have to make sure that libblkid is able to identify bcache. So this
@@ -119,6 +119,9 @@

  %{dracutlibdir}/modules.d/90bcache

  

  %changelog

+ * Tue Mar 27 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.0.8-12

+ - Update SPEC conditionals

+ 

  * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-11

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

  

no initial comment

Pull-Request has been closed by ignatenkobrain

6 years ago