-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from guilbaults/centos77
Using python 3.4 due to a dependency on sasutil
- Loading branch information
Showing
1 changed file
with
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: blinkenlights | ||
Version: 0.0.4 | ||
%global gittag 0.0.4 | ||
Version: 0.0.5 | ||
%global gittag 0.0.5 | ||
Release: 1%{?dist} | ||
Summary: Script to manage LED and power in Xyratex 5U84 and 4U106 slots JBOD | ||
|
||
|
@@ -31,7 +31,7 @@ to control the LED/power with a sg_ses command. | |
%install | ||
mkdir -p %{buildroot}/%{_bindir} | ||
|
||
sed -i -e '1i#!/usr/bin/python3' blinkenlights.py | ||
sed -i -e '1i#!/usr/bin/python3.4' blinkenlights.py | ||
install -m 0755 %{name}.py %{buildroot}/%{_bindir}/%{name} | ||
|
||
%clean | ||
|
@@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Mon 9 Mar 2020 Simon Guilbault <[email protected]> 0.0.5-1 | ||
- Using python 3.4 due to a dependency on sasutil | ||
* Tue Jul 16 2019 Simon Guilbault <[email protected]> 0.0.4-1 | ||
- Support slots above 99 in the 106 slots JBOD | ||
* Wed Dec 5 2018 Simon Guilbault <[email protected]> 0.0.3-1 | ||
|