From 7e9a11aca938f36c0027c444f1865af01cd333d41efad3f0a59338d7c717c044 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 12 Jan 2022 21:02:59 +0000 Subject: [PATCH] Accepting request 945840 from home:favogt:branches:system:install:head RFC. - Don't recommend ntfs-3g by default on TW, the kernel module got improved OBS-URL: https://build.opensuse.org/request/show/945840 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=198 --- patterns-base.changes | 6 ++++++ patterns-base.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/patterns-base.changes b/patterns-base.changes index 0f59817..c5074a9 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 12 09:18:16 UTC 2022 - Fabian Vogt + +- Don't recommend ntfs-3g by default on TW, the kernel module got + improved + ------------------------------------------------------------------- Fri Dec 17 15:24:56 UTC 2021 - Fabian Vogt diff --git a/patterns-base.spec b/patterns-base.spec index 978f562..3b6bbcd 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -1,7 +1,7 @@ # # spec file for package patterns-base # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -406,8 +406,11 @@ Recommends: netcfg Recommends: nfs-client Recommends: nfsidmap Recommends: nscd +# Kernel 5.15+ has an improved R/W ntfs module +%if 0%{?suse_version} < 1550 # mount NTFS rw (bsc#1087242) Recommends: ntfs-3g +%endif Recommends: ntfsprogs # TODO: should this be in more places Recommends: pam-config