Author: giallu
Update of /cvs/free/rpms/sysprof/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7873
Modified Files:
sysprof.spec
Log Message:
Fix kmod Requires
Index: sysprof.spec
===================================================================
RCS file: /cvs/free/rpms/sysprof/devel/sysprof.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sysprof.spec 29 Mar 2009 14:12:14 -0000 1.3
+++ sysprof.spec 2 Apr 2009 08:33:26 -0000 1.4
@@ -1,6 +1,6 @@
Name: sysprof
Version: 1.0.12
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Sysprof is a sampling CPU profiler
Group: Development/System
License: GPLv2+
@@ -11,8 +11,8 @@
Source1: sysprof.desktop
# kmod related stuff
-Provides: sysprof-kmod-common = %{version}
-Requires: kmod-%{name} >= %{version}
+Provides: %{name}-kmod-common = %{version}
+Requires: %{name}-kmod >= %{version}
BuildRequires: gtk2-devel => 2.6
BuildRequires: libglade2-devel
@@ -61,6 +61,10 @@
%{_datadir}/applications/*.desktop
%changelog
+* Thu Apr 2 2009 Gianluca Sforna <giallu gmail com> - 1.0.12-4
+- Fix kmod requires and provides according to
+
http://rpmfusion.org/Packaging/KernelModules/Kmods2
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-3
- rebuild for new F11 features