public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcp] rawhide: Update to pcp-7.1.5
@ 2026-06-01 20:11 lmchilton
  0 siblings, 0 replies; only message in thread
From: lmchilton @ 2026-06-01 20:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcp
Branch : rawhide
Commit : ac2ca0050d27743efcb96f100e78ee9af6088ae4
Author : lmchilton <lauren.chilton26@gmail.com>
Date   : 2026-06-01T16:11:42-04:00
Stats  : +28/-11 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pcp/c/ac2ca0050d27743efcb96f100e78ee9af6088ae4?branch=rawhide

Log:
Update to pcp-7.1.5

---
diff --git a/pcp.spec b/pcp.spec
index ced537e..78599b8 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -1,5 +1,5 @@
 Name:    pcp
-Version: 7.1.4
+Version: 7.1.5
 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,19 +2316,33 @@ 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
+		;;
+	*)
+		if [ -f "$f" ]
+		then
+		    # fix Debian Multiarch pathname
+		    # usr/lib/*/libpcp... => usr/lib/libpcp...
+		    fix_f=`basename "$f"`.fixed
+		    sed -e 's@usr/lib/[*]/@usr/lib/@' <"$f" >"$fix_f"
+		    LIBFILELIST="$LIBFILELIST $fix_f"
+		fi
+		;;
     esac
 done
 DEVFILELIST=''
 for f in `echo $BACKDIR/debian/lib*-dev.{install,dirs}`
 do
-    [ -f "$f" ] && DEVFILELIST="$DEVFILELIST $f"
+    if [ -f "$f" ]
+    then
+	# fix Debian Multiarch pathname
+	# usr/lib/*/libpcp... => usr/lib/libpcp...
+	fix_f=`basename "$f"`.fixed
+	sed -e 's@usr/lib/[*]/@usr/lib/@' <"$f" >"$fix_f"
+	DEVFILELIST="$DEVFILELIST $fix_f"
+    fi
 done
 
 # Package split: pcp{-conf,-libs,-libs-devel,-testsuite,-import-*,-export-*}...
@@ -2690,7 +2704,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,6 +3426,9 @@ fi
 %files zeroconf -f pcp-zeroconf-files.rpm
 
 %changelog
+* Mon Jun 1 2026 Lauren Chilton <lchilton@redhat.com> - 7.1.5-1
+- Latest upstream release
+
 * 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

diff --git a/sources b/sources
index 17e4de5..b4ee7e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pcp-7.1.4.tar.gz) = 0c6e09b5ee43e7537aefd192c88ce909042a1f0ee71dbce2e03419ae278bb33e1e8631223d459a36cb4c3eaf0d454ddc57b8a82804f8722fda929779c64c61d6
+SHA512 (pcp-7.1.5.tar.gz) = 91565258869e0f04c3d7a53926c857d6a476d9a04b8c2cff40c5665d15440f02799c4780d8e348e2e2622092427af8f406e51d8249e3d623d0cc3c07dd12ba21

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 20:11 [rpms/pcp] rawhide: Update to pcp-7.1.5 lmchilton

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