public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcp] f44: Update to pcp-7.1.4
@ 2026-07-01 20:14 Jan Kurik
  0 siblings, 0 replies; only message in thread
From: Jan Kurik @ 2026-07-01 20:14 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcp
Branch : f44
Commit : a3d88558889e7e0aba3de4e10c297de899b9027d
Author : Jan Kurik <jkurik@redhat.com>
Date   : 2026-05-25T08:11:52+02:00
Stats  : +16/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcp/c/a3d88558889e7e0aba3de4e10c297de899b9027d?branch=f44

Log:
Update to pcp-7.1.4

---
diff --git a/pcp.spec b/pcp.spec
index dcf1c6a..ced537e 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -1,5 +1,5 @@
 Name:    pcp
-Version: 7.1.2
+Version: 7.1.4
 Release: 1%{?dist}
 Summary: System-level performance monitoring and performance management
 License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0
@@ -2316,13 +2316,13 @@ for f in `echo $BACKDIR/debian/lib*.{install,dirs}`
 do
     case "$f"
     in
-	*-dev.*)
-		# skip libpcp<foo>-dev.{install,dirs} ones, they'll
-		# be collected in $DEVFILELIST
-		;;
-	*)
-		[ -f "$f" ] && LIBFILELIST="$LIBFILELIST $f"
-		;;
+        *-dev.*)
+            # skip libpcp<foo>-dev.{install,dirs} ones, they'll
+            # be collected in $DEVFILELIST
+            ;;
+        *)
+            [ -f "$f" ] && LIBFILELIST="$LIBFILELIST $f"
+            ;;
     esac
 done
 DEVFILELIST=''
@@ -2690,7 +2690,7 @@ needinstall='sample simple'
 for PMDA in $needinstall ; do
     if ! grep -q "$PMDA/pmda$PMDA" "$PCP_PMCDCONF_PATH"
     then
-	%{install_file "$PCP_PMDAS_DIR/$PMDA" .NeedInstall}
+       %{install_file "$PCP_PMDAS_DIR/$PMDA" .NeedInstall}
     fi
 done
 %if 0%{?rhel}
@@ -3412,11 +3412,16 @@ fi
 %files zeroconf -f pcp-zeroconf-files.rpm
 
 %changelog
+* Mon May 25 2026 Jan Kurik <jkurik@redhat.com> - 7.1.4-1
+- Latest upstream release
+- Fixed mixed use of tabs and spaces to make rpmlint happy
+- Fixed format of some records in %changelog
+
 * Fri Apr 24 2026 Lauren Chilton <lchilton@redhat.com> - 7.1.2-1
-Latest upstream release.
+- Latest upstream release.
 
 * Wed Apr 1 2026 Lauren Chilton <lchilton@redhat.com> - 7.1.1-1
-Latest upstream release
+- Latest upstream release
 
 * Sun Mar 15 2026 William Cohen <wcohen@redhat.com> - 7.1.0-6
 - Add selinux fixes for rocestat and nvidia pmdas.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-01 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 20:14 [rpms/pcp] f44: Update to pcp-7.1.4 Jan Kurik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox