- add code to support thin provisioning in LVM VG (fate#313905)
- log stderr and stdout of init scripts (bnc#781145)
- use ButtonBox widget where appropriate (bnc#701255)
- prevent cloning of /dev/tmpfs storage container (bnc#776365)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=84
This commit is contained in:
Thomas Fehr 2012-09-20 15:05:28 +00:00 committed by Git OBS Bridge
parent 0b19cfa2ad
commit 19aeb89947
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b95457eac78f2c8d19854738f029fbd4ca1cf9f9cd341d8a86bc7e439f9e600
size 1322717

3
autoyast2-2.23.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6051db081e30099c19fdf2e1bd33ea8b027adc01b124b73d85bfe13f8f149e3
size 1342432

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Sep 20 17:02:42 CEST 2012 - fehr@suse.de
- 2.23.0
- add code to support thin provisioning in LVM VG (fate#313905)
-------------------------------------------------------------------
Wed Sep 19 16:36:14 CEST 2012 - fehr@suse.de
- log stderr and stdout of init scripts (bnc#781145)
-------------------------------------------------------------------
Thu Aug 30 11:06:45 CEST 2012 - fehr@suse.de
- use ButtonBox widget where appropriate (bnc#701255)
-------------------------------------------------------------------
Wed Aug 29 17:53:45 CEST 2012 - fehr@suse.de
- prevent cloning of /dev/tmpfs storage container (bnc#776365)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 7 14:07:30 CEST 2012 - ug@suse.de Tue Aug 7 14:07:30 CEST 2012 - ug@suse.de

View File

@ -17,7 +17,7 @@
Name: autoyast2 Name: autoyast2
Version: 2.22.5 Version: 2.23.0
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -83,7 +83,7 @@ This file contains YaST2-independent files needed to create
installation sources. installation sources.
%package installation %package installation
Version: 2.22.5 Version: 2.23.0
Release: 0 Release: 0
Summary: YaST2 - Auto Installation Modules Summary: YaST2 - Auto Installation Modules
Group: System/YaST Group: System/YaST
@ -120,7 +120,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