Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

26 commits

Author SHA1 Message Date
Miro Hrončok
ca62da65af Orphaned for 6+ weeks 2019-11-03 12:51:57 +01:00
Fedora Release Engineering
602291933a - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:43:46 +00:00
Fedora Release Engineering
37798b9ef0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:56:58 +00:00
48aa3089e1 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:55 +01:00
Fedora Release Engineering
e199760396 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:00:04 +00:00
Jason Tibbitts
7d19202b7b Remove needless use of %defattr 2018-07-10 01:40:02 -05:00
Igor Gnatenko
4f31334658 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:53 +02:00
f8bb71722a
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:59:36 +01:00
fa3c8a6058 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:49:19 +01:00
Fedora Release Engineering
6ace418595 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:10:07 +00:00
Fedora Release Engineering
518b48c299 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:23:21 +00:00
Fedora Release Engineering
18ec62a6e5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:46:15 +00:00
Fedora Release Engineering
7f93ecc742 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:32:50 +00:00
Fedora Release Engineering
8f3dc0d466 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:09:53 +00:00
Dennis Gilmore
101f988b72 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:35:46 +00:00
a4bce2699e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 08:55:54 +00:00
Dennis Gilmore
e07eaa168c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:54:07 -05:00
Dennis Gilmore
71aa7c0cb2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:17:08 -05:00
Dennis Gilmore
5d7d4e4baf - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:18:32 -06:00
Dennis Gilmore
c3bd971fb2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:03:28 -05:00
Dennis Gilmore
dfd9d7e36c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:30:00 -06:00
Warren Togami
2245e357ff 1.7 2011-05-20 01:11:19 -10:00
Dennis Gilmore
7b8cbfe4e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 21:12:08 -06:00
Fedora Release Engineering
72779c31f8 dist-git conversion 2010-07-29 15:26:38 +00:00
Bill Nottingham
65dae4c68e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:17 +00:00
Jesse Keating
72375f168d - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:28:21 +00:00
5 changed files with 1 additions and 69 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wraplinux
# $Id$
NAME := wraplinux
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

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

View file

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

View file

@ -1,46 +0,0 @@
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.