-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add remote secret store option to RHEL
- Loading branch information
1 parent
dd71c45
commit 0415b28
Showing
3 changed files
with
36 additions
and
3 deletions.
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
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
32 changes: 32 additions & 0 deletions
32
src/packages/src/xroad/redhat/SPECS/xroad-secret-store-remote.spec
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,32 @@ | ||
%include %{_specdir}/common.inc | ||
# produce .elX dist tag on both centos and redhat | ||
%define dist %(/usr/lib/rpm/redhat/dist.sh) | ||
|
||
Name: xroad-secret-store-remote | ||
Version: %{xroad_version} | ||
# release tag, e.g. 0.201508070816.el7 for snapshots and 1.el7 (for final releases) | ||
Release: %{rel}%{?snapshot}%{?dist} | ||
Summary: Meta-package for remote secret store dependencies | ||
Group: Applications/Internet | ||
License: MIT | ||
Requires: xroad-base = %version-%release | ||
Conflicts: xroad-secret-store-local-local | ||
Provides: xroad-secret-store = %version-%{release} | ||
|
||
%description | ||
Prevents local installation of OpenBao when it is hosted remotely | ||
|
||
%clean | ||
|
||
%prep | ||
|
||
%build | ||
|
||
%install | ||
|
||
%files | ||
|
||
%pre -p /bin/bash | ||
%upgrade_check | ||
|
||
%post |