Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
bc71e8129d dist-git conversion 2010-07-29 15:26:39 +00:00
Bill Nottingham
b2a9c06e19 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:18:57 +00:00
Jesse Keating
4081a883ec Initialize branch F-11 for wraplinux 2009-04-15 06:23:40 +00:00
4 changed files with 48 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wraplinux-1.6.tar.bz2

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
3c26f7abe6a371f92d575eb9156d9ea5 wraplinux-1.6.tar.bz2

46
wraplinux.spec Normal file
View file

@ -0,0 +1,46 @@
Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
Name: wraplinux
Version: 1.6
Release: 2%{?dist}
License: GPLv2
Group: Applications/System
URL: http://www.kernel.org/pub/linux/utils/boot/wraplinux/
Source: http://www.kernel.org/pub/linux/utils/boot/wraplinux/wraplinux-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64
BuildRequires: /usr/include/gnu/stubs-32.h
%description
A tool to wrap an x86 Linux kernel and one or more initrd files into a
single file in ELF or NBI format, as required by some booting protocols.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install INSTALLROOT="$RPM_BUILD_ROOT"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/wraplinux
%{_mandir}/man1/wraplinux.1*
%changelog
* Sun Mar 01 2009 Warren Togami <wtogami@redhat.com> - 1.6-2
- build on 32bit
* Thu Aug 14 2008 Warren Togami <wtogami@redhat.com> - 1.6-1
- /usr/bin/wraplinux is no longer marked execstack
- GPLv2
* Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com>
- Initial version.