rpms/wraplinux/F-9 wraplinux.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Nov 13 18:14:29 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/wraplinux/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10848

Modified Files:
	.cvsignore sources 
Added Files:
	wraplinux.spec 
Log Message:
import



--- NEW FILE wraplinux.spec ---
Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
Name: wraplinux
Version: 1.6
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.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%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
* Thu Aug 14 2008 Warren Togami <wtogami at redhat.com> - 1.6-1
- /usr/bin/wraplinux is no longer marked execstack
- GPLv2

* Thu Jan 10 2008 H. Peter Anvin <hpa at zytor.com>
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wraplinux/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Nov 2008 18:11:10 -0000	1.1
+++ .cvsignore	13 Nov 2008 18:13:58 -0000	1.2
@@ -0,0 +1 @@
+wraplinux-1.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wraplinux/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Nov 2008 18:11:10 -0000	1.1
+++ sources	13 Nov 2008 18:13:58 -0000	1.2
@@ -0,0 +1 @@
+3c26f7abe6a371f92d575eb9156d9ea5  wraplinux-1.6.tar.bz2




More information about the fedora-extras-commits mailing list