From 5caa68119d0a8ab439808ef41eda902d5d0cd42a Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Jun 09 2020 07:58:46 +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 fd4e74c..c890726 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -116,7 +116,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 @@ -210,7 +210,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@ @@ -241,6 +241,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 @@ -585,6 +587,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 @@ -1415,6 +1419,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