public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: lmchilton <lauren.chilton26@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcp] rawhide: Update to pcp-7.1.5
Date: Mon, 01 Jun 2026 20:11:43 GMT [thread overview]
Message-ID: <178034470310.1.7117451851949080296.rpms-pcp-ac2ca0050d27@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-01 20:11 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=178034470310.1.7117451851949080296.rpms-pcp-ac2ca0050d27@fedoraproject.org \
--to=lauren.chilton26@gmail.com \
--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