From 756c08b6cf7974a3515b302fee20b715405a5c9d Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 23 Jan 2008 05:30:30 +0000 Subject: [PATCH] DEVEL15-redhat-kmodtool-20080122 LICENSE IPL10 install simon's modified kmodtool (cherry picked from commit 434c25fee15162dff64f2c18a971023b146d6118) --- src/packaging/RedHat/kmodtool | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/packaging/RedHat/kmodtool b/src/packaging/RedHat/kmodtool index 2afc4d9cc..5487547a0 100644 --- a/src/packaging/RedHat/kmodtool +++ b/src/packaging/RedHat/kmodtool @@ -4,6 +4,8 @@ # Copyright (c) 2003-2007 Ville Skyttä , # Thorsten Leemhuis # +# Modified by Simon Wilkinson for OpenAFS + # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including @@ -74,10 +76,12 @@ Summary: ${kmod_name} kernel module(s) Group: System Environment/Kernel Provides: kernel-modules = ${verrel}${variant} Provides: ${kmod_name}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: openafs-kernel = %{PACKAGE_VERSION} Requires: ${kdep} Requires: ${kmod_name}-kmod-common >= %{?epoch:%{epoch}:}%{version} Requires(post): /sbin/depmod Requires(postun): /sbin/depmod +Release: %{pkgrel}.%(echo ${verrel} | tr - _) BuildRequires: kernel${dashvariant}-devel-%{_target_cpu} = ${verrel} %description -n kmod-${kmod_name}${dashvariant} This package provides the ${kmod_name} kernel modules built for the Linux -- 2.39.5