From 8c18dfd0c30b581c6532fce6f9596298d045e306 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 14 Dec 2017 05:38:02 -0500 Subject: [PATCH 01/13] 3.12.4 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 45c4482..efebd13 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.3 +Version: 3.12.4 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1385,6 +1385,9 @@ exit 0 %endif %changelog +* Thu Dec 14 2017 Kaleb S. KEITHLEY - 3.12.4-1 +- 3.12.4 GA + * Mon Nov 13 2017 Kaleb S. KEITHLEY - 3.12.3-1 - 3.12.3 GA diff --git a/sources b/sources index 8e6a84d..f869b68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.3.tar.gz) = f648b8324a69360b510c947e49918467c969dcc21b6a408b6916b780aa78c44abe027b6c84d696eed7d5f381b055edd3be1dfe4f3ea8f76d15d9319cd08cfa3d +SHA512 (glusterfs-3.12.4.tar.gz) = b97fedc384ad9d646905830f8c8c4030fde6792f2fba61329247cea9c9d8c676018bfaae8efe34746428e8449224dd3416a7618700b316a888d48243b524a6b6 From 83e4a9d52e7d99a4016c1f346627002fa19e0bbb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 12 Jan 2018 09:59:08 -0500 Subject: [PATCH 02/13] 3.12.5 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 27 ++++----------------------- sources | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index efebd13..f5cefff 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.4 +Version: 3.12.5 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -183,7 +183,6 @@ Version: @PACKAGE_VERSION@ Release: 0.@PACKAGE_RELEASE@%{?dist}.5 %endif License: GPLv2 or LGPLv3+ -Group: System Environment/Base URL: http://gluster.readthedocs.io/en/latest/ %if ( 0%{_for_fedora_koji_builds} ) Source0: http://bits.gluster.org/pub/gluster/%{name}/src/%{name}-%{version}%{?prereltag}.tar.gz @@ -271,7 +270,6 @@ and client framework. %package api Summary: GlusterFS api library -Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} Requires: %{name}-client-xlators = %{version}-%{release} @@ -288,7 +286,6 @@ This package provides the glusterfs libgfapi library. %package api-devel Summary: Development Libraries -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} Requires: libacl-devel @@ -306,7 +303,6 @@ This package provides the api include files. %package cli Summary: GlusterFS CLI -Group: Applications/File Requires: %{name}-libs = %{version}-%{release} %description cli @@ -322,7 +318,6 @@ This package provides the GlusterFS CLI application and its man page %package client-xlators Summary: GlusterFS client-side translators -Group: Applications/File %description client-xlators GlusterFS is a distributed file-system capable of scaling to several @@ -337,7 +332,6 @@ This package provides the translators needed on any GlusterFS client. %package devel Summary: Development Libraries -Group: Development/Libraries Requires: %{name} = %{version}-%{release} # Needed for the Glupy examples to work Requires: %{name}-extra-xlators = %{version}-%{release} @@ -357,7 +351,6 @@ This package provides the development libraries and include files. %if ( 0%{!?_without_events:1} ) %package events Summary: GlusterFS Events -Group: Applications/File Requires: %{name}-server%{?_isa} = %{version}-%{release} Requires: python2 python-prettytable Requires: python2-gluster = %{version}-%{release} @@ -389,7 +382,6 @@ This package provides the GlusterFS Events %package extra-xlators Summary: Extra Gluster filesystem Translators -Group: Applications/File # We need python2-gluster rpm for gluster module's __init__.py in Python # site-packages area Requires: python2-gluster = %{version}-%{release} @@ -412,7 +404,6 @@ for GlusterFS. %package fuse Summary: Fuse client -Group: Applications/File BuildRequires: fuse-devel Requires: attr Requires: psmisc @@ -438,7 +429,6 @@ glusterfsd and glusterfs binaries. %if ( 0%{!?_without_georeplication:1} ) %package geo-replication Summary: GlusterFS Geo-replication -Group: Applications/File Requires: %{name} = %{version}-%{release} Requires: %{name}-server = %{version}-%{release} Requires: python2 @@ -464,7 +454,6 @@ This package provides support to geo-replication. %if ( 0%{?_with_gnfs:1} ) %package gnfs Summary: GlusterFS gNFS server -Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-client-xlators%{?_isa} = %{version}-%{release} Requires: nfs-utils @@ -483,7 +472,6 @@ This package provides the glusterfs legacy gNFS server xlator %package libs Summary: GlusterFS common libraries -Group: Applications/File %description libs GlusterFS is a distributed file-system capable of scaling to several @@ -498,7 +486,6 @@ This package provides the base GlusterFS libraries %package -n python-gluster Summary: GlusterFS python library -Group: Development/Tools %if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 || 0%{?sles_version} ) ) # EL5 does not support noarch sub-packages BuildArch: noarch @@ -520,7 +507,6 @@ namespace. %package -n python2-gluster Summary: GlusterFS python library -Group: Development/Tools %{?python_provide:%python_provide python2-gluster} Requires: python2 Provides: python-gluster = %{version}-%{release} @@ -531,7 +517,6 @@ Obsoletes: python-gluster < 3.10 %if ( 0%{!?_without_rdma:1} ) %package rdma Summary: GlusterFS rdma support for ib-verbs -Group: Applications/File %if ( 0%{?fedora} && 0%{?fedora} > 26 ) BuildRequires: rdma-core-devel %else @@ -555,7 +540,6 @@ This package provides support to ib-verbs library. %if ( ! 0%{_for_fedora_koji_builds} ) %package regression-tests Summary: Development Tools -Group: Development/Tools Requires: %{name} = %{version}-%{release} Requires: %{name}-fuse = %{version}-%{release} Requires: %{name}-server = %{version}-%{release} @@ -579,11 +563,6 @@ License: GPLv3+ BuildArch: noarch %endif # this Group handling comes from the Fedora resource-agents package -%if ( 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} ) -Group: System Environment/Base -%else -Group: Productivity/Clustering/HA -%endif # for glusterd Requires: %{name}-server = %{version}-%{release} # depending on the distribution, we need pacemaker or resource-agents @@ -605,7 +584,6 @@ like Pacemaker. %package server Summary: Distributed file-system server -Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-cli = %{version}-%{release} @@ -1385,6 +1363,9 @@ exit 0 %endif %changelog +* Fri Jan 12 2018 Kaleb S. KEITHLEY - 3.12.5-1 +- 3.12.5 GA + * Thu Dec 14 2017 Kaleb S. KEITHLEY - 3.12.4-1 - 3.12.4 GA diff --git a/sources b/sources index f869b68..fffe950 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.4.tar.gz) = b97fedc384ad9d646905830f8c8c4030fde6792f2fba61329247cea9c9d8c676018bfaae8efe34746428e8449224dd3416a7618700b316a888d48243b524a6b6 +SHA512 (glusterfs-3.12.5.tar.gz) = 12b30f1ffa5429820d4eadd864c01f09d7a1f230ab79632f9487209c1fde89f912dddb5b8e336a08322bb0597dc15517ce03149e9adb64e4ddca4bb1a7f07046 From 46e9b63b14c3736f9d64f5c7646be0c5ee467417 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 13 Feb 2018 16:47:23 -0500 Subject: [PATCH 03/13] 3.12.6 GA --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index f5cefff..9e6eeae 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.5 +Version: 3.12.6 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1363,6 +1363,9 @@ exit 0 %endif %changelog +* Tue Feb 13 2018 Kaleb S. KEITHLEY - 3.12.6-1 +- 3.12.6 GA + * Fri Jan 12 2018 Kaleb S. KEITHLEY - 3.12.5-1 - 3.12.5 GA diff --git a/sources b/sources index fffe950..6da0ef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.5.tar.gz) = 12b30f1ffa5429820d4eadd864c01f09d7a1f230ab79632f9487209c1fde89f912dddb5b8e336a08322bb0597dc15517ce03149e9adb64e4ddca4bb1a7f07046 +SHA512 (glusterfs-3.12.6.tar.gz) = 24c0c5b103eec8a64885963d94e66bff6c6dfb0b84457d13e577eeecc064ed9380a210570f7a27f3a9cc92e028422b73360df90dcb3a640490433422063a9455 From efa2243948b388b3f1a44370d5a5b1128b6b2319 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 15 Feb 2018 13:52:57 -0500 Subject: [PATCH 04/13] %ldconfig_scriptlets Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 9e6eeae..77f1ca0 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -176,7 +176,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.12.6 -Release: 1%{?prereltag:.%{prereltag}}%{?dist} +Release: 2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -197,6 +197,8 @@ Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig Requires(pre): shadow-utils %if ( 0%{?rhel} && 0%{?rhel} < 6 ) BuildRequires: python-simplejson @@ -803,8 +805,6 @@ rm -rf %{buildroot} %endif exit 0 -%post api -p /sbin/ldconfig - %if ( 0%{!?_without_events:1} ) %post events %systemd_post glustereventsd @@ -825,10 +825,6 @@ fi exit 0 %endif -%post libs -/sbin/ldconfig -exit 0 - %post server # Legacy server %systemd_post glusterd @@ -954,14 +950,6 @@ exit 0 %endif exit 0 -%postun api -/sbin/ldconfig -exit 0 - -%postun libs -/sbin/ldconfig -exit 0 - %postun server /sbin/ldconfig %if (0%{?_with_firewalld:1}) @@ -1034,6 +1022,7 @@ exit 0 %{_tmpfilesdir}/gluster.conf %endif +%ldconfig_scriptlets api %files api %exclude %{_libdir}/*.so # libgfapi files @@ -1158,6 +1147,7 @@ exit 0 %{_datadir}/glusterfs/scripts/schedule_georep.py* %endif +%ldconfig_scriptlets libs %files libs %{_libdir}/*.so.* %exclude %{_libdir}/libgfapi.* @@ -1363,6 +1353,9 @@ exit 0 %endif %changelog +* Thu Feb 15 2018 Kaleb S. KEITHLEY - 3.12.6-2 +- %%ldconfig_scriptlets + * Tue Feb 13 2018 Kaleb S. KEITHLEY - 3.12.6-1 - 3.12.6 GA From 9ab7b3db72da9f1df92fd0092748776d76e62ac0 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 20 Mar 2018 13:50:24 -0400 Subject: [PATCH 05/13] 3.12.7 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 77f1ca0..64751bb 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,8 +175,8 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.6 -Release: 2%{?prereltag:.%{prereltag}}%{?dist} +Version: 3.12.7 +Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Tue Mar 20 2018 Kaleb S. KEITHLEY - 3.12.7-1 +- 3.12.7 GA + * Thu Feb 15 2018 Kaleb S. KEITHLEY - 3.12.6-2 - %%ldconfig_scriptlets diff --git a/sources b/sources index 6da0ef9..317881f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.6.tar.gz) = 24c0c5b103eec8a64885963d94e66bff6c6dfb0b84457d13e577eeecc064ed9380a210570f7a27f3a9cc92e028422b73360df90dcb3a640490433422063a9455 +SHA512 (glusterfs-3.12.7.tar.gz) = 1d0bf782c49a3fb53b55cbfb1c1d0922c6b0478ac54cc2c980132454e6640068b94e050539807e87e7f885c4c4be1443ebc45aa6dd4f067040114fae16ec9e63 From 687beb2e84dd2edd2afab34d8a7bcecd40c9482d Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 12 Apr 2018 16:23:00 -0400 Subject: [PATCH 06/13] 3.12.8 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 64751bb..ae27fcd 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.7 +Version: 3.12.8 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Thu Apr 12 2018 Kaleb S. KEITHLEY - 3.12.8-1 +- 3.12.8 GA + * Tue Mar 20 2018 Kaleb S. KEITHLEY - 3.12.7-1 - 3.12.7 GA diff --git a/sources b/sources index 317881f..c667b3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.7.tar.gz) = 1d0bf782c49a3fb53b55cbfb1c1d0922c6b0478ac54cc2c980132454e6640068b94e050539807e87e7f885c4c4be1443ebc45aa6dd4f067040114fae16ec9e63 +SHA512 (glusterfs-3.12.8.tar.gz) = 4dfe00704489e5ce1c599d691105081c14f85209319c829d82e783fec09a4544e078dc956db5dce1d130e8fcc4e617b1dfecf915f9239e250869dc0cb2ef4397 From 13f517d93301163a69b9b1b61baaf51aa900a413 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 24 Apr 2018 20:54:08 +0200 Subject: [PATCH 07/13] 3.12.9 GA Signed-off-by: Niels de Vos --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index ae27fcd..df8a0d6 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.8 +Version: 3.12.9 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Tue Apr 24 2018 Niels de Vos - 3.12.9-1 +- 3.12.9 GA + * Thu Apr 12 2018 Kaleb S. KEITHLEY - 3.12.8-1 - 3.12.8 GA diff --git a/sources b/sources index c667b3d..0b389b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.8.tar.gz) = 4dfe00704489e5ce1c599d691105081c14f85209319c829d82e783fec09a4544e078dc956db5dce1d130e8fcc4e617b1dfecf915f9239e250869dc0cb2ef4397 +SHA512 (glusterfs-3.12.9.tar.gz) = 971970d0abce902854edb428bbd53ef6dc1c527b2e711fa730ab1f9371d5840d95eab3a08abc31edea3a4d25366b4adcaeadee2f819b8e9eb88ac09a6ce22eb3 From b67103f4f61d72ac96b5d36fafdfb5856b20389a Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 14 Jun 2018 07:40:58 -0400 Subject: [PATCH 08/13] 3.12.10 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index df8a0d6..2bf92f4 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.9 +Version: 3.12.10 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Thu Jun 14 2018 Kaleb S. KEITHLEY - 3.12.10-1 +- 3.12.10 GA + * Tue Apr 24 2018 Niels de Vos - 3.12.9-1 - 3.12.9 GA diff --git a/sources b/sources index 0b389b4..5373204 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.9.tar.gz) = 971970d0abce902854edb428bbd53ef6dc1c527b2e711fa730ab1f9371d5840d95eab3a08abc31edea3a4d25366b4adcaeadee2f819b8e9eb88ac09a6ce22eb3 +SHA512 (glusterfs-3.12.10.tar.gz) = 1ebf53aa5f7c185cfd18dcc58e7b932d2fff6852fb423bde82f56d41db6615f0c274a43c24686e083acedc7320c6246996ff609320ee2a725b88fb5a80d0421b From a60723ba10cc182c7be502782d2c5ee828675a79 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 26 Jun 2018 00:08:50 -0400 Subject: [PATCH 09/13] 3.12.11 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 2bf92f4..f721b99 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.10 +Version: 3.12.11 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Tue Jun 26 2018 Kaleb S. KEITHLEY - 3.12.11-1 +- 3.12.11 GA + * Thu Jun 14 2018 Kaleb S. KEITHLEY - 3.12.10-1 - 3.12.10 GA diff --git a/sources b/sources index 5373204..93ab188 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.10.tar.gz) = 1ebf53aa5f7c185cfd18dcc58e7b932d2fff6852fb423bde82f56d41db6615f0c274a43c24686e083acedc7320c6246996ff609320ee2a725b88fb5a80d0421b +SHA512 (glusterfs-3.12.11.tar.gz) = 09067754c3f0830b8e1707c0184dd856fc8b4da59fa4558d7db59531a2aaa3b6e76db4d841d575d7ff8a6189ed9ca8fd9a15edebfa06f1b1e50e2a2c3830d6f7 From c57964a9165b47cee9f4904df36a9ba2b383ae8b Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 12 Jul 2018 07:39:33 -0400 Subject: [PATCH 10/13] 3.12.12 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index f721b99..2285bfa 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.11 +Version: 3.12.12 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Thu Jul 12 2018 Kaleb S. KEITHLEY - 3.12.12-1 +- 3.12.12 GA + * Tue Jun 26 2018 Kaleb S. KEITHLEY - 3.12.11-1 - 3.12.11 GA diff --git a/sources b/sources index 93ab188..e5d2a95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.11.tar.gz) = 09067754c3f0830b8e1707c0184dd856fc8b4da59fa4558d7db59531a2aaa3b6e76db4d841d575d7ff8a6189ed9ca8fd9a15edebfa06f1b1e50e2a2c3830d6f7 +SHA512 (glusterfs-3.12.12.tar.gz) = f04d6e7755bc911d5ea9f0191edc0aff366b7d00c27136e5b48bb4866b6742d16f8c3265b8a5d8c2fc151c6e3219f829f3a864cddcc1e2448cf405201ff5ebda From f9601570de7dbdbac58520cc98d5736eb38f7ec1 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 22 Aug 2018 07:41:57 -0400 Subject: [PATCH 11/13] 3.12.13 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 2285bfa..389348f 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.12 +Version: 3.12.13 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Wed Aug 22 2018 Kaleb S. KEITHLEY - 3.12.13-1 +- 3.12.13 GA + * Thu Jul 12 2018 Kaleb S. KEITHLEY - 3.12.12-1 - 3.12.12 GA diff --git a/sources b/sources index e5d2a95..74900cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.12.tar.gz) = f04d6e7755bc911d5ea9f0191edc0aff366b7d00c27136e5b48bb4866b6742d16f8c3265b8a5d8c2fc151c6e3219f829f3a864cddcc1e2448cf405201ff5ebda +SHA512 (glusterfs-3.12.13.tar.gz) = 087535217cb9f9b8f078f4ab09d3bcd06e1b6419d9049a523e751f0388a6d6f4d88d8f4766d583fdc1c22f54a409d5101fa8bda378ad7c6b92a545a5aadfcda9 From 97ae0c81617c31911183b1be34230d633e7ff2c9 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 6 Sep 2018 13:59:12 -0400 Subject: [PATCH 12/13] 3.12.14 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 389348f..4e1c470 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.13 +Version: 3.12.14 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Thu Sep 6 2018 Kaleb S. KEITHLEY - 3.12.14-1 +- 3.12.14 GA + * Wed Aug 22 2018 Kaleb S. KEITHLEY - 3.12.13-1 - 3.12.13 GA diff --git a/sources b/sources index 74900cb..9975fcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.13.tar.gz) = 087535217cb9f9b8f078f4ab09d3bcd06e1b6419d9049a523e751f0388a6d6f4d88d8f4766d583fdc1c22f54a409d5101fa8bda378ad7c6b92a545a5aadfcda9 +SHA512 (glusterfs-3.12.14.tar.gz) = 37a6b10684b25ca6901eaa4fdfde3887f895596602345e7e47f00aa3fee3f6908a2475dc22ec483bf1e0c6c077b7d33fe22380a6e2d45099bad64fe427184848 From 20741961f9f6b214fc5f3581b01f9ae0175aa150 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Sun, 14 Oct 2018 08:05:49 -0400 Subject: [PATCH 13/13] 3.12.15 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 4e1c470..2c432e3 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -175,7 +175,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.12.14 +Version: 3.12.15 Release: 1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1353,6 +1353,9 @@ exit 0 %endif %changelog +* Sat Oct 13 2018 Kaleb S. KEITHLEY - 3.12.15-1 +- 3.12.15 GA + * Thu Sep 6 2018 Kaleb S. KEITHLEY - 3.12.14-1 - 3.12.14 GA diff --git a/sources b/sources index 9975fcc..587b3b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-3.12.14.tar.gz) = 37a6b10684b25ca6901eaa4fdfde3887f895596602345e7e47f00aa3fee3f6908a2475dc22ec483bf1e0c6c077b7d33fe22380a6e2d45099bad64fe427184848 +SHA512 (glusterfs-3.12.15.tar.gz) = f2c327c6d0e5c24603023ce21fb829f1af3f863fd103c35367947dfe221ce82ec0aa83e0bfe17411b2c7f90be50f447f63c93d047f009adf24c59c6f0087fefe