Accepting request 205129 from Base:System

- add pbl-yaml: a command line interface to perl-Bootloader using YAML files
  for input and output
- 0.800

OBS-URL: https://build.opensuse.org/request/show/205129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=134
This commit is contained in:
Tomáš Chvátal 2013-10-30 14:48:29 +00:00 committed by Git OBS Bridge
commit 8818cd9785
4 changed files with 25 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 29 15:13:22 CET 2013 - snwint@suse.de
- add pbl-yaml: a command line interface to perl-Bootloader using YAML files
for input and output
- 0.800
-------------------------------------------------------------------
Tue Oct 15 13:09:05 CEST 2013 - snwint@suse.de

View File

@ -17,7 +17,7 @@
Name: perl-Bootloader
Version: 0.711
Version: 0.800
Release: 0
Requires: coreutils
Requires: e2fsprogs
@ -44,6 +44,16 @@ Authors:
Alexander Osthof <aosthof@suse.de>
Josef Reidinger <jreidinger@suse.cz>
%package YAML
Requires: %{name} = %{version}
Requires: perl-YAML-LibYAML
Summary: YAML interface for perl-Bootloader
Group: System/Boot
%description YAML
A command line interface to perl-Bootloader using YAML files for input and output.
%prep
%setup -q
@ -100,4 +110,8 @@ chmod 600 /var/log/pbl.log
%dir %attr(0700,root,root) /var/log/YaST2
%ghost %attr(0600,root,root) /var/log/pbl.log
%files YAML
%defattr(-, root, root)
%{_sbindir}/pbl-yaml
%changelog