From b27e075ae6f620d6b5ec0dc43f8ab92e4ae15a3e5838486dcb164af6aef6c11f Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 2 Jul 2021 05:53:52 +0000 Subject: [PATCH] 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 --- ledmon-0.94.tar.gz | 3 --- ledmon-0.95.tar.gz | 3 +++ ledmon.changes | 13 +++++++++++++ ledmon.spec | 14 +++++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 ledmon-0.94.tar.gz create mode 100644 ledmon-0.95.tar.gz diff --git a/ledmon-0.94.tar.gz b/ledmon-0.94.tar.gz deleted file mode 100644 index 08ef152..0000000 --- a/ledmon-0.94.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7085cfc04d071fbf4a30654d0a23803d37cb73d966b0bd65fa467147df00a9 -size 81676 diff --git a/ledmon-0.95.tar.gz b/ledmon-0.95.tar.gz new file mode 100644 index 0000000..e4f6887 --- /dev/null +++ b/ledmon-0.95.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3cec0d8f111e68ab2fff4aeb797193523be3753a51c94b22dac867af201ca7 +size 82048 diff --git a/ledmon.changes b/ledmon.changes index 3807dad..39bf263 100644 --- a/ledmon.changes +++ b/ledmon.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 1 14:27:36 UTC 2021 - Ferdinand Thiessen + +- 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 diff --git a/ledmon.spec b/ledmon.spec index 03bfdf1..b0834d7 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ledmon -Version: 0.94 +Version: 0.95 Release: 0 Summary: Enclosure LED Utilities License: GPL-2.0-only @@ -55,7 +55,7 @@ autoreconf -fiv %make_install ln -sv %{_sbindir}/service \ %{buildroot}%{_sbindir}/rc%{name} -rm %{buildroot}%{_datarootdir}/doc/ledmon/README +rm %{buildroot}%{_datarootdir}/doc/ledmon/README.md %pre %service_add_pre %{name}.service @@ -71,13 +71,13 @@ rm %{buildroot}%{_datarootdir}/doc/ledmon/README %files %license COPYING -%doc README +%doc README.md %{_sbindir}/ledmon %{_sbindir}/ledctl %{_sbindir}/rcledmon %{_unitdir}/ledmon.service -%{_mandir}/man5/ledmon.conf.5.5%{?ext_man} -%{_mandir}/man8/ledctl.8.8%{?ext_man} -%{_mandir}/man8/ledmon.8.8%{?ext_man} +%{_mandir}/man5/ledmon.conf.5%{?ext_man} +%{_mandir}/man8/ledctl.8%{?ext_man} +%{_mandir}/man8/ledmon.8%{?ext_man} %changelog