rpms/fedora-ksplice/devel fedora-ksplice.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jochen Schmitt s4504kr at fedoraproject.org
Thu Feb 19 20:36:08 UTC 2009


Author: s4504kr

Update of /cvs/extras/rpms/fedora-ksplice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7253/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fedora-ksplice.spec import.log 
Log Message:

Initional import



--- NEW FILE fedora-ksplice.spec ---
Name:		fedora-ksplice
Version:	0.5
Release:	2%{?dist}
Summary:	Script Collection for Using KSplice on Fedora Linux

Group:		System Environment/Kernel
License:	GPLv3
URL:		http://fedorahosted.org/%{name}
Source0:	https://fedorahosted.org/releases/f/e/fedora-ksplice/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch

Requires:	ksplice, rpm-build, yum-utils

%description
fedora-ksplice is a collection of shell scripts to use ksplice
in a Fedora environment.

The scripts allow to prepare a kernel for use it with ksplice.

fedora-ksplice-prepare will download the source rpm of the 
current installed kernel. After this the kernel sources 
will be created in the rpm build directory. Additional the
ksplice subdirectory with the System.map file will be created.

Fedora-ksplice-create will apply a patch given as an argument
to the kernel sources prepared by fedora-ksplice-prepare.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}-*
%{_mandir}/man8/%{name}-*

%doc AUTHORS COPYING README

%changelog
* Wed Feb 18 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.5-2
- Change 'fedora-ksplice' into '%%{name}'
- Use smp_mflags

* Sun Nov 16 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.5-1
- New upstream relase

* Thu Oct 30 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.3-1
- New upstream release

* Thu Oct 30 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1-1
- New upstream release

* Wed Oct 22 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.2-1
- New upstream release

* Wed Oct  8 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.1-1
- Initional package



--- NEW FILE import.log ---
fedora-ksplice-0_5-2_fc10:HEAD:fedora-ksplice-0.5-2.fc10.src.rpm:1235075693


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fedora-ksplice/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Feb 2009 20:17:47 -0000	1.1
+++ .cvsignore	19 Feb 2009 20:35:38 -0000	1.2
@@ -0,0 +1 @@
+fedora-ksplice-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fedora-ksplice/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Feb 2009 20:17:47 -0000	1.1
+++ sources	19 Feb 2009 20:35:38 -0000	1.2
@@ -0,0 +1 @@
+8b6a7bbc5a1d14bd53b62fd405056fc2  fedora-ksplice-0.5.tar.gz




More information about the fedora-extras-commits mailing list