diff --git a/README.md b/README.md new file mode 100644 index 0000000..3686eeb --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# RPM Spec for Vault (on consul) + +This will create an RPM for [Vault](https://www.vaultproject.io/) + +Please be aware, that you will also need the [consul-utils RPM](https://github.com/CiscoCloud/consul-utils-rpm) as a dependency. diff --git a/SPECS/vault.spec b/SPECS/vault.spec index f15f059..fdde707 100644 --- a/SPECS/vault.spec +++ b/SPECS/vault.spec @@ -1,13 +1,13 @@ Name: vault -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: A tool for managing secrets Group: System Environment/Daemons License: MPLv2.0 URL: http://www.vaultproject.io -Source0: https://dl.bintray.com/mitchellh/%{name}/%{name}_%{version}_linux_amd64.zip -Source1: %{name}.service +Source0: https://releases.hashicorp.com/%{name}/%{version}/%{name}_%{version}_linux_amd64.zip +Source1: %{name}.service Source2: vault-bootstrap.sh Source3: vault-unseal.sh Source4: vault-health-check.sh @@ -60,7 +60,6 @@ cp %{SOURCE1} %{buildroot}/%{_unitdir}/ %clean rm -rf %{buildroot} - %files %defattr(-,root,root,-) %dir %attr(750, root, root) %{_sysconfdir}/%{name} @@ -79,5 +78,7 @@ rm -rf %{buildroot} %changelog +* Tue Aug 30 2016 Jan +* updated to 0.6.1 * Thu Apr 2 2015 Chris * updated to 0.1.2