Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca62da65af | ||
|
|
602291933a | ||
|
|
37798b9ef0 | ||
| 48aa3089e1 | |||
|
|
e199760396 | ||
|
|
7d19202b7b | ||
|
|
4f31334658 | ||
|
f8bb71722a |
|||
| fa3c8a6058 | |||
|
|
6ace418595 | ||
|
|
518b48c299 | ||
|
|
18ec62a6e5 | ||
|
|
7f93ecc742 | ||
|
|
8f3dc0d466 | ||
|
|
101f988b72 | ||
| a4bce2699e | |||
|
|
e07eaa168c | ||
|
|
71aa7c0cb2 | ||
|
|
5d7d4e4baf | ||
|
|
c3bd971fb2 | ||
|
|
dfd9d7e36c |
4 changed files with 1 additions and 58 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
wraplinux-1.6.tar.bz2
|
||||
/wraplinux-1.7.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
09ef15623ebc8a6a50ffd855a974d85f wraplinux-1.7.tar.gz
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
|
||||
Name: wraplinux
|
||||
Version: 1.7
|
||||
Release: 1%{?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.gz
|
||||
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
|
||||
* Fri May 20 2011 Warren Togami <warren@togami.com> - 1.7-1
|
||||
- 1.7
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue