Accepting request 903462 from home:susnux:branches:Base:System

Update to version 0.95

OBS-URL: https://build.opensuse.org/request/show/903462
OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=41
This commit is contained in:
Dr. Werner Fink 2021-07-02 05:53:52 +00:00 committed by Git OBS Bridge
parent 56a60c01a5
commit b27e075ae6
4 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d7085cfc04d071fbf4a30654d0a23803d37cb73d966b0bd65fa467147df00a9
size 81676

3
ledmon-0.95.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f3cec0d8f111e68ab2fff4aeb797193523be3753a51c94b22dac867af201ca7
size 82048

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 1 14:27:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.95
* Allow to run ledctl version without root
* Defaulting to SGPIO for AMD systems
* Don't rely on states priority while changing IBPI states
* Check the white/blacklist from ledmon.conf earlier in discovery
* Change installation directory to /usr/sbin
* Use package version from autotools, not version.h
* Fix memory leak in utils.c
* Some other bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 18 07:59:53 UTC 2020 - Martin Pluskal <mpluskal@suse.com> Mon May 18 07:59:53 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ledmon # spec file for package ledmon
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ledmon Name: ledmon
Version: 0.94 Version: 0.95
Release: 0 Release: 0
Summary: Enclosure LED Utilities Summary: Enclosure LED Utilities
License: GPL-2.0-only License: GPL-2.0-only
@ -55,7 +55,7 @@ autoreconf -fiv
%make_install %make_install
ln -sv %{_sbindir}/service \ ln -sv %{_sbindir}/service \
%{buildroot}%{_sbindir}/rc%{name} %{buildroot}%{_sbindir}/rc%{name}
rm %{buildroot}%{_datarootdir}/doc/ledmon/README rm %{buildroot}%{_datarootdir}/doc/ledmon/README.md
%pre %pre
%service_add_pre %{name}.service %service_add_pre %{name}.service
@ -71,13 +71,13 @@ rm %{buildroot}%{_datarootdir}/doc/ledmon/README
%files %files
%license COPYING %license COPYING
%doc README %doc README.md
%{_sbindir}/ledmon %{_sbindir}/ledmon
%{_sbindir}/ledctl %{_sbindir}/ledctl
%{_sbindir}/rcledmon %{_sbindir}/rcledmon
%{_unitdir}/ledmon.service %{_unitdir}/ledmon.service
%{_mandir}/man5/ledmon.conf.5.5%{?ext_man} %{_mandir}/man5/ledmon.conf.5%{?ext_man}
%{_mandir}/man8/ledctl.8.8%{?ext_man} %{_mandir}/man8/ledctl.8%{?ext_man}
%{_mandir}/man8/ledmon.8.8%{?ext_man} %{_mandir}/man8/ledmon.8%{?ext_man}
%changelog %changelog