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:
commit
8818cd9785
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a048588e5573887f94759a68a162b850f1ce335607811349c26abf7aecb881d4
|
|
||||||
size 149124
|
|
3
perl-Bootloader-0.800.tar.xz
Normal file
3
perl-Bootloader-0.800.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff345cef298a4308b45b82297eeafdfbdad468ecb1fcef135c606bdadb69f88e
|
||||||
|
size 151128
|
@ -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
|
Tue Oct 15 13:09:05 CEST 2013 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.711
|
Version: 0.800
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
@ -44,6 +44,16 @@ Authors:
|
|||||||
Alexander Osthof <aosthof@suse.de>
|
Alexander Osthof <aosthof@suse.de>
|
||||||
Josef Reidinger <jreidinger@suse.cz>
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -100,4 +110,8 @@ chmod 600 /var/log/pbl.log
|
|||||||
%dir %attr(0700,root,root) /var/log/YaST2
|
%dir %attr(0700,root,root) /var/log/YaST2
|
||||||
%ghost %attr(0600,root,root) /var/log/pbl.log
|
%ghost %attr(0600,root,root) /var/log/pbl.log
|
||||||
|
|
||||||
|
%files YAML
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{_sbindir}/pbl-yaml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user