Accepting request 500268 from Base:System
- Actually build with RPM_OPT_FLAGS, will also catch too long -F arguments (bsc#1041840) (forwarded request 500267 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/500268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/initviocons?expand=0&rev=22
This commit is contained in:
commit
60711c0129
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 21:41:00 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
- Actually build with RPM_OPT_FLAGS, will also catch
|
||||||
|
too long -F arguments (bsc#1041840)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 17 18:56:46 UTC 2012 - rschweikert@suse.com
|
Fri Feb 17 18:56:46 UTC 2012 - rschweikert@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package initviocons
|
# spec file for package initviocons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -47,13 +47,11 @@ Authors:
|
|||||||
%setup -n initviocons-%{version}
|
%setup -n initviocons-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Wall"
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make
|
make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
||||||
%make_install
|
%make_install
|
||||||
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
|
Loading…
Reference in New Issue
Block a user