forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=88
This commit is contained in:
parent
659b053e35
commit
f601fd3bc1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3b5f32ab5bd2d31a09884b874c0531b0464af0088f4e022f1691c2d68a5f991
|
|
||||||
size 222553
|
|
3
yast2-installation-2.16.39.tar.bz2
Normal file
3
yast2-installation-2.16.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:565d989efb607a9c3a19aee93a0e14e44b040b6435e727d57c8c4fda93288c31
|
||||||
|
size 223424
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 14:54:53 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- New better shiny unified progress for image deployment.
|
||||||
|
- Showing also the just-handled image name (bnc #381188).
|
||||||
|
- 2.16.39
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 15:10:24 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Enabling inst_suseconfig in Automatic configuration (bnc #381751)
|
||||||
|
- Fixed run_df agent to ignore read errors on rootfs (bnc #382733)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 18:46:51 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Adjusting automatic configuration UI to use two progress bars
|
||||||
|
instead of one.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 12:26:52 CEST 2008 - locilka@suse.cz
|
Tue Apr 22 12:26:52 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.38)
|
# spec file for package yast2-installation (Version 2.16.39)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.38
|
Version: 2.16.39
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.16.38.tar.bz2
|
Source0: yast2-installation-2.16.39.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
@ -106,7 +106,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.38
|
%setup -n yast2-installation-2.16.39
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -172,6 +172,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 24 2008 locilka@suse.cz
|
||||||
|
- New better shiny unified progress for image deployment.
|
||||||
|
- Showing also the just-handled image name (bnc #381188).
|
||||||
|
- 2.16.39
|
||||||
|
* Wed Apr 23 2008 locilka@suse.cz
|
||||||
|
- Enabling inst_suseconfig in Automatic configuration (bnc #381751)
|
||||||
|
- Fixed run_df agent to ignore read errors on rootfs (bnc #382733)
|
||||||
|
* Tue Apr 22 2008 locilka@suse.cz
|
||||||
|
- Adjusting automatic configuration UI to use two progress bars
|
||||||
|
instead of one.
|
||||||
* Tue Apr 22 2008 locilka@suse.cz
|
* Tue Apr 22 2008 locilka@suse.cz
|
||||||
- Fixed filtering-out already registered repos (bnc #379051).
|
- Fixed filtering-out already registered repos (bnc #379051).
|
||||||
- Client inst_prepare_image moved to installation proposal make
|
- Client inst_prepare_image moved to installation proposal make
|
||||||
|
Loading…
Reference in New Issue
Block a user