[Bug 454462] Review Request: ksplice - Patching a Linux kernel without reboot

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 24 07:16:56 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ksplice - Patching a Linux kernel without reboot


https://bugzilla.redhat.com/show_bug.cgi?id=454462





------- Additional Comments From thomas.moschny at gmx.de  2008-07-24 03:16 EST -------
(In reply to comment #4)
> For Topic #3 of comment #2 I want to aks, how I can do it?

See http://fedoraproject.org/wiki/Packaging/Perl#In_.25prep_.28preferred.29 :

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(ksplice)/d'
EOF

%define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
chmod +x %{__perl_provides}

cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(ksplice)/d'
EOF

%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
chmod +x %{__perl_requires}

> For the last point of comment #2 if have decided to make no changes.

Ok. Other packages seem to have sourcefiles in %_datadir as well.

> ExclusiveArch:	%{x86} x86_64

Typo: should be %{ix86}. However, I was told on #fedora-devel that in such
cases, when it isn't unlikely at all that the package will be ported to other
architectures, we should use excludearch instead. Only packages that will
*never* be built on anything else should use exclusivearch. So, please use
"ExcludeArch: ppc ppc64".


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list