From 90336fcdac934f58d19245c94def9409231aaac823eff5c355ed08ddaa301eae Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Nov 2012 17:18:22 +0000 Subject: [PATCH 1/2] Require suse-module-tools OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=44 --- kmod.changes | 5 +++++ kmod.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kmod.changes b/kmod.changes index 1357ef4..cf95761 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 23 17:18:03 UTC 2012 - jengelh@inai.de + +- Require suse-module-tools now that it is present in Base:System + ------------------------------------------------------------------- Sat Nov 10 15:07:54 UTC 2012 - hrvoje.senjan@gmail.com diff --git a/kmod.spec b/kmod.spec index 4fc2a56..317660f 100644 --- a/kmod.spec +++ b/kmod.spec @@ -30,13 +30,13 @@ Url: http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-modul #Git-Clone: git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.xz Source2: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.sign - BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libxslt-tools BuildRequires: pkgconfig >= 0.21 BuildRequires: xz BuildRequires: pkgconfig(liblzma) >= 4.99 BuildRequires: pkgconfig(zlib) +Requires: suse-module-tools %description kmod is a set of tools to handle common tasks with Linux kernel From a14598bcae2cef1439494530fafa92410d05d1b3af9ef5c5a010433f9ebeacad Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Nov 2012 17:40:01 +0000 Subject: [PATCH 2/2] Add Requires:kmod for kmod-compat OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=45 --- kmod.changes | 1 + kmod.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/kmod.changes b/kmod.changes index cf95761..5c9bde3 100644 --- a/kmod.changes +++ b/kmod.changes @@ -2,6 +2,7 @@ Fri Nov 23 17:18:03 UTC 2012 - jengelh@inai.de - Require suse-module-tools now that it is present in Base:System +- kmod-compat depends on kmod, add that missing Requires. ------------------------------------------------------------------- Sat Nov 10 15:07:54 UTC 2012 - hrvoje.senjan@gmail.com diff --git a/kmod.spec b/kmod.spec index 317660f..02bb267 100644 --- a/kmod.spec +++ b/kmod.spec @@ -51,6 +51,7 @@ indexes from module-init-tools project. Summary: Compat symlinks for kernel module utilities License: GPL-2.0+ Group: System/Kernel +Requires: kmod Provides: modutils Conflicts: module-init-tools