rpms/pxe-kexec/devel import.log, NONE, 1.1 pxe-kexec.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

boodle boodle at fedoraproject.org
Mon Dec 7 03:20:44 UTC 2009


Author: boodle

Update of /cvs/pkgs/rpms/pxe-kexec/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11671/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pxe-kexec.spec 
Log Message:
cvs commit of pxe-kxec



--- NEW FILE import.log ---
pxe-kexec-0_2_3-2_fc12:HEAD:pxe-kexec-0.2.3-2.fc12.src.rpm:1260156014


--- NEW FILE pxe-kexec.spec ---
Name:		pxe-kexec
Version:	0.2.3
Release:	2%{?dist}
Summary:	Linux boots Linux via network

Group:		Applications/System
License:	GPLv2+
URL:		http://pxe-kexec.googlecode.com/
Source0:	http://pxe-kexec.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	cmake, readline-devel, ncurses-devel, libcurl-devel
Requires:	kexec-tools

%description
pxe-kexec reads a PXELINUX configuration file, prompts the user for an
entry like the PXELINUX program would do and finally boots that entry
using Kexec.

%prep
%setup -q

%build
%cmake
make %{?_smp_mflags} CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README ChangeLog
%doc %{_mandir}/man8/pxe-kexec.8.*
%{_sbindir}/pxe-kexec

%changelog
* Thu Dec 3 2009 Scott Collier <boodle11 at gmail.com> 0.2.3-2
- Fixing spec file 

* Thu Oct 22 2009 Scott Collier	<boodle11 at gmail.com> 0.2.3-1
- Changed Source0 and URL and some tags, changed buildroot line
- and added CFLAGS, declared man page as doc, removed VERBOSE
- from build

* Wed Jul 15 2009 Ed Swierk <eswierk at aristanetworks.com> 0.1.7-3
- Fixed Source0, cleaned up files per package review.

* Mon Jul 13 2009 Ed Swierk <eswierk at aristanetworks.com> 0.1.7-2
- Cleaned up spec file per package review.

* Fri Jun 26 2009 Ed Swierk <eswierk at aristanetworks.com> 0.1.7-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pxe-kexec/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Dec 2009 23:22:14 -0000	1.1
+++ .cvsignore	7 Dec 2009 03:20:44 -0000	1.2
@@ -0,0 +1 @@
+pxe-kexec-0.2.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pxe-kexec/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Dec 2009 23:22:14 -0000	1.1
+++ sources	7 Dec 2009 03:20:44 -0000	1.2
@@ -0,0 +1 @@
+5bba81d4f4841947a5b59d2e742321e0  pxe-kexec-0.2.3.tar.bz2




More information about the scm-commits mailing list