From 773c50700d3ea43c55f890a563720a4b8edcbf34 Mon Sep 17 00:00:00 2001 From: Bradford Dabbs Date: Mon, 25 Mar 2019 21:49:58 -0500 Subject: [PATCH] Cleanup spec syntax --- redhat/yq.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat/yq.spec b/redhat/yq.spec index 52d75dc0..54c9d095 100644 --- a/redhat/yq.spec +++ b/redhat/yq.spec @@ -12,7 +12,8 @@ License: MIT URL: https://github.com/%{git_org}/%{name} Source0: https://github.com/%{git_org}/%{name}/archive/%{version}.tar.gz -BuildRequires: golang rsync +BuildRequires: golang +BuildRequires: rsync %description yq is a lightweight and portable command-line YAML processor. @@ -50,6 +51,8 @@ install -p -m 755 gopath/src/github.com/%{git_org}/%{name}/%{name} %{buildroot}% %files %doc README.md LICENSE +%license LICENSE + %{_bindir}/%{name} %changelog