-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-6864) Fix errata in lockout prevention instructions (#136)
SIMP-6864 #close
- Loading branch information
1 parent
7f5557e
commit 44eaa3e
Showing
3 changed files
with
10 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
%global gemdir /usr/share/simp/ruby | ||
%global geminstdir %{gemdir}/gems/%{gemname}-%{version} | ||
%global cli_version 5.0.2 | ||
%global cli_version 5.0.3 | ||
%global highline_version 1.7.8 | ||
|
||
# gem2ruby's method of installing gems into mocked build roots will blow up | ||
|
@@ -129,6 +129,10 @@ EOM | |
%doc %{gemdir}/doc | ||
|
||
%changelog | ||
* Wed Aug 07 2019 Liz Nemsick <[email protected]> - 5.0.3 | ||
- Fix errata in instructions on how to prevent possible root lockout | ||
from the SIMP server. | ||
|
||
* Tue Jul 30 2019 Liz Nemsick <[email protected]> - 5.0.2 | ||
- Flesh out incomplete instructions on how to prevent possible root | ||
lockout from the SIMP server. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Simp; end | ||
|
||
class Simp::Cli | ||
VERSION = '5.0.2' | ||
VERSION = '5.0.3' | ||
end |