forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=40
This commit is contained in:
parent
c94630e5b3
commit
8de73924e1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5aac82001969d5eba8f4e1ce25619eb877330e145ac8f2f0ec0d33ac9dd25e6
|
|
||||||
size 217457
|
|
3
yast2-installation-2.15.43.tar.bz2
Normal file
3
yast2-installation-2.15.43.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b10fcecd02d70c139989cb214cb4ddc780e5a118027897357b70fcdb188d2fa
|
||||||
|
size 211964
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 16:10:16 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Fixed evaluating of "enabled" tag in map of repositories in
|
||||||
|
inst_upgrade_urls (#300901).
|
||||||
|
- Added ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key
|
||||||
|
ssh_host_rsa_key.pub to be optionally copied as well as the SSH1
|
||||||
|
keys (#298798).
|
||||||
|
- Allowing to abort the "System Probing" dialog (#298049).
|
||||||
|
- 2.15.43
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 15 17:30:06 CEST 2007 - mzugec@suse.cz
|
Wed Aug 15 17:30:06 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.42)
|
# spec file for package yast2-installation (Version 2.15.43)
|
||||||
#
|
#
|
||||||
# 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.42
|
Version: 2.15.43
|
||||||
Release: 6
|
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.42.tar.bz2
|
Source0: yast2-installation-2.15.43.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
|
||||||
@ -63,12 +63,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.42
|
Version: 2.15.43
|
||||||
Release: 6
|
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.42.tar.bz2
|
Source0: yast2-installation-2.15.43.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -102,7 +102,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.42
|
%setup -n yast2-installation-2.15.43
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -176,6 +176,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 21 2007 - locilka@suse.cz
|
||||||
|
- Fixed evaluating of "enabled" tag in map of repositories in
|
||||||
|
inst_upgrade_urls (#300901).
|
||||||
|
- Added ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key
|
||||||
|
ssh_host_rsa_key.pub to be optionally copied as well as the SSH1
|
||||||
|
keys (#298798).
|
||||||
|
- Allowing to abort the "System Probing" dialog (#298049).
|
||||||
|
- 2.15.43
|
||||||
* Wed Aug 15 2007 - mzugec@suse.cz
|
* Wed Aug 15 2007 - mzugec@suse.cz
|
||||||
- mark string for translation (#300268)
|
- mark string for translation (#300268)
|
||||||
* Fri Aug 10 2007 - locilka@suse.cz
|
* Fri Aug 10 2007 - locilka@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user