From 2cb3fca1fe274e42ddb12afc8014a345f2627198 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Oct 04 2017 22:03:04 +0000 Subject: Cleanup spec file conditionals --- diff --git a/golang-github-syndtr-gocapability.spec b/golang-github-syndtr-gocapability.spec index 03e9b02..d887404 100644 --- a/golang-github-syndtr-gocapability.spec +++ b/golang-github-syndtr-gocapability.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 @@ -37,7 +37,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.18.git%{shortcommit}%{?dist} +Release: 0.19.git%{shortcommit}%{?dist} Summary: POSIX capability library for the Go programming language License: BSD URL: https://%{provider_prefix} @@ -165,6 +165,9 @@ gotest %{import_path}/capability %endif %changelog +* Wed Oct 04 2017 Troy Dawson - 0-0.19.git2c00dae +- Cleanup spec file conditionals + * Wed Aug 02 2017 Fedora Release Engineering - 0-0.18.git2c00dae - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild