From edf8b0f87068502aa9156fcc6b1ca448fb7a892040b81f16e3d90fd48a5467d6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 11 Mar 2014 07:13:11 +0000 Subject: [PATCH] Accepting request 225484 from home:michal-m:branches:Base:System - The package cannot be noarch, because it installs different configs for different architectures. - Install 10-unsupported-modules.conf unconditionally, kmod has been patched. OBS-URL: https://build.opensuse.org/request/show/225484 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=7 --- suse-module-tools.changes | 8 ++++++++ suse-module-tools.rpmlintrc | 2 ++ suse-module-tools.spec | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 suse-module-tools.rpmlintrc diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 92311e1..a108ca7 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 10 15:08:15 UTC 2014 - mmarek@suse.cz + +- The package cannot be noarch, because it installs different + configs for different architectures. +- Install 10-unsupported-modules.conf unconditionally, kmod has + been patched. + ------------------------------------------------------------------- Wed May 29 12:44:00 UTC 2013 - schwab@suse.de diff --git a/suse-module-tools.rpmlintrc b/suse-module-tools.rpmlintrc new file mode 100644 index 0000000..0ae3316 --- /dev/null +++ b/suse-module-tools.rpmlintrc @@ -0,0 +1,2 @@ +# The package installs different configs for different architectures +addFilter("no-binary"); diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 114c3d8..9298776 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -1,7 +1,7 @@ # # spec file for package suse-module-tools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,8 +36,8 @@ Source4: 10-unsupported-modules.conf Source5: weak-modules Source6: weak-modules2 Source7: driver-check.sh +Source8: suse-module-tools.rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %description This package contains helper scripts for KMP installation and