- Fixed testsuite. tests/include.ycp, tests/udev.ycp failed when

missing /etc/sysconfig/console.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=187
This commit is contained in:
Michal Filka 2012-11-06 10:51:54 +00:00 committed by Git OBS Bridge
parent 09f5121b77
commit 074adca615
3 changed files with 8 additions and 3 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:31c0a3443266754ce519b4ae970576ef63f660e793bf5035709fe6e08a4df4a7 oid sha256:ed7c67ae3cae98adec59e59575cea4ec0b2493fde5055e91b35cefabbeb89ab0
size 291423 size 286735

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 6 10:44:59 UTC 2012 - mfilka@suse.com
- Fixed testsuite. tests/include.ycp, tests/udev.ycp failed when
missing /etc/sysconfig/console.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 25 21:04:58 UTC 2012 - mfilka@suse.com Thu Oct 25 21:04:58 UTC 2012 - mfilka@suse.com

View File

@ -79,7 +79,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