[Tizen-submit] 20277: New package Tizen:IVI:Genivi/kmod
noreply at tizen.org
noreply at tizen.org
Fri Jan 31 03:06:53 GMT 2014
Hi,
Adding new package kmod in project Tizen:IVI:Genivi. Please review and accept ASAP.
Justification for this new package:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.025953
Git project: platform/upstream/kmod
Tag: submit/tizen_ivi_genivi/20140131.025953
Commit: ff4d099a9fe80c0b2b36b5882623edb12eef1f5c resetting manifest requested domain to floor
Thank You,
Graydon, Tracy
[This message was auto-generated]
---
Request: #20277
submit: Tizen:IVI:Genivi:build/kmod(cleanup) -> Tizen:IVI:Genivi
Message:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.025953
Git project: platform/upstream/kmod
Tag: submit/tizen_ivi_genivi/20140131.025953
Commit: ff4d099a9fe80c0b2b36b5882623edb12eef1f5c resetting manifest requested domain to floor
State: new 2014-01-31T03:08:30 tizenrobot
Comment: <no comment>
changes files:
--------------
++++++ new changes file:
--- kmod.changes
+++ kmod.changes
@@ -0,0 +1,9 @@
+* Fri Mar 29 2013 Anas Nashif <anas.nashif at intel.com> submit/trunk/20130322.175427 at 31c7f1c
+- compat requires main package
+
+* Fri Mar 22 2013 Anas Nashif <anas.nashif at intel.com> submit/trunk/20130318.205410 at 9d87275
+- Fixed package groups
+
+* Mon Mar 18 2013 Anas Nashif <anas.nashif at intel.com> upstream/12 at 4894c41
+- Update package groups
+
new:
----
kmod-12.tar.xz
kmod.changes
kmod.manifest
kmod.spec
spec files:
-----------
++++++ new spec file:
--- kmod.spec
+++ kmod.spec
@@ -0,0 +1,132 @@
+Name: kmod
+VCS: platform/upstream/kmod#ff4d099a9fe80c0b2b36b5882623edb12eef1f5c
+Version: 12
+Release: 0
+License: LGPL-2.1+ and GPL-2.0+
+Summary: Utilities to load modules into the kernel
+Url: http://www.politreco.com/2011/12/announce-kmod-2/
+Group: Base/Libraries
+
+Source: %{name}-%{version}.tar.xz
+Source1001: kmod.manifest
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 0.21
+BuildRequires: xz
+BuildRequires: pkgconfig(liblzma) >= 4.99
+BuildRequires: pkgconfig(zlib)
+
+%description
+kmod is a set of tools to handle common tasks with Linux kernel
+modules like insert, remove, list, check properties, resolve
+dependencies and aliases.
+
+These tools are designed on top of libkmod, a library that is shipped
+with kmod. The aim is to be compatible with tools, configurations and
+indexes from module-init-tools project.
+
+%package compat
+License: GPL-2.0+
+Summary: Compat symlinks for kernel module utilities
+Group: Base/Libraries
+Requires: kmod
+Requires(pre): filesystem
+Provides: module-init-tools
+
+%description compat
+kmod is a set of tools to handle common tasks with Linux kernel
+modules like insert, remove, list, check properties, resolve
+dependencies and aliases.
+
+This package contains traditional name symlinks (lsmod, etc.)
+
+%package -n libkmod
+License: LGPL-2.1+
+Summary: Library to interact with Linux kernel modules
+Group: Base/Libraries
+
+%description -n libkmod
+libkmod was created to allow programs to easily insert, remove and
+list modules, also checking its properties, dependencies and aliases.
+
+%package -n libkmod-devel
+License: LGPL-2.1+
+Summary: Development files for libkmod
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list