1
0
OBS User unknown
2007-09-20 14:34:44 +00:00
committed by Git OBS Bridge
parent 11c10cd534
commit 31625ca999
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba5c2b0cc88c4b2290b296435b8027128c19cae8f8847640f08fdf83c5db5454
size 212498

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dc12de274d087f3aa8617479b5196bb673deb7e4dd53fdd38f13764518cbeb7
size 213169

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 20 12:23:01 CEST 2007 - locilka@suse.cz
- Changed inst_upgrade_urls to add sources not enabled during the
upgrade in a disabled state instead of ignoring them (#326342).
- 2.15.51
-------------------------------------------------------------------
Tue Sep 18 19:50:52 CEST 2007 - locilka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.50)
# spec file for package yast2-installation (Version 2.15.51)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.50
Version: 2.15.51
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.50.tar.bz2
Source0: yast2-installation-2.15.51.tar.bz2
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
# Mode::live_installation
@@ -67,12 +67,12 @@ BuildArch: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.50
Version: 2.15.51
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.50.tar.bz2
Source0: yast2-installation-2.15.51.tar.bz2
Prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@@ -105,7 +105,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.50
%setup -n yast2-installation-2.15.51
%build
%{prefix}/bin/y2tool y2autoconf
@@ -176,8 +176,11 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Sep 20 2007 - locilka@suse.cz
- Changed inst_upgrade_urls to add sources not enabled during the
upgrade in a disabled state instead of ignoring them (#326342).
- 2.15.51
* Tue Sep 18 2007 - locilka@suse.cz
- Fixed tar syntax: --ignore-failed-read param. position (#326055).
- 2.15.50