From 0494557b73f717be87497c8a5fe64133238891b4 Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Jan 08 2021 07:01:59 +0000 Subject: Remove needless BuildRequires Remove needless BuildRequires, they are only used in "sqldump" example code. --- diff --git a/golang-github-pierrec-cmdflag.spec b/golang-github-pierrec-cmdflag.spec index 619fb61..28a31ad 100644 --- a/golang-github-pierrec-cmdflag.spec +++ b/golang-github-pierrec-cmdflag.spec @@ -16,7 +16,7 @@ usage of flag by keeping its idioms and simply augment it with commands.} %global godocs examples README.md Name: %{goname} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Augment the flag package with commands # Upstream license specification: BSD-3-Clause @@ -24,9 +24,6 @@ License: BSD URL: %{gourl} Source0: %{gosource} -BuildRequires: golang(github.com/lib/pq) -BuildRequires: golang(github.com/xo/dburl) - %description %{common_description} @@ -46,6 +43,9 @@ BuildRequires: golang(github.com/xo/dburl) %gopkgfiles %changelog +* Fri Jan 08 2021 Tommi Rantala - 0.0.2-4 +- Remove needless BuildRequires + * Mon Jul 27 2020 Fedora Release Engineering - 0.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild