This commit is contained in:
parent
d0c87725c2
commit
a522178ff2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 15:01:50 CET 2007 - snwint@suse.de
|
||||
|
||||
- fixed file list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 15:17:27 CEST 2006 - snwint@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package syslinux (Version 3.31)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -15,12 +15,12 @@ BuildRequires: glibc-devel-32bit libpng-devel nasm netpbm
|
||||
BuildRequires: gcc-32bit
|
||||
%endif
|
||||
URL: http://syslinux.zytor.com/
|
||||
License: Other License(s), see package, GPL
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Boot
|
||||
Autoreqprov: on
|
||||
Summary: Boot Loader for Linux
|
||||
Version: 3.31
|
||||
Release: 2
|
||||
Release: 21
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: isolinux-config
|
||||
Patch: %{name}-%{version}.diff
|
||||
@ -58,12 +58,15 @@ install -m 755 keytab-lilo.pl sys2ansi.pl $RPM_BUILD_ROOT/%{_datadir}/syslinux
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc *.doc memdisk/*.doc com32/modules/*.doc
|
||||
%doc README* NEWS
|
||||
%{_bindir}/*
|
||||
%{_datadir}/syslinux
|
||||
|
||||
%changelog -n syslinux
|
||||
* Fri Feb 09 2007 - snwint@suse.de
|
||||
- fixed file list
|
||||
* Mon Oct 09 2006 - snwint@suse.de
|
||||
- no progress dots when in gfx mode
|
||||
* Fri Sep 29 2006 - snwint@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user