This commit is contained in:
parent
15756e90f4
commit
de74377b2d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60ecdea804168a7504c019c1ff478cd04fae9f712fce942da29197ec80c7a4b1
|
|
||||||
size 55890
|
|
3
perl-Bootloader-0.4.82.tar.bz2
Normal file
3
perl-Bootloader-0.4.82.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41db7941c6517e8e30c63a767638e43910a841c5fae739b9dfb05eb10b711fea
|
||||||
|
size 55510
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 18 09:25:45 CET 2008 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- RT kernel special support (bnc #450153)
|
||||||
|
- remove obsolete former default, which breaks changing flavor
|
||||||
|
(bnc #450880)
|
||||||
|
- generate man page for kernel update script (bnc #450880)
|
||||||
|
- change logging performance, especial on system with many
|
||||||
|
partition (bnc #447142)
|
||||||
|
- 0.4.82
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 2 13:55:11 CET 2008 - jreidinger@suse.cz
|
Tue Dec 2 13:55:11 CET 2008 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.4.81)
|
# spec file for package perl-Bootloader (Version 0.4.82)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.81
|
Version: 0.4.82
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
@ -55,6 +55,7 @@ Authors:
|
|||||||
touch Makefile.PL
|
touch Makefile.PL
|
||||||
perl -MExtUtils::MakeMaker -e 'WriteMakefile (NAME => "Bootloader")'
|
perl -MExtUtils::MakeMaker -e 'WriteMakefile (NAME => "Bootloader")'
|
||||||
make
|
make
|
||||||
|
pod2man %{SOURCE1} | gzip > update-Bootloader.8.gz
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
@ -65,6 +66,8 @@ install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||||
install -d -m 755 $RPM_BUILD_ROOT/boot
|
install -d -m 755 $RPM_BUILD_ROOT/boot
|
||||||
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/boot/
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/boot/
|
||||||
|
install -d -m 755 $RPM_BUILD_ROOT/usr/share/man/man8/
|
||||||
|
install -m 644 update-Bootloader.8.gz $RPM_BUILD_ROOT/usr/share/man/man8/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -78,6 +81,14 @@ install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/boot/
|
|||||||
/boot/boot.readme
|
/boot/boot.readme
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 18 2008 jreidinger@suse.cz
|
||||||
|
- RT kernel special support (bnc #450153)
|
||||||
|
- remove obsolete former default, which breaks changing flavor
|
||||||
|
(bnc #450880)
|
||||||
|
- generate man page for kernel update script (bnc #450880)
|
||||||
|
- change logging performance, especial on system with many
|
||||||
|
partition (bnc #447142)
|
||||||
|
- 0.4.82
|
||||||
* Tue Dec 02 2008 jreidinger@suse.cz
|
* Tue Dec 02 2008 jreidinger@suse.cz
|
||||||
- fix menu section in grub and add it to test-suite (bnc #449863)
|
- fix menu section in grub and add it to test-suite (bnc #449863)
|
||||||
- create mapping of multipath to real device and back (bnc #448110)
|
- create mapping of multipath to real device and back (bnc #448110)
|
||||||
|
@ -29,6 +29,11 @@ valid options are --help, --man, --image <file>, --initrd <file>,
|
|||||||
--xen-kernel <file>, --xen, --default, --previous, --name <string>, --force,
|
--xen-kernel <file>, --xen, --default, --previous, --name <string>, --force,
|
||||||
--force-default.
|
--force-default.
|
||||||
|
|
||||||
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
B<update-bootloader> will let you modify your bootloader configuration using
|
||||||
|
Bootloader::Tools perl module.
|
||||||
|
|
||||||
=head1 OPERATIONS
|
=head1 OPERATIONS
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
@ -102,11 +107,6 @@ allowed together with --add operation
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
|
||||||
|
|
||||||
B<update-bootloader> will let you modify your bootloader configuration using
|
|
||||||
Bootloader::Tools perl module.
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
# Get product name and version
|
# Get product name and version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user