public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ntfs-3g] epel10: bin and sbin are separate in el10?
@ 2026-06-08 16:42 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-06-08 16:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ntfs-3g
Branch : epel10
Commit : 14ab0b053b27a32ef070b6707138efba73c38ef0
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-06-08T12:42:13-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ntfs-3g/c/14ab0b053b27a32ef070b6707138efba73c38ef0?branch=epel10
Log:
bin and sbin are separate in el10?
---
diff --git a/ntfs-3g.spec b/ntfs-3g.spec
index 658ce44..8108ce3 100644
--- a/ntfs-3g.spec
+++ b/ntfs-3g.spec
@@ -115,14 +115,14 @@ cp -a %{buildroot}/%{_bindir}/ntfs-3g %{buildroot}/%{_sbindir}/mount.ntfs-3g
# ... since we're obsoleting ntfsprogs-fuse
pushd %{buildroot}/%{_bindir}
ln -s ntfs-3g ntfsmount
+# According to bug2486080, we need "ntfs-3g-mount" ?
+ln -s ntfs-3g ntfs-3g-mount
popd
pushd %{buildroot}/%{_sbindir}
ln -s mount.ntfs-3g mount.ntfs-fuse
# And since there is no other package in Fedora that provides an ntfs
# mount...
ln -s mount.ntfs-3g mount.ntfs
-# According to bug2486080, we need "ntfs-3g-mount" ?
-ln -s ntfs-3g ntfs-3g-mount
# Need this for fsck to find it
ln -s ../bin/ntfsck fsck.ntfs
popd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 16:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 16:42 [rpms/ntfs-3g] epel10: bin and sbin are separate in el10? Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox