diff --git a/perl-Bootloader-0.711.tar.xz b/perl-Bootloader-0.711.tar.xz deleted file mode 100644 index 6a9298c..0000000 --- a/perl-Bootloader-0.711.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a048588e5573887f94759a68a162b850f1ce335607811349c26abf7aecb881d4 -size 149124 diff --git a/perl-Bootloader-0.800.tar.xz b/perl-Bootloader-0.800.tar.xz new file mode 100644 index 0000000..72b7213 --- /dev/null +++ b/perl-Bootloader-0.800.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff345cef298a4308b45b82297eeafdfbdad468ecb1fcef135c606bdadb69f88e +size 151128 diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes index aed20ab..ceb71f4 100644 --- a/perl-Bootloader.changes +++ b/perl-Bootloader.changes @@ -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 diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec index a830b7e..984e866 100644 --- a/perl-Bootloader.spec +++ b/perl-Bootloader.spec @@ -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 Josef Reidinger +%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