summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-22 10:54:25 -0700
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-03 16:58:55 +0100
commit4bd2e84b9e21e7d7bcb2197965ed8b29f063d1a1 (patch)
treef6dc219aa21e3b644e1477217ee7956d7c756de6
parentdb2af2b108417532bf4d0cd4ee9e747ce455cb97 (diff)
downloadkmod-4bd2e84b9e21e7d7bcb2197965ed8b29f063d1a1.tar.gz
kmod-4bd2e84b9e21e7d7bcb2197965ed8b29f063d1a1.tar.bz2
kmod-4bd2e84b9e21e7d7bcb2197965ed8b29f063d1a1.zip
Fixed package groups
-rw-r--r--packaging/kmod.changes3
-rw-r--r--packaging/kmod.spec6
2 files changed, 6 insertions, 3 deletions
diff --git a/packaging/kmod.changes b/packaging/kmod.changes
index 3376fc8..8ab6663 100644
--- a/packaging/kmod.changes
+++ b/packaging/kmod.changes
@@ -1,3 +1,6 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130318.205410@9d87275
+- Fixed package groups
+
* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/12@4894c41
- Update package groups
diff --git a/packaging/kmod.spec b/packaging/kmod.spec
index 23365d9..5020a2d 100644
--- a/packaging/kmod.spec
+++ b/packaging/kmod.spec
@@ -5,7 +5,7 @@ License: LGPL-2.1+ and GPL-2.0+
%define lname libkmod
Summary: Utilities to load modules into the kernel
Url: http://www.politreco.com/2011/12/announce-kmod-2/
-Group: System/Kernel
+Group: Base/Libraries
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
@@ -28,7 +28,7 @@ indexes from module-init-tools project.
%package compat
License: GPL-2.0+
Summary: Compat symlinks for kernel module utilities
-Group: System/Kernel
+Group: Base/Libraries
Requires(pre): filesystem
Provides: module-init-tools
@@ -42,7 +42,7 @@ This package contains traditional name symlinks (lsmod, etc.)
%package -n %lname
License: LGPL-2.1+
Summary: Library to interact with Linux kernel modules
-Group: System/Kernel
+Group: Base/Libraries
%description -n %lname
libkmod was created to allow programs to easily insert, remove and