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!"