forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=149
This commit is contained in:
parent
4df097fb89
commit
6e80f1555a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7ad625292c6082836ae29568feb81a6bbb46c7799c76799ea1311b959cbe002
|
|
||||||
size 278063
|
|
3
yast2-installation-2.18.15.tar.bz2
Normal file
3
yast2-installation-2.18.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eca2700fbac0b6a74f3ac1c147e08d0b4a025e2a27bc113f8c25e4040232d2ad
|
||||||
|
size 268700
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 20 12:45:47 CEST 2009 - aschnell@suse.de
|
||||||
|
|
||||||
|
- moved .proc.mounts agent from yast2-installation to yast2 (bnc
|
||||||
|
#504429)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 18 16:46:03 CEST 2009 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added kdump support for autoyast installation (FATE#305588)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 14 13:45:08 CEST 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Installation/Upgrade newly require some packages essential for
|
||||||
|
them to succeed (bnc #469730).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 10:22:24 CEST 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Using a new yast-spanner (old yast icon) for Repair.
|
||||||
|
- 2.18.14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 13:59:31 CEST 2009 - locilka@suse.cz
|
Mon Apr 20 13:59:31 CEST 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.18.13)
|
# spec file for package yast2-installation (Version 2.18.15)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.18.13
|
Version: 2.18.15
|
||||||
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.18.13.tar.bz2
|
Source0: yast2-installation-2.18.15.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
|
||||||
# xmllint
|
# xmllint
|
||||||
@ -39,8 +39,8 @@ BuildRequires: yast2-pkg-bindings >= 2.17.25
|
|||||||
BuildRequires: yast2-packager >= 2.17.9
|
BuildRequires: yast2-packager >= 2.17.9
|
||||||
# AutoinstConfig::getProposalList
|
# AutoinstConfig::getProposalList
|
||||||
Requires: autoyast2-installation >= 2.17.1
|
Requires: autoyast2-installation >= 2.17.1
|
||||||
# `reboot_same_step
|
# `reboot_same_step, .proc.mounts
|
||||||
Requires: yast2 >= 2.18.11
|
Requires: yast2 >= 2.18.16
|
||||||
# Language::GetLanguageItems and other API
|
# Language::GetLanguageItems and other API
|
||||||
# Language::Set (handles downloading the translation extensions)
|
# Language::Set (handles downloading the translation extensions)
|
||||||
Requires: yast2-country-data >= 2.16.11
|
Requires: yast2-country-data >= 2.16.11
|
||||||
@ -123,7 +123,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.18.13
|
%setup -n yast2-installation-2.18.15
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -170,7 +170,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/include/installation/*
|
/usr/share/YaST2/include/installation/*
|
||||||
# agents
|
# agents
|
||||||
/usr/share/YaST2/scrconf/etc_passwd.scr
|
/usr/share/YaST2/scrconf/etc_passwd.scr
|
||||||
/usr/share/YaST2/scrconf/proc_mounts.scr
|
|
||||||
/usr/share/YaST2/scrconf/cfg_windowmanager.scr
|
/usr/share/YaST2/scrconf/cfg_windowmanager.scr
|
||||||
/usr/share/YaST2/scrconf/cfg_fam.scr
|
/usr/share/YaST2/scrconf/cfg_fam.scr
|
||||||
/usr/share/YaST2/scrconf/etc_install_inf.scr
|
/usr/share/YaST2/scrconf/etc_install_inf.scr
|
||||||
@ -194,6 +193,17 @@ 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
|
||||||
|
* Wed May 20 2009 aschnell@suse.de
|
||||||
|
- moved .proc.mounts agent from yast2-installation to yast2 (bnc
|
||||||
|
[#504429])
|
||||||
|
* Mon May 18 2009 juhliarik@suse.cz
|
||||||
|
- added kdump support for autoyast installation (FATE#305588)
|
||||||
|
* Thu May 14 2009 locilka@suse.cz
|
||||||
|
- Installation/Upgrade newly require some packages essential for
|
||||||
|
them to succeed (bnc #469730).
|
||||||
|
* Mon Apr 27 2009 locilka@suse.cz
|
||||||
|
- Using a new yast-spanner (old yast icon) for Repair.
|
||||||
|
- 2.18.14
|
||||||
* Mon Apr 20 2009 locilka@suse.cz
|
* Mon Apr 20 2009 locilka@suse.cz
|
||||||
- Fixed Vendor module to use zypp history file instead of using
|
- Fixed Vendor module to use zypp history file instead of using
|
||||||
y2logRPM (bnc #456446).
|
y2logRPM (bnc #456446).
|
||||||
|
Loading…
Reference in New Issue
Block a user