From 85319dc26fceacbe4c5984970a13e178ede8f663 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Jun 09 2020 07:31:23 +0000 Subject: GlusterFS 7.6 GA Also updated the .spec to match the upstream version more --- diff --git a/.glusterfs.metadata b/.glusterfs.metadata index ed38e97..6f6c231 100644 --- a/.glusterfs.metadata +++ b/.glusterfs.metadata @@ -1 +1 @@ -77c51da8727d561ffaefa4398b2a4f1e10debf7b SOURCES/glusterfs-7.5.tar.gz +e1bdf3f430bf0a215c5f7e6359b6fd9183c60113 SOURCES/glusterfs-7.6.tar.gz diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index 4676462..5e327b3 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -121,7 +121,7 @@ ## All %%global definitions should be placed here and keep them sorted ## -%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 6 ) +%if ( 0%{?fedora} || ( 0%{?rhel} && 0%{?rhel} > 6 ) ) %global _with_systemd true %endif @@ -215,7 +215,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 7.5 +Version: 7.6 Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -246,6 +246,8 @@ Requires: %{name}-libs = %{version}-%{release} %if ( 0%{?_with_systemd:1} ) %{?systemd_requires} %endif +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig %if 0%{?_with_asan:1} && !( 0%{?rhel} && 0%{?rhel} < 7 ) BuildRequires: libasan %endif @@ -590,6 +592,8 @@ Requires: %{name}-api = %{version}-%{release} Requires: %{name}-client-xlators = %{version}-%{release} # lvm2 for snapshot, and nfs-utils and rpcbind/portmap for gnfs server Requires: lvm2 +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig %if ( 0%{?_with_systemd:1} ) %{?systemd_requires} %else @@ -1420,6 +1424,9 @@ exit 0 %endif %changelog +* Tue Jun 9 2020 Niels de Vos - 7.6-1 +- 7.6 GA + * Thu Apr 16 2020 Niels de Vos - 7.5-1 - 7.5 GA