parent
cfe6a8b82a
commit
0c8a9a05d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/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
|
/ledmon-0.90.tar.gz
|
||||||
|
/ledmon-0.92.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Enclosure LED Utilities
|
Summary: Enclosure LED Utilities
|
||||||
Name: ledmon
|
Name: ledmon
|
||||||
Version: 0.90
|
Version: 0.92
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/intel/ledmon
|
URL: https://github.com/intel/ledmon
|
||||||
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@ -41,6 +41,9 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.90-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
--- ledmon-0.90/src/Makefile 2018-02-14 12:26:04.000000000 +0100
|
--- ledmon-0.92/src/Makefile 2019-04-12 11:49:04.000000000 +0200
|
||||||
+++ ledmon-0.90-new/src/Makefile 2018-03-14 09:45:12.887450849 +0100
|
+++ ledmon-0.92-new/src/Makefile 2019-04-15 10:37:25.529206895 +0200
|
||||||
@@ -64,15 +64,10 @@ TEST_CONFIG_OBJECTS=\
|
@@ -64,15 +64,10 @@ TEST_CONFIG_OBJECTS=\
|
||||||
$(OUTDIR)/list.o \
|
$(OUTDIR)/list.o \
|
||||||
$(OUTDIR)/utils.o
|
$(OUTDIR)/utils.o
|
||||||
|
|
||||||
-CXFLAGS=-O0 -g -std=gnu99
|
-CXFLAGS+=-std=gnu99
|
||||||
-CWFLAGS=-Wall
|
-CWFLAGS=-Wall
|
||||||
-CFLAGS=$(CXFLAGS) $(CWFLAGS)
|
-CFLAGS=$(CXFLAGS) $(CWFLAGS)
|
||||||
-
|
-
|
||||||
DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE
|
DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE -DBUILD_LABEL=\""$(BUILD_LABEL)"\"
|
||||||
CPPFLAGS=$(DEFFLAGS)
|
CPPFLAGS=$(DEFFLAGS)
|
||||||
ALL_CPPFLAGS=$(CPPFLAGS) -I../config
|
ALL_CPPFLAGS=$(CPPFLAGS) -I../config
|
||||||
|
|
||||||
-LDFLAGS=$(CXFLAGS)
|
-LDFLAGS=$(CXFLAGS)
|
||||||
LDLIBS=-lsgutils2 -ludev
|
LDLIBS=-lsgutils2 -ludev -lrt
|
||||||
|
|
||||||
SOURCES:=$(shell find -name "*.[cC]" -print)
|
SOURCES:=$(shell find -name "*.[cC]" -print)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ledmon-0.90.tar.gz) = 9b97b254d1aa54624743293d4c77829e87674ea213da746133473152455bd34e61e456dd7c53eb5d66e5a90fd0927629130965e3bf0a81bf239fe97a2b2b92a4
|
SHA512 (ledmon-0.92.tar.gz) = 31105e7c2b796c7707212598b7d57c8bbf8c8798069d9ce2002a92eb2d2eec2dbb61e673045afa65da11294b32548b711f721f2b119f264f4698a887be800461
|
||||||
|
Loading…
Reference in New Issue
Block a user