Clean spec from cruft
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=92
This commit is contained in:
parent
56f1b1f508
commit
bd0416e417
@ -2,6 +2,7 @@ From 813357548c7f9063996783e2ac8382501e32a4ed Mon Sep 17 00:00:00 2001
|
||||
From: Marcus Meissner <meissner@suse.de>
|
||||
Date: Fri, 6 Mar 2015 08:57:10 +0100
|
||||
Subject: [PATCH] use correct sort method in test-array
|
||||
Status: mailed to upstream
|
||||
|
||||
the pointers we get are char ** not char *
|
||||
---
|
||||
|
@ -35,9 +35,7 @@ Patch2: 0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch
|
||||
Patch3: 0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch
|
||||
Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
|
||||
Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
|
||||
# PATCH-MAILED-UPSTREAM: kmod-blacklist-fixtest.patch meissner@suse.de
|
||||
Patch6: kmod-blacklist-fixtest.patch
|
||||
# PATCH-MAILED-UPSTREAM: 0001-use-correct-sort-method-in-test-array.patch meissner@suse.de bsc#920930
|
||||
Patch7: 0001-use-correct-sort-method-in-test-array.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
@ -103,7 +101,7 @@ in %lname.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -p1 -P 7 -p1
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user