Skip to content

Commit

Permalink
Merge pull request #2 from guilbaults/centos77
Browse files Browse the repository at this point in the history
Using python 3.4 due to a dependency on sasutil
  • Loading branch information
guilbaults authored Mar 9, 2020
2 parents 58d3eaf + 1f28a8c commit 2363291
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions blinkenlights-el7.spec
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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2363291

Please sign in to comment.