|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 1.0.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Useful tools for working with Semantic Versions
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/puppetlabs/semantic_puppet
|
|
|
|
@ -57,6 +57,7 @@ popd
|
|
|
|
|
%license %{gem_instdir}/LICENSE
|
|
|
|
|
%{gem_libdir}
|
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
@ -65,11 +66,13 @@ popd
|
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
|
%{gem_instdir}/CODEOWNERS
|
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
%{gem_instdir}/semantic_puppet.gemspec
|
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 21 2021 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1.0.4-2
|
|
|
|
|
- Include the gemspec in the main package
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1.0.4-1
|
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
|
|
|
|
|