update to 0.90 (#1555099)
This commit is contained in:
parent
d3e2a6feba
commit
80d8f53f27
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/ledmon-0.78.tar.gz
|
/ledmon-0.78.tar.gz
|
||||||
/ledmon-0.79.tar.gz
|
/ledmon-0.79.tar.gz
|
||||||
/ledmon-0.80.tar.gz
|
/ledmon-0.80.tar.gz
|
||||||
|
/ledmon-0.90.tar.gz
|
||||||
|
14
ledmon.spec
14
ledmon.spec
@ -1,14 +1,17 @@
|
|||||||
Summary: Enclosure LED Utilities
|
Summary: Enclosure LED Utilities
|
||||||
Name: ledmon
|
Name: ledmon
|
||||||
Version: 0.80
|
Version: 0.90
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://sourceforge.net/projects/ledmon/
|
URL: https://github.com/intel/ledmon
|
||||||
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: ledmon_cflags.patch
|
Patch0: ledmon_cflags.patch
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: sg3_utils-devel
|
BuildRequires: sg3_utils-devel
|
||||||
|
# Needed for the udev dependency.
|
||||||
|
BuildRequires: systemd-devel
|
||||||
Obsoletes: ledctl = 0.1-1
|
Obsoletes: ledctl = 0.1-1
|
||||||
Provides: ledctl = %{version}-%{release}
|
Provides: ledctl = %{version}-%{release}
|
||||||
Requires: sg3_utils-libs
|
Requires: sg3_utils-libs
|
||||||
@ -38,6 +41,9 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Feb 26 2018 Jan Synáček <jsynacek@redhat.com> - 0.80-6
|
||||||
- use distribution LDFLAGS during build (#1548551)
|
- use distribution LDFLAGS during build (#1548551)
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
--- ledmon-0.80/src/Makefile 2016-11-25 13:59:48.000000000 +0100
|
--- ledmon-0.90/src/Makefile 2018-02-14 12:26:04.000000000 +0100
|
||||||
+++ ledmon-0.80-new/src/Makefile 2018-02-26 13:06:00.911085377 +0100
|
+++ ledmon-0.90-new/src/Makefile 2018-03-14 09:45:12.887450849 +0100
|
||||||
@@ -57,15 +57,10 @@ LEDCTL_OBJECTS=\
|
@@ -64,15 +64,10 @@ TEST_CONFIG_OBJECTS=\
|
||||||
$(OUTDIR)/ledctl.o \
|
$(OUTDIR)/list.o \
|
||||||
$(OBJECTS)
|
$(OUTDIR)/utils.o
|
||||||
|
|
||||||
-CXFLAGS=-O0 -g
|
-CXFLAGS=-O0 -g -std=gnu99
|
||||||
-CWFLAGS=-Wall
|
-CWFLAGS=-Wall
|
||||||
-CFLAGS=$(CXFLAGS) $(CWFLAGS)
|
-CFLAGS=$(CXFLAGS) $(CWFLAGS)
|
||||||
-
|
-
|
||||||
DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE
|
DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE
|
||||||
CPPFLAGS=$(DEFFLAGS)
|
CPPFLAGS=$(DEFFLAGS)
|
||||||
ALL_CPPFLAGS=$(CPPFLAGS) -I../config
|
ALL_CPPFLAGS=$(CPPFLAGS) -I../config
|
||||||
|
|
||||||
-LDFLAGS=$(CXFLAGS)
|
-LDFLAGS=$(CXFLAGS)
|
||||||
LDLIBS=-lsgutils2
|
LDLIBS=-lsgutils2 -ludev
|
||||||
|
|
||||||
SOURCES:=$(shell find -name "*.[cC]" -print)
|
SOURCES:=$(shell find -name "*.[cC]" -print)
|
||||||
|
Loading…
Reference in New Issue
Block a user