diff --git a/README.md b/README.md index 8d4ee1a..ece513f 100644 --- a/README.md +++ b/README.md @@ -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: ``` diff --git a/sc.spec b/sc.spec index dde352b..6b10b73 100644 --- a/sc.spec +++ b/sc.spec @@ -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. @@ -55,6 +55,8 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Wed May 19 2021 Jesse Gorzinski - 0.3.3 +- bugfix: minor bugfixes to loginfo operation * Sat May 15 2021 Jesse Gorzinski - 0.3.2 - enhancement: install scriptlet to lock down permissions of existing YAML configurations * Sat May 15 2021 Jesse Gorzinski - 0.3.1