OBS User unknown
2008-10-27 16:21:31 +00:00
committed by Git OBS Bridge
parent be9196d0ed
commit 4426bcb212
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 27 13:52:16 CET 2008 - jsrain@suse.cz
- added more verbose logging
- 2.17.1
-------------------------------------------------------------------
Thu Sep 11 13:18:49 CEST 2008 - locilka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-reipl (Version 2.17.0)
# spec file for package yast2-reipl (Version 2.17.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: yast2-reipl
Version: 2.17.0
Version: 2.17.1
Release: 1
License: GPL v2 only; GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-reipl-2.17.0.tar.bz2
Source0: yast2-reipl-2.17.1.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-bootloader yast2-devtools yast2-storage yast2-testsuite
Requires: yast2 yast2-storage yast2-bootloader
@@ -41,7 +41,7 @@ Module for loading IPL from running system on S/390
%prep
%setup -n yast2-reipl-2.17.0
%setup -n yast2-reipl-2.17.1
%build
%{prefix}/bin/y2tool y2autoconf
@@ -82,6 +82,9 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-reipl/COPYING
%readme %{prefix}/share/doc/packages/yast2-reipl/README
%changelog
* Mon Oct 27 2008 jsrain@suse.cz
- added more verbose logging
- 2.17.1
* Thu Sep 11 2008 locilka@suse.cz
- Added reipl_finish to be called from installation.
- Added reipl_bootloader_finish to be called from bootloader.