RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ledmon#787cfdd1c686cfd6215a601e412bc3e2d8ac36c8
This commit is contained in:
parent
bfa07d26cc
commit
048f03bac9
13
.gitignore
vendored
13
.gitignore
vendored
@ -0,0 +1,13 @@
|
|||||||
|
/ledmon-0.1.tar.gz
|
||||||
|
/ledmon-0.31.tar.bz2
|
||||||
|
/ledmon-0.32.tar.bz2
|
||||||
|
/ledmon-0.40.tar.bz2
|
||||||
|
/ledmon-0.72.tar.bz2
|
||||||
|
/ledmon-0.74.tar.bz2
|
||||||
|
/ledmon-0.75.tar.gz
|
||||||
|
/ledmon-0.77.tar.gz
|
||||||
|
/ledmon-0.78.tar.gz
|
||||||
|
/ledmon-0.79.tar.gz
|
||||||
|
/ledmon-0.80.tar.gz
|
||||||
|
/ledmon-0.90.tar.gz
|
||||||
|
/ledmon-0.92.tar.gz
|
158
ledmon.spec
Normal file
158
ledmon.spec
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
Summary: Enclosure LED Utilities
|
||||||
|
Name: ledmon
|
||||||
|
Version: 0.92
|
||||||
|
Release: 5%{?dist}
|
||||||
|
License: GPLv2+
|
||||||
|
URL: https://github.com/intel/ledmon
|
||||||
|
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
Patch0: ledmon_cflags.patch
|
||||||
|
BuildRequires: perl-interpreter perl-podlators
|
||||||
|
BuildRequires: sg3_utils-devel
|
||||||
|
BuildRequires: gcc
|
||||||
|
# Needed for the udev dependency.
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
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
|
||||||
|
%patch0 -p1 -b .cflags
|
||||||
|
|
||||||
|
%build
|
||||||
|
# can't use smp_flags because -j4 makes the build fail
|
||||||
|
make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README COPYING
|
||||||
|
%{_sbindir}/ledctl
|
||||||
|
%{_sbindir}/ledmon
|
||||||
|
%{_mandir}/*/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.92-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 20 2020 Dan Horák <dan@danny.cz> - 0.92-4
|
||||||
|
- rebuilt for sg3_utils 1.45 (#1809392)
|
||||||
|
|
||||||
|
* 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 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
|
||||||
|
|
||||||
|
* Tue Aug 7 2018 Jan Synáček <jsynacek@redhat.com> - 0.90-3
|
||||||
|
- fix manpage generation (#1611428)
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
18
ledmon_cflags.patch
Normal file
18
ledmon_cflags.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- ledmon-0.92/src/Makefile 2019-04-12 11:49:04.000000000 +0200
|
||||||
|
+++ ledmon-0.92-new/src/Makefile 2019-04-15 10:37:25.529206895 +0200
|
||||||
|
@@ -64,15 +64,10 @@ TEST_CONFIG_OBJECTS=\
|
||||||
|
$(OUTDIR)/list.o \
|
||||||
|
$(OUTDIR)/utils.o
|
||||||
|
|
||||||
|
-CXFLAGS+=-std=gnu99
|
||||||
|
-CWFLAGS=-Wall
|
||||||
|
-CFLAGS=$(CXFLAGS) $(CWFLAGS)
|
||||||
|
-
|
||||||
|
DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE -DBUILD_LABEL=\""$(BUILD_LABEL)"\"
|
||||||
|
CPPFLAGS=$(DEFFLAGS)
|
||||||
|
ALL_CPPFLAGS=$(CPPFLAGS) -I../config
|
||||||
|
|
||||||
|
-LDFLAGS=$(CXFLAGS)
|
||||||
|
LDLIBS=-lsgutils2 -ludev -lrt
|
||||||
|
|
||||||
|
SOURCES:=$(shell find -name "*.[cC]" -print)
|
Loading…
Reference in New Issue
Block a user