diff --git a/README.md b/README.md index b5b4dff..496278c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ E.g. build the src.rpm with: To build: - $ `cbs build [--scratch] storage8-gluster-8-el8 glusterfs-8.2-1.el8.src.rpm` + $ `cbs build [--scratch] storage8-gluster-9-el8 glusterfs-9.0-1.el8.src.rpm` diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index 2bf81d2..a3109cf 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -212,7 +212,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 9.0 -Release: 1%{?prereltag:.%{prereltag}}%{?dist} +Release: 2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -253,7 +253,7 @@ BuildRequires: bison flex BuildRequires: gcc make libtool BuildRequires: ncurses-devel readline-devel BuildRequires: libxml2-devel openssl-devel -BuildRequires: libaio-devel libacl-devel +BuildRequires: libaio-devel libacl-devel liburing-devel BuildRequires: python%{_pythonver}-devel %if ( 0%{?rhel} && 0%{?rhel} < 8 ) BuildRequires: python-ctypes @@ -1635,6 +1635,9 @@ exit 0 %endif %changelog +* Tue Feb 9 2021 Kaleb S. KEITHLEY - 9.0-2 +- GlusterFS 9.0, w/ liburing + * Wed Jan 20 2021 Niels de Vos - 9.0-1 - GlusterFS 9.0 GA