Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca62da65af | ||
|
|
602291933a | ||
|
|
37798b9ef0 | ||
| 48aa3089e1 | |||
|
|
e199760396 | ||
|
|
7d19202b7b | ||
|
|
4f31334658 | ||
|
f8bb71722a |
|||
| fa3c8a6058 | |||
|
|
6ace418595 | ||
|
|
518b48c299 | ||
|
|
18ec62a6e5 |
4 changed files with 1 additions and 85 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,82 +0,0 @@
|
|||
Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
|
||||
Name: wraplinux
|
||||
Version: 1.7
|
||||
Release: 10%{?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
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* 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