Skip to content
Open

test #247

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packaging/aznfs/RPM/aznfs.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
AutoReq: no

Name: AZNFS_PACKAGE_NAME
Version: x.y.z
Release: 1
Summary: Mount helper program for Azure Blob NFS mounts, providing a secure communication channel for Azure File NFS mounts, and supporting the Turbo NFS client
License: MIT
URL: https://github.com/Azure/AZNFS-mount/blob/main/README.md

%global __provides_exclude_from ^/opt/microsoft/aznfs/libs/.*\.so.*$
%global __requires_exclude_from ^/opt/microsoft/aznfs/libs/.*\.so.*$
%global __requires_exclude_from ^/sbin/aznfsclient

%if 0%{?custom_stunnel}
Requires: bash, PROCPS_PACKAGE_NAME, conntrack-tools, iptables, bind-utils, iproute, util-linux, nfs-utils, NETCAT_PACKAGE_NAME, newt, net-tools, binutils, kernel-headers, openssl, openssl-devel, gcc, make, wget
Recommends: build-essential
Expand Down