Skip to content

Commit

Permalink
Fix fedora build (#772)
Browse files Browse the repository at this point in the history
* Update Building-GlusterFS.md
  • Loading branch information
MingZhang-YBPS committed Jun 15, 2023
1 parent 4b34166 commit af6dcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Developer-guide/Building-GlusterFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dnf install automake autoconf libtool flex bison openssl-devel \
librdmacm-devel readline-devel lvm2-devel glib2-devel \
userspace-rcu-devel libcmocka-devel libacl-devel sqlite-devel \
fuse-devel redhat-rpm-config rpcgen libtirpc-devel make \
libuuid-devel liburing-devel gperftools
libuuid-devel liburing-devel gperftools libcurl-devel
```

### Ubuntu
Expand Down Expand Up @@ -272,7 +272,7 @@ make glusterrpms
This will create rpms from the source in 'extras/LinuxRPM'. _(Note: You
will need to install the rpmbuild requirements including rpmbuild and
mock)_<br>
For CentOS / Enterprise Linux 8 the dependencies can be installed via:
For Fedora / CentOS / Enterprise Linux 8 the dependencies can be installed via:

```console
yum install mock rpm-build selinux-policy-devel
Expand Down

0 comments on commit af6dcc3

Please sign in to comment.