|
|
|
@ -3,15 +3,14 @@ Name: ledmon
|
|
|
|
|
Version: 0.97
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Patch0: ledmon_format-truncation-flag.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter perl-podlators
|
|
|
|
|
BuildRequires: sg3_utils-devel
|
|
|
|
|
BuildRequires: pciutils-devel
|
|
|
|
|
BuildRequires: autoconf automake
|
|
|
|
|
BuildRequires: gcc make
|
|
|
|
|
BuildRequires: autoconf, automake
|
|
|
|
|
# Needed for the udev dependency.
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
@ -29,17 +28,16 @@ use this application.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
# remove -Werror=format-truncation=1 in order to build package
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
autoreconf -fiv
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# can't use smp_flags because -j4 makes the build fail
|
|
|
|
|
#make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
|
sh autogen.sh
|
|
|
|
|
%configure --enable-systemd=yes
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
|
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post ledmon.service
|
|
|
|
@ -59,72 +57,56 @@ make
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 17 2023 Jan Macku <jamacku@redhat.com> - 0.97-1
|
|
|
|
|
- update to 0.97 (#2159926)
|
|
|
|
|
- drop ipmi-avoid-error-messages-on-non-dell-platforms.patch
|
|
|
|
|
|
|
|
|
|
* Mon Nov 28 2022 Jan Macku <jamacku@redhat.com> - 0.96-5
|
|
|
|
|
- Decrease log level of IPMI messages (#2148954)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 27 2022 Jan Macku <jamacku@redhat.com> - 0.96-4
|
|
|
|
|
- Use systemd-rpm-macros to handle ledmon.service (#2073332)
|
|
|
|
|
- update to 0.97 (#2159588)
|
|
|
|
|
- drop downstream patch - ipmi: avoid error messages on non-dell platforms
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jan Macku <jamacku@redhat.com> - 0.96-3
|
|
|
|
|
- Add tests
|
|
|
|
|
* Tue Nov 29 2022 Jan Macku <jamacku@redhat.com> - 0.96-3
|
|
|
|
|
- Decrease log level of IPMI messages (#2148944)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jan Macku <jamacku@redhat.com> - 0.96-2
|
|
|
|
|
- Rename gating.yml to gating.yaml
|
|
|
|
|
* 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 (#2042273)
|
|
|
|
|
- Add gating.yml
|
|
|
|
|
- update to 0.96 (#2041713)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.95-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
* Mon Jan 18 2021 Jan Macku <jamacku@redhat.com> - 0.95-1
|
|
|
|
|
- update to 0.95 (#1841501)
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2021 Tomas Bzatek <tbzatek@redhat.com> - 0.95-5
|
|
|
|
|
- Rebuilt for sg3_utils 1.47 (#1955156)
|
|
|
|
|
* Thu Jan 14 2021 Jan Macku <jamacku@redhat.com> - 0.94-2
|
|
|
|
|
- tests: fix test to run on reverse depedency pipeline (#1912591)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.95-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Feb 17 2020 Jan Synáček <jsynacek@redhat.com> - 0.94-1
|
|
|
|
|
- update to 0.94 (#1780521)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Jan Macku <jamacku@redhat.com> - 0.95-3
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
* Tue Dec 10 2019 Jan Synáček <jsynacek@redhat.com> - 0.93-1
|
|
|
|
|
- update to 0.93 (#1721928)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Jan Macku <jamacku@redhat.com> - 0.95-2
|
|
|
|
|
- drop perl dependency
|
|
|
|
|
* Tue Jun 4 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-7
|
|
|
|
|
- tests: fix tests (#1681030)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Jan Macku <jamacku@redhat.com> - 0.95-1
|
|
|
|
|
- clean up spec based on RHEL 8.4.0 spec
|
|
|
|
|
- remove -Werror=format-truncation=1 from configure
|
|
|
|
|
- update to 0.95 (#1880599)
|
|
|
|
|
* Tue Jun 4 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-6
|
|
|
|
|
- tests: fix tests (#1681030)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Mon Jun 3 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-5
|
|
|
|
|
- tests: skip tests on unsupported devices (#1681030)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Mon May 27 2019 Jan Synáček <jsynacek@redhat.com> - 0.92-4
|
|
|
|
|
- fix the _ledmon_status() function (#1681030)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 20 2020 Dan Horák <dan@danny.cz> - 0.92-4
|
|
|
|
|
- rebuilt for sg3_utils 1.45 (#1809392)
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* 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 (#1699783)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.90-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
- update to 0.92 (#1661204)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 7 2018 Jan Synáček <jsynacek@redhat.com> - 0.90-3
|
|
|
|
|
- fix manpage generation (#1611428)
|
|
|
|
|
* Fri Feb 15 2019 Jan Synáček <jsynacek@redhat.com> - 0.90-3
|
|
|
|
|
- LEDs do not work properly during migration (#1669232)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.90-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* 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)
|
|
|
|
|