efibootmgr-vl.spec 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Summary: EFI Boot Manager
  2. Name: efibootmgr
  3. Version: 0.12
  4. Release: 3%{?_dist_release}
  5. Group: System Environment/Base
  6. License: GPLv2+
  7. URL: http://github.com/rhinstaller/%{name}/
  8. BuildRequires: efivar-libs >= 0.19 , efivar-devel >= 0.19
  9. BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
  10. # EFI/UEFI don't exist on PPC
  11. ExclusiveArch: %{ix86} x86_64 aarch64
  12. Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: tomop
  16. %description
  17. %{name} displays and allows the user to edit the Intel Extensible
  18. Firmware Interface (EFI) Boot Manager variables. Additional
  19. information about EFI can be found at
  20. http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
  21. %prep
  22. %setup -q
  23. %build
  24. make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
  25. %install
  26. rm -rf %{buildroot}
  27. mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
  28. install -p --mode 755 src/%{name}/%{name} %{buildroot}%{_sbindir}
  29. gzip -9 -c src/man/man8/%{name}.8 > src/man/man8/%{name}.8.gz
  30. touch -r src/man/man8/%{name}.8 src/man/man8/%{name}.8.gz
  31. install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8
  32. %clean
  33. rm -rf %{buildroot}
  34. %files
  35. %defattr(-,root,root,-)
  36. %{_sbindir}/%{name}
  37. %{_mandir}/man8/%{name}.8.gz
  38. %doc README INSTALL COPYING
  39. %changelog
  40. * Tue Dec 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12-3
  41. - initial build for Vine Linux.
  42. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
  43. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  44. * Thu May 28 2015 Peter Jones <pjones@redhat.com> - 0.12-1
  45. - Update to 0.12
  46. - use libefiboot and libefivar to make device paths and load options
  47. - don't depend on -lz or -lpci any more
  48. * Tue Oct 21 2014 Peter Jones <pjones@redhat.com> - 0.11.0-1
  49. - Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
  50. - Generate more archives to avoid people using github's, because they're just
  51. bad.
  52. * Mon Oct 20 2014 Peter Jones <pjones@redhat.com> - 0.10.0-1
  53. - Make -o parameter validation work better and be more informative
  54. - Better exit values
  55. - Fix a segfault with appending ascii arguments.
  56. * Tue Sep 09 2014 Peter Jones <pjones@redhat.com> - 0.8.0-1
  57. - Release 0.8.0
  58. * Mon Jan 13 2014 Peter Jones <pjones@redhat.com> - 0.6.1-1
  59. - Release 0.6.1
  60. * Mon Jan 13 2014 Jared Dominguez <Jared_Dominguez@dell.com>
  61. - new home https://github.com/vathpela/efibootmgr
  62. * Thu Jan 3 2008 Matt Domsch <Matt_Domsch@dell.com> 0.5.4-1
  63. - split efibootmgr into its own RPM for Fedora/RHEL.
  64. * Tue Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
  65. - new home linux.dell.com
  66. * Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
  67. - See doc/ChangeLog