7eb2f8b27c
%make_install won't build with SLE10 SLE11 and SLE11-SP1 + %make_install /var/tmp/rpm-tmp.71410: line 23: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.71410 (%install) and now the spec is the same as it was 1.4. I updated it to 1.5 and changed the spec using the spec template provided by bridge-utils source tarball. Now due to bug 707837, I reverted the spec file. as for the header file and lib, it's always been packaged into the bridge-utils at lease back in the 1.4 time, and we never had a package called bridge-utils-devel, so I'm packaging them also in 1.5, Thanks (forwarded request 77393 from CFM56) OBS-URL: https://build.opensuse.org/request/show/77497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bridge-utils?expand=0&rev=12
14 lines
397 B
Diff
14 lines
397 B
Diff
Index: libbridge/Makefile.in
|
|
===================================================================
|
|
--- libbridge/Makefile.in.orig 2008-01-08 17:20:35.000000000 +0100
|
|
+++ libbridge/Makefile.in 2008-05-06 08:44:34.000000000 +0200
|
|
@@ -5,7 +5,7 @@ AR=ar
|
|
RANLIB=@RANLIB@
|
|
|
|
CC=@CC@
|
|
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
|
|
+CFLAGS += -Wall -g $(KERNEL_HEADERS)
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|