2019-08-02 16:03:36 +00:00
|
|
|
Summary: Enclosure LED Utilities
|
|
|
|
Name: ledmon
|
2022-09-27 20:08:55 +00:00
|
|
|
Version: 0.96
|
2023-03-28 08:42:05 +00:00
|
|
|
Release: 3%{?dist}
|
2019-08-02 16:03:36 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
URL: https://github.com/intel/ledmon
|
|
|
|
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
2023-03-28 08:42:05 +00:00
|
|
|
Patch0: ipmi-avoid-error-messages-on-non-dell-platforms.patch
|
|
|
|
|
2019-08-02 16:03:36 +00:00
|
|
|
BuildRequires: perl-interpreter perl-podlators
|
|
|
|
BuildRequires: sg3_utils-devel
|
2020-07-28 13:54:59 +00:00
|
|
|
BuildRequires: pciutils-devel
|
2020-01-21 19:19:06 +00:00
|
|
|
BuildRequires: autoconf, automake
|
2019-08-02 16:03:36 +00:00
|
|
|
# Needed for the udev dependency.
|
|
|
|
BuildRequires: systemd-devel
|
2022-09-27 20:08:55 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
2019-08-02 16:03:36 +00:00
|
|
|
Obsoletes: ledctl = 0.1-1
|
|
|
|
Provides: ledctl = %{version}-%{release}
|
|
|
|
Requires: sg3_utils-libs
|
|
|
|
|
|
|
|
%description
|
|
|
|
The ledmon and ledctl are user space applications design to control LED
|
|
|
|
associated with each slot in an enclosure or a drive bay. There are two
|
|
|
|
types of system: 2-LED system (Activity LED, Status LED) and 3-LED system
|
|
|
|
(Activity LED, Locate LED, Fail LED). User must have root privileges to
|
|
|
|
use this application.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2023-03-28 08:42:05 +00:00
|
|
|
%patch0 -p1
|
2019-08-02 16:03:36 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
# can't use smp_flags because -j4 makes the build fail
|
2020-01-21 19:19:06 +00:00
|
|
|
#make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
sh autogen.sh
|
|
|
|
%configure --enable-systemd=yes
|
|
|
|
make
|
2019-08-02 16:03:36 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
|
2022-09-27 20:08:55 +00:00
|
|
|
%post
|
|
|
|
%systemd_post ledmon.service
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun ledmon.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart ledmon.service
|
|
|
|
|
2019-08-02 16:03:36 +00:00
|
|
|
%files
|
2021-03-30 15:05:29 +00:00
|
|
|
%doc README.md COPYING
|
2019-08-02 16:03:36 +00:00
|
|
|
%{_sbindir}/ledctl
|
|
|
|
%{_sbindir}/ledmon
|
|
|
|
%{_mandir}/*/*
|
2020-01-21 19:19:06 +00:00
|
|
|
%{_unitdir}/ledmon.service
|
2019-08-02 16:03:36 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-03-28 08:42:05 +00:00
|
|
|
* Tue Nov 29 2022 Jan Macku <jamacku@redhat.com> - 0.96-3
|
|
|
|
- Decrease log level of IPMI messages (#2148944)
|
|
|
|
|
2022-09-27 20:08:55 +00:00
|
|
|
* Mon Jun 27 2022 Jan Macku <jamacku@redhat.com> - 0.96-2
|
|
|
|
- Use systemd-rpm-macros to handle ledmon.service (#2073331)
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jan Macku <jamacku@redhat.com> - 0.96-1
|
|
|
|
- update to 0.96 (#2041713)
|
|
|
|
|
2021-03-30 15:05:29 +00:00
|
|
|
* 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)
|
|
|
|
|
2020-07-28 13:54:59 +00:00
|
|
|
* Mon Feb 17 2020 Jan Synáček <jsynacek@redhat.com> - 0.94-1
|
|
|
|
- update to 0.94 (#1780521)
|
|
|
|
|
2020-01-21 19:19:06 +00:00
|
|
|
* Tue Dec 10 2019 Jan Synáček <jsynacek@redhat.com> - 0.93-1
|
|
|
|
- update to 0.93 (#1721928)
|
|
|
|
|
2019-08-02 16:03:36 +00:00
|
|
|
* Tue Jun 4 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-7
|
|
|
|
- tests: fix tests (#1681030)
|
|
|
|
|
|
|
|
* Tue Jun 4 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-6
|
|
|
|
- tests: fix tests (#1681030)
|
|
|
|
|
|
|
|
* Mon Jun 3 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-5
|
|
|
|
- tests: skip tests on unsupported devices (#1681030)
|
|
|
|
|
|
|
|
* Mon May 27 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-4
|
|
|
|
- fix the _ledmon_status() function (#1681030)
|
|
|
|
|
|
|
|
* Mon May 20 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-3
|
|
|
|
- tests: fix segfault when a value is missing from ibpi_str[] (#1681030)
|
|
|
|
|
|
|
|
* Mon May 6 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-2
|
|
|
|
- tests: add PURPOSE target (#1681030)
|
|
|
|
|
|
|
|
* Mon Apr 15 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-1
|
|
|
|
- update to 0.92 (#1661204)
|
|
|
|
|
|
|
|
* Fri Feb 15 2019 Jan Synáček <jsynacek@redhat.com> - 0.90-3
|
|
|
|
- LEDs do not work properly during migration (#1669232)
|
|
|
|
|
|
|
|
* Tue Aug 7 2018 Jan Synáček <jsynacek@redhat.com> - 0.90-2
|
|
|
|
- fix manpage generation (#1612711)
|
|
|
|
|
|
|
|
* Wed Mar 14 2018 Jan Synáček <jsynacek@redhat.com> - 0.90-1
|
|
|
|
- update to 0.90 (#1555099)
|
|
|
|
|
|
|
|
* Mon Feb 26 2018 Jan Synáček <jsynacek@redhat.com> - 0.80-6
|
|
|
|
- use distribution LDFLAGS during build (#1548551)
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Dec 6 2016 Jan Synáček <jsynacek@redhat.com> - 0.80-1
|
|
|
|
- Update to 0.80 (#1401924)
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.79-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.79-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.79-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.79-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Nov 28 2013 Michal Sekletar <msekleta@redhat.com> - 0.79-1
|
|
|
|
- update to 0.79
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.78-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 03 2013 Michal Sekletar <msekleta@redhat.com> - 0.78-1
|
|
|
|
- Update to 0.78
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Jan Synáček <jsynacek@redhat.com> - 0.77-1
|
|
|
|
- Update to 0.77
|
|
|
|
- Documentation enhancements
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.75-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 0.75-1
|
|
|
|
- Update to 0.75 and drop upstreamed patch
|
|
|
|
|
|
|
|
* Thu Nov 15 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-3
|
|
|
|
- Some coverity fixes
|
|
|
|
|
|
|
|
* Fri Oct 19 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-2
|
|
|
|
- Require sg3_utils-libs
|
|
|
|
|
|
|
|
* Mon Aug 13 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-1
|
|
|
|
- Update to 0.74
|
|
|
|
- Resolves: #847072
|
|
|
|
|
|
|
|
* Tue Aug 07 2012 Jan Synáček <jsynacek@redhat.com> - 0.72-1
|
|
|
|
- Update to 0.72 and update patch
|
|
|
|
- Resolves: #846018
|
|
|
|
|
|
|
|
* Wed Jul 25 2012 Jan Synáček <jsynacek@redhat.com> - 0.40-1
|
|
|
|
- Update to 0.40
|
|
|
|
- Resolves: #838086
|
|
|
|
- Make spec fedora-review friendly
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Mar 05 2012 Jan Synáček <jsynacek@redhat.com> - 0.32-1
|
|
|
|
- Update to 0.32
|
|
|
|
|
|
|
|
* Fri Feb 10 2012 Jan Synáček <jsynacek@redhat.com> - 0.31-1
|
|
|
|
- Update to 0.31
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Jiri Moskovcak <jmoskovc@redhat.com> 0.1-2
|
|
|
|
- renamed to ledmon, because ledctl is taken
|
|
|
|
|
|
|
|
* Fri Jan 07 2011 Jiri Moskovcak <jmoskovc@redhat.com> 0.1-1
|
|
|
|
- initial release
|