Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed May 19, 2021
1 parent e473c5b commit 93c3877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Service Commander's unique design is intended to offer a great deal of flexibili
# Installation

## Option 1: Binary distribution
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.3.2 release:
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.3.3 release:
```
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.2/sc-0.3.2-0.ibmi7.2.ppc64.rpm
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.3/sc-0.3.3-0.ibmi7.2.ppc64.rpm
```
If you cannot access github directly from your IBM i system, simply download the RPM from the ["Releases" page](https://github.com/ThePrez/ServiceCommander-IBMi/releases), upload the file to your IBM i system, and install via `yum`, like so:
```
Expand Down
4 changes: 3 additions & 1 deletion sc.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%undefine _disable_source_fetch
Name: sc
Version: 0.3.2
Version: 0.3.3
Release: 0
License: Apache-2.0
Summary: Service Commander, a utility for managing services and applications on IBM i.
Expand Down Expand Up @@ -55,6 +55,8 @@ fi
%{_mandir}/man1/%{name}.*

%changelog
* Wed May 19 2021 Jesse Gorzinski <[email protected]> - 0.3.3
- bugfix: minor bugfixes to loginfo operation
* Sat May 15 2021 Jesse Gorzinski <[email protected]> - 0.3.2
- enhancement: install scriptlet to lock down permissions of existing YAML configurations
* Sat May 15 2021 Jesse Gorzinski <[email protected]> - 0.3.1
Expand Down

0 comments on commit 93c3877

Please sign in to comment.