OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=101
This commit is contained in:
parent
6e3d37151e
commit
368cdde865
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10c6a6011756da9de021cb9105a96cec5e6acab239c08d89a422b4b1f8cfbcd5
|
|
||||||
size 243512
|
|
3
yast2-installation-2.17.1.tar.bz2
Normal file
3
yast2-installation-2.17.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:791810b96067c8f29de002b8c0508387223e842e60374555029ac1c30b70f73f
|
||||||
|
size 245006
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 14 15:15:15 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Base-product license directory moved to control file
|
||||||
|
(base_product_license_directory) (FATE #304865).
|
||||||
|
- Copying licenses to the system in copy_files_finish.
|
||||||
|
- Reading the license directory in inst_license.
|
||||||
|
- Icons for AC steps defined in control file.
|
||||||
|
- Adjusting DPMS 'off' when installation starts, DPMS 'on' when
|
||||||
|
finishes (FATE #304395).
|
||||||
|
- Icons for inst_finish.
|
||||||
|
- 2.17.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 11:11:11 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added documentation for AC Setup and for texts in control file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 10 17:48:59 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Settings for Automatic Configuration moved to control file
|
||||||
|
because of code reuse for different AC in first boot
|
||||||
|
(FATE #303939).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 10 13:31:00 CEST 2008 - locilka@suse.cz
|
Thu Jul 10 13:31:00 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.0)
|
# spec file for package yast2-installation (Version 2.17.1)
|
||||||
#
|
#
|
||||||
# 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.17.0
|
Version: 2.17.1
|
||||||
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.17.0.tar.bz2
|
Source0: yast2-installation-2.17.1.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()
|
||||||
@ -41,7 +41,6 @@ Requires: yast2-packager >= 2.16.41
|
|||||||
# Requires: yast2-runlevel
|
# Requires: yast2-runlevel
|
||||||
# Requires: yast2-network
|
# Requires: yast2-network
|
||||||
# Requires: yast2-add-on
|
# Requires: yast2-add-on
|
||||||
# Requires: yast2-mouse
|
|
||||||
# Requires: yast2-storage
|
# Requires: yast2-storage
|
||||||
# Requires: yast2-update
|
# Requires: yast2-update
|
||||||
# extra sources in ResolvableProperties()
|
# extra sources in ResolvableProperties()
|
||||||
@ -108,7 +107,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.0
|
%setup -n yast2-installation-2.17.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -174,6 +173,22 @@ 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
|
||||||
|
* Mon Jul 14 2008 locilka@suse.cz
|
||||||
|
- Base-product license directory moved to control file
|
||||||
|
(base_product_license_directory) (FATE #304865).
|
||||||
|
- Copying licenses to the system in copy_files_finish.
|
||||||
|
- Reading the license directory in inst_license.
|
||||||
|
- Icons for AC steps defined in control file.
|
||||||
|
- Adjusting DPMS 'off' when installation starts, DPMS 'on' when
|
||||||
|
finishes (FATE #304395).
|
||||||
|
- Icons for inst_finish.
|
||||||
|
- 2.17.1
|
||||||
|
* Fri Jul 11 2008 locilka@suse.cz
|
||||||
|
- Added documentation for AC Setup and for texts in control file.
|
||||||
|
* Thu Jul 10 2008 locilka@suse.cz
|
||||||
|
- Settings for Automatic Configuration moved to control file
|
||||||
|
because of code reuse for different AC in first boot
|
||||||
|
(FATE #303939).
|
||||||
* Thu Jul 10 2008 locilka@suse.cz
|
* Thu Jul 10 2008 locilka@suse.cz
|
||||||
- Only directories in release-notes directory are considered to be
|
- Only directories in release-notes directory are considered to be
|
||||||
real release notes (bnc #407922).
|
real release notes (bnc #407922).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user