24c2d0e20f
- Update to 3.11.8 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.11.8 for details. - Remove 0010-build-do-not-include-.gitignore-in-installed-file-se.patch + Upstream - Drop pcp-webjs.src.tar.gz + https://github.com/performancecopilot/pcp-webjs/issues/3 + Vector will be pulled in from the upstream source in future - Enable pmda-systemd package + libsystemd pkg-config detection fixed upstream - New packages + pcp-devel: Upstream split of non-essential devel packages from libpcp-devel + pcp-pmda-bind2 + pcp-pmda-docker + pcp-pmda-lio + pcp-pmda-nutcracker + pcp-pmda-oracle + pcp-pmda-redis + pcp-pmda-libvirt + pcp-export-pcp2influxdb - Update to 3.10.9 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.9 for details. - Drop obsolete 0001-Fix-XEN-build.patch + PCP_PS_ALL_FLAGS now used explicitly - Add 0010-build-do-not-include-.gitignore-in-installed-file-se.patch - Split out a number of agents from the base package into separate rpms - Disable sheet2pcp OBS-URL: https://build.opensuse.org/request/show/483206 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=49
18 lines
572 B
Plaintext
18 lines
572 B
Plaintext
<services>
|
|
<service name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/performancecopilot/pcp.git</param>
|
|
<param name="filename">pcp</param>
|
|
<param name="revision">3d9cb4fad25d7d0406a571157645a028d5d3a5c2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service name="set_version">
|
|
<param name="basename">pcp</param>
|
|
</service>
|
|
</services>
|