Accepting request 83736 from Base:System
- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) (forwarded request 83493 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/efibootmgr?expand=0&rev=10
This commit is contained in:
parent
dc0de73ff6
commit
ac5e3c7f79
@ -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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 15 12:20:15 CEST 2008 - ro@suse.de
|
Wed Oct 15 12:20:15 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package efibootmgr (Version 0.5.4)
|
# spec file for package efibootmgr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,12 +36,6 @@ Firmware Interface (EFI) Boot Manager variables. Additional
|
|||||||
information about the EFI can be found at
|
information about the EFI can be found at
|
||||||
<http://developer.intel.com/technology/efi/efi.htm>.
|
<http://developer.intel.com/technology/efi/efi.htm>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Matt Domsch <Matt_Domsch@dell.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -56,9 +50,6 @@ make install BINDIR=$RPM_BUILD_ROOT%{_sbindir}
|
|||||||
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
install -m 644 src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
install -m 644 src/man/man8/efibootmgr.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README
|
%doc README
|
||||||
@ -66,44 +57,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/*.gz
|
%{_mandir}/man8/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 15 2008 ro@suse.de
|
|
||||||
- added ExclusiveArch
|
|
||||||
* Thu Jul 31 2008 rw@suse.de
|
|
||||||
- Update to efibootmgr 0.5.4. [FATE#301882]
|
|
||||||
* Fri Jan 18 2008 rw@suse.de
|
|
||||||
- Return non-zero exit code on errors. [#307965, FATE#302608]
|
|
||||||
* 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
|
|
||||||
* Thu Nov 10 2005 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.3.
|
|
||||||
* Mon Sep 19 2005 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.2.2.
|
|
||||||
* Wed Aug 10 2005 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.2 [#102441].
|
|
||||||
* Tue May 10 2005 schwab@suse.de
|
|
||||||
- Fix parsing of bus info for network boot entry [#82882].
|
|
||||||
* Wed Mar 09 2005 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.1.
|
|
||||||
* Fri Aug 27 2004 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.0.
|
|
||||||
* Thu Jun 10 2004 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.0-test4.
|
|
||||||
* Mon May 03 2004 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.5.0-test3.
|
|
||||||
* Sat Sep 06 2003 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.4.2.
|
|
||||||
* Wed Oct 23 2002 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.4.1.
|
|
||||||
* Sun May 05 2002 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.4.0.
|
|
||||||
* Fri Aug 10 2001 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.3.4.
|
|
||||||
* Wed May 23 2001 schwab@suse.de
|
|
||||||
- Update to efibootmgr 0.3.2.
|
|
||||||
* Tue May 22 2001 schwab@suse.de
|
|
||||||
- Fix uninitialized variable.
|
|
||||||
* Sat May 19 2001 schwab@suse.de
|
|
||||||
- Initial version 0.3.1.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user