From 79d8411f3e05c756910e578cdf0b059d7a890da6d706217b8d89e55559deaa89 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 20 Sep 2011 07:50:40 +0000 Subject: [PATCH] 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 --- elilo.changes | 6 ++++++ elilo.spec | 18 ++---------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/elilo.changes b/elilo.changes index 2253dd4..f3f1513 100644 --- a/elilo.changes +++ b/elilo.changes @@ -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 diff --git a/elilo.spec b/elilo.spec index 1461a28..bb54f95 100644 --- a/elilo.spec +++ b/elilo.spec @@ -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 - David Mosberger - Stephane Eranian - Brett Johnson - %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!"