From 0a289263d679aa754a6f58cc3698638c8aed2e7c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Oct 04 2017 22:08:46 +0000 Subject: Cleanup spec file conditionals --- diff --git a/golang-github-kr-pretty.spec b/golang-github-kr-pretty.spec index 7be6ae6..03e97c5 100644 --- a/golang-github-kr-pretty.spec +++ b/golang-github-kr-pretty.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 +%if 0%{?fedora} || 0%{?rhel} >= 6 %global with_devel 1 %global with_bundled 0 %global with_debug 0 @@ -31,7 +31,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.13.git%{shortcommit}%{?dist} +Release: 0.14.git%{shortcommit}%{?dist} Summary: Provides pretty-printing for go values License: MIT URL: https://%{provider_prefix} @@ -160,6 +160,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Oct 04 2017 Troy Dawson - 0-0.14.gitf31442d +- Cleanup spec file conditionals + * Wed Aug 02 2017 Fedora Release Engineering - 0-0.13.gitf31442d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild