forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=44
This commit is contained in:
parent
531d7d118f
commit
c5f97e2630
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:310d0fb57cc4fd6923810c859c72e6cd15de4f34c846c035e59cad7d7afb8ec5
|
|
||||||
size 212877
|
|
3
yast2-installation-2.15.47.tar.bz2
Normal file
3
yast2-installation-2.15.47.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67472236c8091c3a2ad45005ca59fcad4b60d572e29e155edce1c6ec1ab9c3f5
|
||||||
|
size 212539
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 5 14:48:33 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Reinitializing variable for skipping add-on-related clients with
|
||||||
|
its default value in inst_system_analysis (#305554).
|
||||||
|
- 2.15.47
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 5 13:24:32 CEST 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- removed inst_fam.ycp (also from control files) (#307378)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 12:45:41 CEST 2007 - locilka@suse.cz
|
Mon Sep 3 12:45:41 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.46)
|
# spec file for package yast2-installation (Version 2.15.47)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.15.46
|
Version: 2.15.47
|
||||||
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.15.46.tar.bz2
|
Source0: yast2-installation-2.15.47.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
@ -30,8 +30,8 @@ Requires: yast2-bootloader
|
|||||||
# Language::selection_skipped, bugzilla #223258
|
# Language::selection_skipped, bugzilla #223258
|
||||||
Requires: yast2-country >= 2.15.0
|
Requires: yast2-country >= 2.15.0
|
||||||
Requires: yast2-network >= 2.15.37
|
Requires: yast2-network >= 2.15.37
|
||||||
# .anyxml SCR agent
|
# AddOnProduct::skip_add_ons
|
||||||
Requires: yast2-packager >= 2.15.51
|
Requires: yast2-packager >= 2.15.75
|
||||||
# Only in inst-sys
|
# Only in inst-sys
|
||||||
# Requires: yast2-add-on
|
# Requires: yast2-add-on
|
||||||
# Requires: yast2-mouse
|
# Requires: yast2-mouse
|
||||||
@ -66,12 +66,12 @@ PreReq: %fillup_prereq
|
|||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.15.46
|
Version: 2.15.47
|
||||||
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.15.46.tar.bz2
|
Source0: yast2-installation-2.15.47.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -105,7 +105,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.46
|
%setup -n yast2-installation-2.15.47
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -179,6 +179,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2007 - locilka@suse.cz
|
||||||
|
- Reinitializing variable for skipping add-on-related clients with
|
||||||
|
its default value in inst_system_analysis (#305554).
|
||||||
|
- 2.15.47
|
||||||
|
* Wed Sep 05 2007 - jsrain@suse.cz
|
||||||
|
- removed inst_fam.ycp (also from control files) (#307378)
|
||||||
* Mon Sep 03 2007 - locilka@suse.cz
|
* Mon Sep 03 2007 - locilka@suse.cz
|
||||||
- Creating symlinks to .curlrc and .wgetrc files from the root.
|
- Creating symlinks to .curlrc and .wgetrc files from the root.
|
||||||
- Adjusting RPM dependencies (yast2-core, new builtin 'setenv').
|
- Adjusting RPM dependencies (yast2-core, new builtin 'setenv').
|
||||||
|
Loading…
Reference in New Issue
Block a user