forked from pool/perl-Bootloader
This commit is contained in:
committed by
Git OBS Bridge
parent
9ba24b9073
commit
ec674fc44e
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c85381576be789e396026548c5b463d9bf62c4f73cea6abedf796aeb162cf5a5
|
oid sha256:6c1f952466cc7755cbb0b1d823c72b6ca04dfd61945f820f459ecd22d988f8f2
|
||||||
size 45403
|
size 45360
|
||||||
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 2 14:29:10 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Removed require for limal-bootloader in .spec due to drop of
|
||||||
|
limal-bootloader package in openSUSE 10.3
|
||||||
|
- Added my name to the list of authors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 13 10:35:25 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Minor corrections on naming scheme of boot entries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 15:46:13 CEST 2007 - aosthof@suse.de
|
Thu May 31 15:46:13 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
@@ -12,14 +12,13 @@
|
|||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.16
|
Version: 0.4.16
|
||||||
Release: 1
|
Release: 9
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
Requires: mdadm e2fsprogs
|
Requires: mdadm e2fsprogs
|
||||||
Requires: limal-bootloader >= 1.2.2
|
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Summary: Library for Configuring Boot Loaders
|
Summary: Library for Configuring Boot Loaders
|
||||||
Source: perl-Bootloader-%{version}.tar.bz2
|
Source: perl-Bootloader-%{version}.tar.bz2
|
||||||
Source1: update-bootloader
|
Source1: update-bootloader
|
||||||
@@ -67,6 +66,12 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 02 2007 - aosthof@suse.de
|
||||||
|
- Removed require for limal-bootloader in .spec due to drop of
|
||||||
|
limal-bootloader package in openSUSE 10.3
|
||||||
|
- Added my name to the list of authors
|
||||||
|
* Wed Jun 13 2007 - aosthof@suse.de
|
||||||
|
- Minor corrections on naming scheme of boot entries
|
||||||
* Thu May 31 2007 - aosthof@suse.de
|
* Thu May 31 2007 - aosthof@suse.de
|
||||||
- Fixed creation of failsafe sections in boot menu, this issue is
|
- Fixed creation of failsafe sections in boot menu, this issue is
|
||||||
also related to bugs #272236, #272208 and #277405
|
also related to bugs #272236, #272208 and #277405
|
||||||
|
@@ -296,7 +296,7 @@ if (defined $oper{add}) {
|
|||||||
my $version = $opt_name;
|
my $version = $opt_name;
|
||||||
$version =~ s/-[^-]*$//;
|
$version =~ s/-[^-]*$//;
|
||||||
|
|
||||||
$opt_name = $flavor . " -- " . GetProduct() . " - " . $opt_name;
|
$opt_name = $flavor . " -- " . GetProduct() . " - " . $version;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user