OBS User unknown 2007-02-09 15:33:08 +00:00 committed by Git OBS Bridge
parent 9d73ec0ea2
commit ad10bbe90e
3 changed files with 12 additions and 5 deletions

View File

@ -6,7 +6,7 @@ diff -ur efibootmgr-0.5.3/src/efibootmgr/module.mk efibootmgr-0.5.3-4/src/efiboo
efibootmgr_FULLLIB := \
$(patsubst %,$(efibootmgr_LIBDIR)/%,$(efibootmgr_LIBS))
-LIBS = -lpci
+LIBS = -lpci -lgz
+LIBS = -lpci -lz
ALLDEPS += $(efibootmgr_FULLTARGET)
CLEANLIST += $(efibootmgr_FULLTARGET)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 14:46:53 CET 2007 - rw@suse.de
- Fix compilation for STABLE (again).
-------------------------------------------------------------------
Wed Dec 20 00:07:46 CET 2006 - rw@suse.de
@ -7,7 +12,7 @@ Wed Dec 20 00:07:46 CET 2006 - rw@suse.de
-------------------------------------------------------------------
Wed Jan 25 21:44:51 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
- Converted neededforbuild to BuildRequires.
-------------------------------------------------------------------
Wed Nov 9 22:36:56 CET 2005 - schwab@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package efibootmgr (Version 0.5.3)
#
# 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.
#
@ -14,7 +14,7 @@ BuildRequires: pciutils-devel
URL: http://linux.dell.com/efibootmgr/
Summary: EFI Boot Manager
Version: 0.5.3
Release: 4
Release: 2
Group: System/Boot
License: GNU General Public License (GPL)
Source: http://linux.dell.com/efibootmgr/efibootmgr-%{version}.tar.gz
@ -57,11 +57,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/*.gz
%changelog -n efibootmgr
* Fri Feb 09 2007 - rw@suse.de
- Fix compilation for STABLE (again).
* Wed Dec 20 2006 - rw@suse.de
- Use '&' instead of '&&' to mask bits. [#219735]
- Fix compilation for STABLE.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
- Converted neededforbuild to BuildRequires.
* Wed Nov 09 2005 - schwab@suse.de
- Update to efibootmgr 0.5.3.
* Mon Sep 19 2005 - schwab@suse.de