- 2.23.0
- 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:
parent
0b19cfa2ad
commit
19aeb89947
@ -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
3
autoyast2-2.23.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6051db081e30099c19fdf2e1bd33ea8b027adc01b124b73d85bfe13f8f149e3
|
||||
size 1342432
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.22.5
|
||||
Version: 2.23.0
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -83,7 +83,7 @@ This file contains YaST2-independent files needed to create
|
||||
installation sources.
|
||||
|
||||
%package installation
|
||||
Version: 2.22.5
|
||||
Version: 2.23.0
|
||||
Release: 0
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
@ -120,7 +120,6 @@ autoreconf --force --install
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||
# so that RPM_OPT_FLAGS check works
|
||||
|
Loading…
Reference in New Issue
Block a user