2011-02-07 17:24:24 +00:00
|
|
|
Summary: Enclosure LED Utilities
|
|
|
|
Name: ledmon
|
2013-11-28 17:02:56 +00:00
|
|
|
Version: 0.79
|
2014-08-17 01:46:07 +00:00
|
|
|
Release: 3%{?dist}
|
2011-02-07 17:24:24 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://sourceforge.net/projects/ledmon/
|
2013-01-07 13:58:15 +00:00
|
|
|
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2011-02-07 17:24:24 +00:00
|
|
|
Patch0: ledmon_cflags.patch
|
|
|
|
BuildRequires: perl
|
2012-08-07 05:28:18 +00:00
|
|
|
BuildRequires: sg3_utils-devel
|
2011-02-07 17:24:24 +00:00
|
|
|
Obsoletes: ledctl = 0.1-1
|
|
|
|
Provides: ledctl = %{version}-%{release}
|
2012-10-19 08:02:06 +00:00
|
|
|
Requires: sg3_utils-libs
|
2011-02-07 17:24:24 +00:00
|
|
|
|
|
|
|
%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
|
2013-11-28 17:02:56 +00:00
|
|
|
%setup -q
|
2011-02-07 17:24:24 +00:00
|
|
|
%patch0 -p1 -b .cflags
|
|
|
|
|
|
|
|
%build
|
|
|
|
# can't use smp_flags because -j4 makes the build fail
|
2013-07-03 15:11:36 +00:00
|
|
|
make CFLAGS="$RPM_OPT_FLAGS"
|
2011-02-07 17:24:24 +00:00
|
|
|
|
|
|
|
%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
|
2014-08-17 01:46:07 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-07 02:12:15 +00:00
|
|
|
* 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
|
|
|
|
|
2013-11-28 17:02:56 +00:00
|
|
|
* Thu Nov 28 2013 Michal Sekletar <msekleta@redhat.com> - 0.79-1
|
|
|
|
- update to 0.79
|
|
|
|
|
2013-08-03 04:26:23 +00:00
|
|
|
* 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
|
|
|
|
|
2013-07-03 15:11:36 +00:00
|
|
|
* Wed Jul 03 2013 Michal Sekletar <msekleta@redhat.com> - 0.78-1
|
|
|
|
- Update to 0.78
|
|
|
|
|
2013-04-19 08:36:43 +00:00
|
|
|
* Fri Apr 19 2013 Jan Synáček <jsynacek@redhat.com> - 0.77-1
|
|
|
|
- Update to 0.77
|
2013-04-19 08:37:52 +00:00
|
|
|
- Documentation enhancements
|
2013-04-19 08:36:43 +00:00
|
|
|
|
2013-02-14 03:49:35 +00:00
|
|
|
* 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
|
|
|
|
|
2013-01-07 13:58:15 +00:00
|
|
|
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 0.75-1
|
|
|
|
- Update to 0.75 and drop upstreamed patch
|
|
|
|
|
2012-11-15 13:56:39 +00:00
|
|
|
* Thu Nov 15 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-3
|
|
|
|
- Some coverity fixes
|
|
|
|
|
2012-10-19 08:02:06 +00:00
|
|
|
* Fri Oct 19 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-2
|
|
|
|
- Require sg3_utils-libs
|
|
|
|
|
2012-08-13 06:27:29 +00:00
|
|
|
* Mon Aug 13 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-1
|
|
|
|
- Update to 0.74
|
|
|
|
- Resolves: #847072
|
|
|
|
|
2012-08-07 05:28:18 +00:00
|
|
|
* Tue Aug 07 2012 Jan Synáček <jsynacek@redhat.com> - 0.72-1
|
|
|
|
- Update to 0.72 and update patch
|
|
|
|
- Resolves: #846018
|
|
|
|
|
2012-07-25 05:57:51 +00:00
|
|
|
* Wed Jul 25 2012 Jan Synáček <jsynacek@redhat.com> - 0.40-1
|
|
|
|
- Update to 0.40
|
|
|
|
- Resolves: #838086
|
2012-07-25 05:58:56 +00:00
|
|
|
- Make spec fedora-review friendly
|
2012-07-25 05:57:51 +00:00
|
|
|
|
2012-07-19 18:57:20 +00:00
|
|
|
* 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
|
|
|
|
|
2012-03-05 08:33:45 +00:00
|
|
|
* Mon Mar 05 2012 Jan Synáček <jsynacek@redhat.com> - 0.32-1
|
|
|
|
- Update to 0.32
|
|
|
|
|
2012-02-10 09:42:23 +00:00
|
|
|
* Fri Feb 10 2012 Jan Synáček <jsynacek@redhat.com> - 0.31-1
|
|
|
|
- Update to 0.31
|
|
|
|
|
2012-01-13 07:11:36 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-08 04:01:42 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-07 17:24:24 +00:00
|
|
|
* 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
|
2012-02-10 09:42:23 +00:00
|
|
|
- initial release
|