forked from pool/ledmon
Accepting request 1163178 from home:nicholasyang:branches:Base:System
- Update to version 1.0.0: Enhancements lib: introduce library (not enabled in this build) tests: migrate tests to pytest Introduce "make check" option Allow disabling documentation installation Add minimal Nvme subsystem support Allow choosing output format from get-slot Rework handling --help option Update manual Bug fixes Fix log severity, messages and level detection Ledctl: skip slot state check for set locate_off ci: Compile with tests and library enabled configure.ac: build library when "--enbable-test" Allow setting multiple LEDs per slot on SES Prevent compiler from optimizing out security checks Fix compilation warnings Add compiler defenses flags Add support for clang compiler utils.c: remove duplicated "-c" short parameter Remove parsing ALLOWLIST and EXCLUDELIST using regex ledctl: Fix exit ledctl with test flag OBS-URL: https://build.opensuse.org/request/show/1163178 OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=51
This commit is contained in:
parent
559eedb362
commit
2b7e9bf9ec
3
_service
Normal file
3
_service
Normal file
@ -0,0 +1,3 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual"/>
|
||||
</services>
|
BIN
ledmon-0.97.tar.gz
(Stored with Git LFS)
BIN
ledmon-0.97.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ledmon-1.0.0.tar.gz
Normal file
3
ledmon-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2826786cd5e7fe7d32d22e9d209b23124801fec9c3220dcd7fb45706f3818dc5
|
||||
size 125122
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 04:28:18 UTC 2024 - Nicholas Yang <nicholas.yang@suse.com>
|
||||
|
||||
- Update to version 1.0.0:
|
||||
|
||||
Enhancements
|
||||
|
||||
lib: introduce library (not enabled in this build)
|
||||
tests: migrate tests to pytest
|
||||
Introduce "make check" option
|
||||
Allow disabling documentation installation
|
||||
Add minimal Nvme subsystem support
|
||||
Allow choosing output format from get-slot
|
||||
Rework handling --help option
|
||||
Update manual
|
||||
|
||||
Bug fixes
|
||||
|
||||
Fix log severity, messages and level detection
|
||||
Ledctl: skip slot state check for set locate_off
|
||||
ci: Compile with tests and library enabled
|
||||
configure.ac: build library when "--enbable-test"
|
||||
Allow setting multiple LEDs per slot on SES
|
||||
Prevent compiler from optimizing out security checks
|
||||
Fix compilation warnings
|
||||
Add compiler defenses flags
|
||||
Add support for clang compiler
|
||||
utils.c: remove duplicated "-c" short parameter
|
||||
Remove parsing ALLOWLIST and EXCLUDELIST using regex
|
||||
ledctl: Fix exit ledctl with test flag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 03:50:57 UTC 2023 - Nicholas Yang <nicholas.yang@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ledmon
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.97
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Enclosure LED Utilities
|
||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||
@ -26,8 +26,11 @@ URL: https://github.com/intel/ledmon/
|
||||
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: harden_ledmon.service.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: automake
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: libsgutils-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
|
Loading…
Reference in New Issue
Block a user