SHA256
1
0
forked from pool/elilo

Accepting request 83415 from home:jengelh:bl-e

- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)

OBS-URL: https://build.opensuse.org/request/show/83415
OBS-URL: https://build.opensuse.org/package/show/Base:System/elilo?expand=0&rev=9
This commit is contained in:
Andreas Jaeger 2011-09-20 07:50:40 +00:00 committed by Git OBS Bridge
parent 478875aa71
commit 79d8411f3e
2 changed files with 8 additions and 16 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant/obsolete tags/sections from specfile
(cf. packaging guidelines)
-------------------------------------------------------------------
Fri Dec 17 10:51:23 UTC 2010 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package elilo (Version 3.12)
# spec file for package elilo
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%ifarch x86_64
%if 0%{?suse_version} < 1100
@ -31,7 +30,6 @@ Version: 3.12
Release: 1
ExclusiveArch: ia64 %ix86 x86_64
Group: System/Boot
AutoReqProv: on
PreReq: /usr/bin/perl
License: GPLv2+
Url: http://elilo.sourceforge.net/
@ -58,15 +56,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The EFI Linux boot loader.
Authors:
--------
Johannes Erdfelt <jerdfelt@valinux.com>
David Mosberger <davidm@hpl.hp.com>
Stephane Eranian <eranian@hpl.hp.com>
Brett Johnson <brett@hp.com>
%prep
%setup -q
%patch0 -p1
@ -106,9 +95,6 @@ install -D -p -m 644 elilo.8 $RPM_BUILD_ROOT/usr/share/man/man8/elilo.8
install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/man/man8/eliloalt.8
install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/man/man5/elilo.conf.5
%clean
rm -fr $RPM_BUILD_ROOT
%post
#/sbin/elilo -v || :
echo "Please run /sbin/elilo!"