Update to last sucessful build

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=31
This commit is contained in:
ZYpp Developers 2013-01-22 11:19:22 +00:00 committed by Git OBS Bridge
parent 25dcbde513
commit afc0acad40
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f25ed29021cd48dd873139a145728f26cde3d513f77adb0724b1932535e48ee5 oid sha256:628372c890536ce0729ef6e9d98817c6dfd5b57a8d868b70b7248f360843c94a
size 115455 size 116895

View File

@ -1,7 +1,7 @@
# #
# spec file for package yast2-update # spec file for package yast2-update
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products 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
@ -95,7 +95,6 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works