Accepting request 62052 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/62052 OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=29
This commit is contained in:
parent
e57cf916c4
commit
df1acdea64
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 12:29:28 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- own /var/log/YaST2 as perl-Bootloader can be installed without
|
||||
yast but spams stderr with debug output if the log dir is not
|
||||
present.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 13:12:51 UTC 2011 - jreidinger@novell.com
|
||||
|
||||
|
@ -1,22 +1,30 @@
|
||||
#
|
||||
# spec file for package perl-Bootloader (Version 0.5.15)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.5.15
|
||||
Release: 0
|
||||
Release: 1
|
||||
Requires: perl-base = %{perl_version}
|
||||
Requires: e2fsprogs
|
||||
Recommends: perl-gettext
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Library for Configuring Boot Loaders
|
||||
@ -50,6 +58,7 @@ make %{?_smp_mflags}
|
||||
pod2man %{SOURCE1} | gzip > update-bootloader.8.gz
|
||||
|
||||
%install
|
||||
install -d -m 700 $RPM_BUILD_ROOT/var/log/YaST2
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||
@ -99,5 +108,6 @@ sed -i '/ZIPL/D;/PowerLILO/D;/\/LILO/D;/GRUB/D;' $RPM_BUILD_ROOT/%{perl_vendorar
|
||||
/sbin/update-bootloader
|
||||
/usr/lib/bootloader
|
||||
/boot/boot.readme
|
||||
%dir %attr(0700,root,root) /var/log/YaST2
|
||||
|
||||
%changelog -n perl-Bootloader
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user