[PR #826] [MERGED] For RPM distributions fuse-libs is enough #1653

Closed
opened 2026-03-04 02:01:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/826
Author: @juliogonzalez
Created: 9/23/2018
Status: Merged
Merged: 10/8/2018
Merged by: @ggtakec

Base: masterHead: centos-setup


📝 Commits (1)

  • 203f78f For RPM distributions fuse-libs is enough

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Relevant Issue (if applicable)

Details

For RPM distributions such as SUSE, openSUSE, CentOS, Red Hat or Fedora, fuse-libs is enough and fuse package is not required neither for building or running.

References:

  • Local test for CentOS6 and CentOS7
  • https://build.opensuse.org/package/view_file/filesystems/s3fs/s3fs.spec?expand=1
  • Dependency checking at my laptop (openSUSE 15.0):
    libc.so.6()(64bit)                                                                                                                                                                                                                                                             
    libc.so.6(GLIBC_2.14)(64bit)                                                                                                                                                                                                                                                   
    libc.so.6(GLIBC_2.17)(64bit)                                                                                                                                                                                                                                                   
    libc.so.6(GLIBC_2.2.5)(64bit)                                                                                                                                                                                                                                                  
    libc.so.6(GLIBC_2.3)(64bit)                                                                                                                                                                                                                                                    
    libc.so.6(GLIBC_2.3.4)(64bit)                                                                                                                                                                                                                                                  
    libc.so.6(GLIBC_2.4)(64bit)                                                                                                                                                                                                                                                    
    libcrypto.so.1.1()(64bit)                                                                                                                                                                                                                                                      
    libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)                                                                                                                                                                                                                                         
    libcurl.so.4()(64bit)                                                                                                                                                                                                                                                          
    libfuse.so.2()(64bit)
    libfuse.so.2(FUSE_2.2)(64bit)
    libfuse.so.2(FUSE_2.5)(64bit)
    libfuse.so.2(FUSE_2.6)(64bit)
    libfuse.so.2(FUSE_2.8)(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libpthread.so.0()(64bit)
    libpthread.so.0(GLIBC_2.2.5)(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libstdc++.so.6(GLIBCXX_3.4)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.20)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.21)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    libxml2.so.2(LIBXML2_2.6.0)(64bit)
    rpmlib(CompressedFileNames) <= 3.0.4-1
    rpmlib(FileDigests) <= 4.6.0-1
    rpmlib(PayloadFilesHavePrefix) <= 4.0-1
    rpmlib(PayloadIsXz) <= 5.2-1
    

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/826 **Author:** [@juliogonzalez](https://github.com/juliogonzalez) **Created:** 9/23/2018 **Status:** ✅ Merged **Merged:** 10/8/2018 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `centos-setup` --- ### 📝 Commits (1) - [`203f78f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/203f78fdaeb471fc5e11f24af246ad0d7c67ae93) For RPM distributions fuse-libs is enough ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) - #785 - https://bugzilla.redhat.com/show_bug.cgi?id=1631988#c4 ### Details For RPM distributions such as SUSE, openSUSE, CentOS, Red Hat or Fedora, fuse-libs is enough and fuse package is not required neither for building or running. References: - Local test for CentOS6 and CentOS7 - https://build.opensuse.org/package/view_file/filesystems/s3fs/s3fs.spec?expand=1 - Dependency checking at my laptop (openSUSE 15.0): ```$ rpm -q -R s3fs libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcurl.so.4()(64bit) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.2)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1653
No description provided.