From 78f0080f0010f6f25666b213ee15f5d9044de10e Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Mar 11 2019 11:44:54 +0000 Subject: add Recommends: ntfs-3g-system-compression That allows people with Windows 10 (in certain configurations) to read system files. --- diff --git a/ntfs-3g.spec b/ntfs-3g.spec index 4cb9fa7..402ab20 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -16,7 +16,7 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver Version: 2017.3.23 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Source0: http://tuxera.com/opensource/%%{name}_ntfsprogs-%%{version}%%{?subver}.tgz %if %{oldrhel} @@ -27,6 +27,9 @@ URL: http://www.ntfs-3g.org/ BuildRequires: fuse-devel Requires: fuse %endif +%if 0%{?fedora} +Recommends: ntfs-3g-system-compression +%endif BuildRequires: libtool, libattr-devel # ntfsprogs BuildRequires BuildRequires: libconfig-devel, libgcrypt-devel, gnutls-devel, libuuid-devel @@ -294,6 +297,10 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/ %exclude %{_mandir}/man8/ntfs-3g* %changelog +* Mon Mar 11 2019 Kamil Páral - 2:2017.3.23-10 +- add Recommends: ntfs-3g-system-compression. That allows people with + Windows 10 to read system files. + * Fri Feb 01 2019 Fedora Release Engineering - 2:2017.3.23-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild