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