forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=50
This commit is contained in:
parent
82be2faf02
commit
2a35bf56da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f071f5b6005e94b1a6d84b165bf0709b508ed928dedb05f7a88a6994bdfe1b5
|
|
||||||
size 213412
|
|
3
yast2-installation-2.15.54.tar.bz2
Normal file
3
yast2-installation-2.15.54.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0b848e7832a9fccfa82340001bf220cf449b267bed8ce98fbff3e12943e319f
|
||||||
|
size 213437
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 16:43:11 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Changed default delete_old_packages back to 'true' after finding
|
||||||
|
and fixing all remaining issues with 'false' (changed by coolo)
|
||||||
|
- Added new option 'online_repos_preselected' into the control file
|
||||||
|
to make default status of Online Repositories easily configurable
|
||||||
|
(#327791).
|
||||||
|
- Initializing the default behavior of Online Repositories in
|
||||||
|
inst_features according to the control file (#327791).
|
||||||
|
- 2.15.54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 16:35:18 CEST 2007 - locilka@suse.cz
|
Fri Sep 21 16:35:18 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.53)
|
# spec file for package yast2-installation (Version 2.15.54)
|
||||||
#
|
#
|
||||||
# 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.53
|
Version: 2.15.54
|
||||||
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.53.tar.bz2
|
Source0: yast2-installation-2.15.54.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
|
||||||
@ -67,12 +67,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.15.53
|
Version: 2.15.54
|
||||||
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.53.tar.bz2
|
Source0: yast2-installation-2.15.54.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.53
|
%setup -n yast2-installation-2.15.54
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -177,6 +177,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 24 2007 - locilka@suse.cz
|
||||||
|
- Changed default delete_old_packages back to 'true' after finding
|
||||||
|
and fixing all remaining issues with 'false' (changed by coolo)
|
||||||
|
- Added new option 'online_repos_preselected' into the control file
|
||||||
|
to make default status of Online Repositories easily configurable
|
||||||
|
(#327791).
|
||||||
|
- Initializing the default behavior of Online Repositories in
|
||||||
|
inst_features according to the control file (#327791).
|
||||||
|
- 2.15.54
|
||||||
* Fri Sep 21 2007 - locilka@suse.cz
|
* Fri Sep 21 2007 - locilka@suse.cz
|
||||||
- Start dhcpcd using WFM instead of SCR (#326342).
|
- Start dhcpcd using WFM instead of SCR (#326342).
|
||||||
- 2.15.53
|
- 2.15.53
|
||||||
|
Loading…
Reference in New Issue
Block a user