import ledmon-0.95-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:53:31 -04:00 committed by Andrew Lukoshko
parent e4ceb21e57
commit 219e3e0775
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ledmon-0.94.tar.gz
SOURCES/ledmon-0.95.tar.gz

View File

@ -1 +1 @@
5f4bdf071ced03627705fdeb8659bd2ea2770e9d SOURCES/ledmon-0.94.tar.gz
c59fe133cc7be60ed652465fc5ec514563a81229 SOURCES/ledmon-0.95.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Enclosure LED Utilities
Name: ledmon
Version: 0.94
Version: 0.95
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -38,13 +38,19 @@ make
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
%files
%doc README COPYING
%doc README.md COPYING
%{_sbindir}/ledctl
%{_sbindir}/ledmon
%{_mandir}/*/*
%{_unitdir}/ledmon.service
%changelog
* Mon Jan 18 2021 Jan Macku <jamacku@redhat.com> - 0.95-1
- update to 0.95 (#1841501)
* Thu Jan 14 2021 Jan Macku <jamacku@redhat.com> - 0.94-2
- tests: fix test to run on reverse depedency pipeline (#1912591)
* Mon Feb 17 2020 Jan Synáček <jsynacek@redhat.com> - 0.94-1
- update to 0.94 (#1780521)