Move hiera from Extended to Core (#7109)

This commit is contained in:
sindhu-karri 2024-01-29 14:02:51 +05:30 committed by GitHub
parent 482b00e6ab
commit 143b7488d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A simple hierarchical database supporting plugin data sources
Name: hiera
Version: 3.7.0
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -38,6 +38,7 @@ install -p -m0644 ext/hiera.yaml %{buildroot}%{_sysconfdir}/puppet
mkdir -p %{buildroot}%{_sharedstatedir}/hiera
%check
gem install rspec mocha json
rspec -Ilib spec
%files
@ -51,6 +52,10 @@ rspec -Ilib spec
%config(noreplace) %{_sysconfdir}/puppet/hiera.yaml
%changelog
* Thu Dec 21 2023 Sindhu Karri <lakarri@microsoft.com> - 3.7.0-5
- Promote package to Mariner Base repo
- Install rspec, mocha and json gems for running tests
* Thu Apr 21 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.7.0-4
- Spec clean-up.