public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glusterfs] f44: Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va
@ 2026-06-14 4:04 Rostislav Krasny
0 siblings, 0 replies; only message in thread
From: Rostislav Krasny @ 2026-06-14 4:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glusterfs
Branch : f44
Commit : 70c144a1f37aaf6460db478c58a1cb5fe00043a2
Author : Rostislav Krasny <rostiprodev@gmail.com>
Date : 2026-05-22T20:43:12+03:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glusterfs/c/70c144a1f37aaf6460db478c58a1cb5fe00043a2?branch=f44
Log:
Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va
See https://bugzilla.redhat.com/show_bug.cgi?id=2480773
Signed-off-by: Rostislav Krasny <rostiprodev@gmail.com>
---
diff --git a/glusterfs.spec b/glusterfs.spec
index 1711965..5a53256 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: 5%{?prereltag:%{prereltag}}%{?dist}
+Release: 6%{?prereltag:%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
-Release: 0.@PACKAGE_RELEASE@%{?dist}.27
+Release: 0.@PACKAGE_RELEASE@%{?dist}.28
%endif
License: GPL-2.0-only OR LGPL-3.0-or-later
URL: http://docs.gluster.org/
@@ -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
@@ -1642,6 +1642,9 @@ exit 0
%{_unitdir}/gluster-ta-volume.service
%changelog
+* Fri May 22 2026 Rostislav Krasny <rostiprodev@gmail.com> - 11.2-6
+- Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 11.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-14 4:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 4:04 [rpms/glusterfs] f44: Add %ghost to clean up /run/gluster/metrics from missing report of rpm -Va Rostislav Krasny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox