-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adopt "password-store" #53 #54
Conversation
Align with rockstor-core changes regarding 'pass' adoption for secrets storage. Install via OS provided 'password-store'. ## Includes - Additional minimal setup of GNUPG & pass to enable %check scriptlet function as we need a running Django instance for our tests. - BuildRequires 'password-store' OS package for 'pass': required for %check scriptlet. - Requires 'password-store' OS package on all OS targets. - Minor README.md typos.
TestingBuildRequires
and once fulfilled we have: %check scriptlet:
%posttrans scriptletExecuted after install and where we run build.sh for initial setup:
Successful install of test rpm on rpmbuild host. |
Pass statusOn first rpm install, with no prior rockstor install, we have the following 'pass' state for the
|
The custom testing rpm instance also rebooted successfully on the rpmbuild host. |
For a 5.0.5-0 to 5.0.5-2758 rpm update test, via Web-UI, see the following comment in the partner rockstor-core issue: |
Align with rockstor-core changes regarding 'pass' adoption for secrets storage. Install via OS provided 'password-store'. See partner draft PR: https://github.com/rockstor/rockstor-core/pull/2756/files
Includes
Fixes #53