]> git.pld-linux.org Git - packages/pcp.git/commitdiff
- fix detection of latest systemd auto/th/pcp-3.10.0-15
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 1 Jul 2017 09:24:21 +0000 (11:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 1 Jul 2017 09:24:21 +0000 (11:24 +0200)
- rel 15

pcp.spec
systemd.patch [new file with mode: 0644]

index ed26896ebf216303de7b847af5f04169ea1d1cf2..35ba26d8dc9eadf1779706bec089fd93d0a77020 100644 (file)
--- a/pcp.spec
+++ b/pcp.spec
@@ -13,7 +13,7 @@ Summary:      Performance Co-Pilot - system level performance monitoring and manageme
 Summary(pl.UTF-8):     Performance Co-Pilot - monitorowanie i zarządzanie wydajnością na poziomie systemu
 Name:          pcp
 Version:       3.10.0
-Release:       14
+Release:       15
 License:       LGPL v2.1 (libraries), GPL v2 (the rest)
 Group:         Applications/System
 Source0:       ftp://oss.sgi.com/projects/pcp/download/%{name}-%{version}.src.tar.gz
@@ -24,6 +24,7 @@ Patch2:               %{name}-nspr.patch
 Patch3:                %{name}-saslconfdir.patch
 Patch4:                %{name}-rpm.patch
 Patch5:                python-install.patch
+Patch6:                systemd.patch
 URL:           http://oss.sgi.com/projects/pcp/
 BuildRequires: autoconf >= 2.60
 BuildRequires: avahi-devel
@@ -224,6 +225,7 @@ Sondy systemtap/dtrace dla PCP.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__autoconf}
diff --git a/systemd.patch b/systemd.patch
new file mode 100644 (file)
index 0000000..6296207
--- /dev/null
@@ -0,0 +1,11 @@
+--- pcp-3.10.0/configure.ac~   2017-07-01 10:57:29.000000000 +0200
++++ pcp-3.10.0/configure.ac    2017-07-01 11:11:40.955209598 +0200
+@@ -1216,7 +1216,7 @@
+ fi
+ AC_SUBST(lib_for_regex)
+-PKG_CHECK_MODULES([SYSTEMD], [libsystemd-journal],
++PKG_CHECK_MODULES([SYSTEMD], [libsystemd],
+                   [pmda_systemd=true], [pmda_systemd=false])
+ AC_SUBST(PMDA_SYSTEMD, $pmda_systemd)
This page took 0.106656 seconds and 4 git commands to generate.