public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benson Muite <fed500@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glusterfs] f44: Update release version
Date: Sun, 14 Jun 2026 04:20:58 GMT	[thread overview]
Message-ID: <178141085892.1.17209884948323275030.rpms-glusterfs-b15bc3a90566@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glusterfs
Branch : f44
Commit : b15bc3a9056629d9c14883a7f888c07115732252
Author : Benson Muite <fed500@fedoraproject.org>
Date   : 2026-06-14T07:20:34+03:00
Stats  : +17/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glusterfs/c/b15bc3a9056629d9c14883a7f888c07115732252?branch=f44

Log:
Update release version

---
diff --git a/glusterfs.spec b/glusterfs.spec
index 5a53256..1e20def 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -196,11 +196,11 @@ Summary:          Distributed File System
 %if ( 0%{_for_fedora_koji_builds} )
 Name:             glusterfs
 Version:          11.2
-Release:          6%{?prereltag:%{prereltag}}%{?dist}
+Release:          8%{?prereltag:%{prereltag}}%{?dist}
 %else
 Name:             @PACKAGE_NAME@
 Version:          @PACKAGE_VERSION@
-Release:          0.@PACKAGE_RELEASE@%{?dist}.28
+Release:          0.@PACKAGE_RELEASE@%{?dist}.29
 %endif
 License:          GPL-2.0-only OR LGPL-3.0-or-later
 URL:              http://docs.gluster.org/
@@ -1454,7 +1454,7 @@ exit 0
 %{_libdir}/libgfxdr.so.*
 
 %files -n python%{_pythonver}-gluster
-# introducing glusterfs module in site packages.
+# introducing glusterfs module in site package8.
 # so that all other gluster submodules can reside in the same namespace.
 %if ( %{_usepython3} )
 %dir %{python3_sitelib}/gluster
@@ -1642,9 +1642,15 @@ exit 0
 %{_unitdir}/gluster-ta-volume.service
 
 %changelog
-* Fri May 22 2026 Rostislav Krasny <rostiprodev@gmail.com> - 11.2-6
+* Fri May 22 2026 Rostislav Krasny <rostiprodev@gmail.com> - 11.2-8
 - Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va
 
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 11.2-7
+- Rebuilt for openssl 4.0
+
+* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 11.2-6
+- Rebuilt for Python 3.15
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 11.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/glusterfs.spec b/glusterfs.spec
index b33c882..1e20def 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -196,7 +196,7 @@ Summary:          Distributed File System
 %if ( 0%{_for_fedora_koji_builds} )
 Name:             glusterfs
 Version:          11.2
-Release:          7%{?prereltag:%{prereltag}}%{?dist}
+Release:          8%{?prereltag:%{prereltag}}%{?dist}
 %else
 Name:             @PACKAGE_NAME@
 Version:          @PACKAGE_VERSION@
@@ -892,7 +892,7 @@ install -D -p -m 0644 extras/glusterd-sysconfig \
 mkdir -p %{buildroot}%{_localstatedir}/log/glusterd
 mkdir -p %{buildroot}%{_localstatedir}/log/glusterfs
 mkdir -p %{buildroot}%{_localstatedir}/log/glusterfsd
-mkdir -p %{buildroot}%{_rundir}/gluster/metrics
+mkdir -p %{buildroot}%{_rundir}/gluster
 
 # Remove unwanted files from all the shared libraries
 find %{buildroot}%{_libdir} -name '*.a' -delete
@@ -1286,7 +1286,7 @@ exit 0
 %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system
      %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system/posix-acl.so
 %dir %attr(0775,gluster,gluster) %{_rundir}/gluster
-%dir %attr(0775,gluster,gluster) %{_rundir}/gluster/metrics
+%ghost %dir %attr(0775,gluster,gluster) %{_rundir}/gluster/metrics
 %if 0%{?_tmpfilesdir:1}
 %{_tmpfilesdir}/gluster.conf
 %endif
@@ -1454,7 +1454,7 @@ exit 0
 %{_libdir}/libgfxdr.so.*
 
 %files -n python%{_pythonver}-gluster
-# introducing glusterfs module in site packages.
+# introducing glusterfs module in site package8.
 # so that all other gluster submodules can reside in the same namespace.
 %if ( %{_usepython3} )
 %dir %{python3_sitelib}/gluster
@@ -1642,6 +1642,9 @@ exit 0
 %{_unitdir}/gluster-ta-volume.service
 
 %changelog
+* Fri May 22 2026 Rostislav Krasny <rostiprodev@gmail.com> - 11.2-8
+- Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 11.2-7
 - Rebuilt for openssl 4.0
 

                 reply	other threads:[~2026-06-14  4:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178141085892.1.17209884948323275030.rpms-glusterfs-b15bc3a90566@fedoraproject.org \
    --to=fed500@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox