-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade2latest #2
Open
matschundbrei
wants to merge
5
commits into
CiscoCloud:master
Choose a base branch
from
matschundbrei:upgrade2latest
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f5274da
removed dependency to consul-cli, added changelog
5d4ca53
readded consul-cli, because it's needed to unlock
04a8771
changed required name to current name of rpm for utils
4dd03da
added readme
68c2a50
adjusted release number according to abohne's wishes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Name: vault | ||
Version: 0.1.2 | ||
Version: 0.6.1 | ||
Release: 3%{?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 <[email protected]> | ||
* updated to 0.6.1 | ||
* Thu Apr 2 2015 Chris <[email protected]> | ||
* updated to 0.1.2 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be reset to 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 as in "1%{?dist}" on line 3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I am really not an expert on SPEC Files, would you mind explaining what any number means before the percent sign?
(will update the request on monday, have the stuff on my work computer)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, I've found it ;)