Commit Graph

88 Commits

Author SHA256 Message Date
Martin Schreiner
49b389c0bc Accepting request 1174090 from home:mschreiner:branches:Base:System
- Remove 0011-disable-redis-proxying-by-default.patch. This patch has
  been merged upstream during the 6.2.1 release.
- Add new subpackage: pcp-pmda-uwsgi.
- Upgrade to 6.2.1. Changelog:
  - PMDA additions, enhancements and bug fixes:
    pmdauwsgi: (new) instrumentation from uWSGI servers
    pmdalinux: new hugepage metrics from sysfs (fixed size hugepages)
    pmdalinux: new filesys.uuid and filesys.type metrics
    pmdalinux: new TcpExt metrics from /proc/net/netstat
    pmdalinux: new softnet metrics from newer kernel versions
    pmdalinux: new /proc/vmstat khugepaged metrics
    pmdabpf: updates to add eBPF networking metrics for pcp-atop
    pmdaopenmetrics: fix script error diagnostic cascading exception
  - Client tools and utilities:
    pcp2openmetrics: (new) push PCP metrics in OpenMetrics format
    pmcheck: (new) interrogate and control PCP components
    pmcheck: Redis server detection and agent recommendation
    pmcheck: PostgreSQL server detection and agent recommendation
    pmcheck: uwSGI server detection and agent recommendation
    pcp-atopsar: fix TZ mishandling relating to day-crossover
    pcp-dstat: fix an I/O config typo, sum reads and writes
    pcp-htop: sync latest htop-3.3.0 fixes
    pmrep.conf: use bpf instead of bcc pmda for proc net metrics
    pmrep.conf: proc-essential cosmetic improvements
    pmrep.conf: remove vmeff field from sar -B config
    pmrepconf: use pmrep-internal representations for each metric
  - Server-side utilities and log management scripts:
    pmlogger: bizarre timezone fix (github #1936)
    pmlogger: improve handling of a change in metadata semantics
    pmlogdump: add support for multi-archive contexts

OBS-URL: https://build.opensuse.org/request/show/1174090
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=137
2024-05-14 22:01:03 +00:00
Martin Schreiner
e6c3f70329 Accepting request 1167788 from home:dirkmueller:Factory
- move pmlogger_daily into main package (bsc#1222815)
- fix compile flags conflusion

- Replace references to /var/adm/fillup-templates with new
- filter out -fomit-frame-pointer to fix build
- fix build with GCC44, #ident is a deprecated GCC extension
- fix build failure in obs
  (package could possibly be updated anyway)
- don't build as root
  (deprecated calling syntax for head,tail,sort)
- make it compile with latest glibc (pcp-2.2.2-st_mtime.patch)
- use yacc instead of bison for now (make it compile)
- fix bug #13321: made init script pmie LSB compliant
- move rcscript to etc/init.d

OBS-URL: https://build.opensuse.org/request/show/1167788
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=135
2024-04-17 09:31:12 +00:00
Martin Schreiner
3cb6094dd2 Accepting request 1164379 from home:mschreiner:branches:Base:System
- Add fix for bsc#1222121:
  * 0011-disable-redis-proxying-by-default.patch

- Upgrade to 6.2.0 (bsc#1217826):
  * Changes from pcp-6.2.0:
    - Client tools and utilities:
    pmlogger: default to creating version 3 PCP archives
    pmie, pmlogger, pmcd, pmproxy: init script hardening to
    run less as root:root, more as pcp:pcp and more safely
    pcp-reboot-init: new systemd service for $PCP_RC_DIR setup
    pcp2arrow: new, export metrics to parquet format for pandas
    pcp-atop: deterministic process sort when handling NULLs
    pcp-atop: update to v2.10.0 upstream code
    pcp-htop: update to latest upstream fixes
    pcp-geolocate: function with older versions of python
    pcp-meminfo: resolve possible 'broken pipe' diagnostics
    pcp-ss: fix handling of listening state sockets to match ss
    pcp-ss: fix the UDP UNCONN vs LISTEN state handling
    - PMDA additions, enhancements and bug fixes:
    pmdaproc: improvements for process accounting metrics
    pmdalinux: add pgpromote* and pgdemote* memory metrics
    pmdalinux: add metric sysfs.module.zswap.max_pool_percent
    pmdalinux: add new SNMP metric network.ip.outtransmits
    pmdasummary: send state change 0 (no change) back to pmcd
    pmdapostgresql: support the psycopg3 python module as well
    pmdaopenmetrics: kepler support - live metrics and logging
    - Server-side utilities and log management scripts:
    pmlogrewrite, pmlogredact: fix for missing data volumes
    pmcd: cosmetic change to avoid pipe2 name clash
    runaspcp: new helper utility for unprivileged rc scripts

OBS-URL: https://build.opensuse.org/request/show/1164379
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=133
2024-04-08 14:24:12 +00:00
Martin Schreiner
3ce356b632 Accepting request 1153323 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1153323
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=131
2024-02-29 18:09:42 +00:00
Martin Schreiner
bfa334ff02 Accepting request 1143519 from home:tinita:branches:Base:System
- Change YAML::XS::LibYAML to YAML::XS as this is the module to be used

The documented usage is `use YAML::XS 'Load'`.

I also searched the pcp code and that is what they are using: https://github.com/search?q=repo%3Aperformancecopilot%2Fpcp%20YAML%3A%3AXS&type=code

Using YAML::XS::LibYAML::Load() even coredumps here.
So I think it would be better to require the official module here.

It might also need an upstream fix. I'll try to make a PR to the git repo.

OBS-URL: https://build.opensuse.org/request/show/1143519
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=129
2024-02-09 16:53:18 +00:00
6ad5d512a1 declare the users/groups we create in the preinstall scripts
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=127
2023-12-14 09:38:15 +00:00
99a7100938 Accepting request 1129284 from home:mschreiner:branches:Base:System
- This version *does not* break API or ABI compatibility with the
  previous 5.2.5 release.
- Remove 0009-remove-rundir-install.patch. Obsoleted.
- Remove 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch.
  Obsoleted.
- Various minor changes/improvements to the RPM spec file.
- Upgrade to 5.3.7. This is the latest release in the 5.X series.

OBS-URL: https://build.opensuse.org/request/show/1129284
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=125
2023-11-28 13:29:05 +00:00
Martin Schreiner
926203c0c9 Accepting request 1127345 from home:dimstar:Factory
- Only auto-trigger pcp-pmda-postfix for automatic installation
  when pcp and postfix are present. Supplementing pcp alone would
  auto-install postfix on all systems.
- Supplement pcp-pmda-rsyslog against pcp and rsyslog.

"Supplements: pcp" alone is the same as pcp Recommends: the subpackages.

OBS-URL: https://build.opensuse.org/request/show/1127345
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=123
2023-11-22 18:23:12 +00:00
David Disseldorp
06a3868b2b Accepting request 1000289 from home:dmdiss:pcp_53
- Add back Wants=pmcd from pmlogger and pmie services; (bsc#1202896)
  + 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch

OBS-URL: https://build.opensuse.org/request/show/1000289
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=121
2022-08-30 14:16:42 +00:00
David Disseldorp
6444b38826 Accepting request 981465 from home:dmdiss:pcp_53
- Workaround intermittent build-time package preun failures by dropping
  PMDA Remove script invocation; (bsc#1197796)

- Adjust systemd service types and remove deprecated KillMode=none;
  (bsc#1186511)
  + 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch

OBS-URL: https://build.opensuse.org/request/show/981465
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=119
2022-06-09 09:29:04 +00:00
c9072ab435 Accepting request 977626 from home:dmdiss:pcp_53
- Upgrade to 5.2.5
- heaps of changes; see changelog
  + drop upstream 0007-pmns-Make-drop-duplicate-if-else.patch
  + drop upstream 0008-fixes-for-GH-1140-PCP_TMPFILE_DIR-used-in-build.patch

OBS-URL: https://build.opensuse.org/request/show/977626
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=117
2022-05-29 18:56:24 +00:00
66a62d2f35 Accepting request 977481 from home:dimstar:Factory
- Fix a few rpmlint errors (to at least get below the 1000 mark)
  (boo#1199558):
  + make libpcp-devel require libpcp_gui: the devel package
    installs a symlink pointing to that library, so anything
    willing to link it would fail
    libpcp-devel.x86_64: E: no-library-dependency-on libpcp_gui2 /usr/lib64/libpcp_gui.so.2
    The package misses dependency on a package which file it links to.
  + Call fdupes over /var/lib/pcp/testsuite to solve
    pcp-testsuite.x86_64: W: files-duplicate
  + W: macro-in-comment: escape the relevant macros using %%
  + Filter out W: potential-bashisms for pcp-testsuite.

OBS-URL: https://build.opensuse.org/request/show/977481
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=115
2022-05-16 09:23:09 +00:00
David Disseldorp
48030bfbf6 Update changelog to carry jsc#CSD-124 reference for dependency changes.
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=113
2022-03-10 13:27:36 +00:00
David Disseldorp
14e74695d7 Accepting request 952213 from home:dimstar:Factory
- Own %{_datadir}/zsh and %{_datadir}/zsh/site-functions: we have
  no guaranteed owner of these directories in the buildroot.

  detects systemd

OBS-URL: https://build.opensuse.org/request/show/952213
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=112
2022-02-07 16:35:24 +00:00
David Disseldorp
481e798ebd Accepting request 940480 from home:kukuk:branches:Base:System
- Remove sysconfig dependencies, this is not the equivalent of
  the initscripts package and completly unneeded here.
- Add missing hostname requires

OBS-URL: https://build.opensuse.org/request/show/940480
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=111
2021-12-14 13:58:59 +00:00
David Disseldorp
cbd2b5530a Accepting request 892268 from home:oertel:branches:Base:System
- also buildrequire pkgconfig(systemd) to make sure configure
  detects systemd

OBS-URL: https://build.opensuse.org/request/show/892268
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=109
2021-05-11 21:59:45 +00:00
c60e5bfb1c Accepting request 878744 from home:jengelh:branches:Base:System
- Replace ancient RPM variables by modern equivalents.
- Drop support for the ancienst of SUSE and Fedora.

OBS-URL: https://build.opensuse.org/request/show/878744
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=107
2021-04-17 14:23:17 +00:00
David Disseldorp
9c64000986 Accepting request 873350 from home:dmdiss:pcp_522
- Disable pcp-pmda-libvirt to avoid build dependency loop

OBS-URL: https://build.opensuse.org/request/show/873350
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=105
2021-02-18 11:33:19 +00:00
David Disseldorp
0c6e889995 Accepting request 873234 from home:dmdiss:pcp_522
- Add SUSE specific dejavu-fonts dependency for pcp-gui sans

OBS-URL: https://build.opensuse.org/request/show/873234
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=104
2021-02-17 22:42:16 +00:00
David Disseldorp
1abd95a65a Accepting request 872213 from home:dmdiss:pcp_522
- Spec file fixes and cleanups
  + disable pcp-export-zabbix-agent to avoid conflicting /etc/zabbix/
    ownership.
  + fix unversioned Provides
  + remove unused python2 build logic and unconditionally enable python3
  + 0009-remove-rundir-install.patch

OBS-URL: https://build.opensuse.org/request/show/872213
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=102
2021-02-15 00:26:25 +00:00
David Disseldorp
407d51349a Mention another patch which is in the upstream tarball.
+ build-drop-old-config-file-transition-code-from-rpm-.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=101
2021-02-11 15:02:33 +00:00
David Disseldorp
00982bbc3d - Changelog for patches carried as part of 5.2.2 source tarball:
+ 0007-pmdas-perf-Add-cpunumber-option-for-dynamic-perf-eve.patch
  + 0008-pmdas-perf-Add-support-for-hv_24x7-nest-events-on-mu.patch
  + 0009-qa-perfevent-Test-hv_24x7-events-on-multinode.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=100
2021-02-11 09:47:10 +00:00
David Disseldorp
d969e24040 Accepting request 871004 from home:dmdiss:pcp_522
- Drop unnecessary %pre/%post recursive chown calls; (bsc#1152533)
- Merge SLE changelog entries

OBS-URL: https://build.opensuse.org/request/show/871004
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=99
2021-02-10 23:55:17 +00:00
f4f94002b8 Accepting request 870679 from home:dmdiss:pcp_522
- Upgrade to 5.2.2; (jsc#SLE-16929)
  + improvements to client tools and utilities
  + new pmdabpftrace monitoring agent
  + pmdaperfevent enhancements
  + pmproxy, libpcp_web and libpcp hardening and improvements
  + assorted bug fixes
  + obsolete pcp-manager discovery service, now provided by pmfind
  + improved FHS compliance
- Remove upstreamed:
  + 0001-Add-missing-includes-in-Qt-5.15-beta2.patch
- Rebase against upstream (faeb2507f):
  + 0001-Install-libraries-without-exec-permission.patch
- Fix build with -fno-common; (bsc#1160411)
- Merge upstream build-time tmpdir fixes
  + 0007-pmns-Make-drop-duplicate-if-else.patch
  + 0008-fixes-for-GH-1140-PCP_TMPFILE_DIR-used-in-build.patch

OBS-URL: https://build.opensuse.org/request/show/870679
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=98
2021-02-09 21:45:47 +00:00
David Disseldorp
6ee429acc9 Accepting request 828927 from home:dimstar:Factory
- Do not mangle libexecdir: the distro defaults are right in all
  cases.

OBS-URL: https://build.opensuse.org/request/show/828927
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=96
2020-08-24 12:21:43 +00:00
David Disseldorp
cd0ffb43a3 Accepting request 796150 from home:marxin:branches:Base:System
- Add -fcommon in order to fix boo#1160411.

OBS-URL: https://build.opensuse.org/request/show/796150
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=94
2020-04-22 08:42:54 +00:00
David Disseldorp
0869e7f616 Accepting request 789058 from home:alarrosa:branches:Base:System
- Add patch (submitted to upstream) to fix missing includes with Qt 5.15:
  * 0001-Add-missing-includes-in-Qt-5.15-beta2.patch

OBS-URL: https://build.opensuse.org/request/show/789058
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=92
2020-03-30 10:26:36 +00:00
David Disseldorp
4df3ab4be7 Accepting request 761825 from home:dimstar:Factory
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
  allow OBS to shortcut through -mini flavors.

OBS-URL: https://build.opensuse.org/request/show/761825
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=90
2020-01-08 11:55:38 +00:00
David Disseldorp
8d63ccfdc5 Accepting request 734379 from home:lnussel:branches:Base:System
- don't call 'cd' avoid relying on $HOME beeing set during rpm installation

OBS-URL: https://build.opensuse.org/request/show/734379
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=88
2019-10-03 12:03:41 +00:00
David Disseldorp
3dd1fd4832 Accepting request 727810 from home:dmdiss:pcp_434
- Fix python library dependencies broken via shared library packaging policy
  split; (bsc#1129991).

OBS-URL: https://build.opensuse.org/request/show/727810
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=86
2019-09-02 15:32:55 +00:00
David Disseldorp
694a1492e9 Accepting request 725334 from home:dmdiss:pcp_434
- Upgrade to 4.3.4
  + pmchart, pmseries, pcp-dstat, pmrep and pcp-atop UI fixes and
    improvements
  + pmdalinux, pmdaproc and pmdabcc fixes
  + pmproxy REST API changes and TLS support
  + libpcp_pmda and libpcp_web fixes and support for Redis clustering
  + various build and documentation changes
  + libpcp_web: refactoring and support for Redis cluster protocol
  + deprecate pmdapapi, upgrade to perfevent

OBS-URL: https://build.opensuse.org/request/show/725334
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=84
2019-08-22 14:57:54 +00:00
8b72f67528 Accepting request 697622 from home:marxin:branches:Base:System
Disable LTO (boo#1133273).

OBS-URL: https://build.opensuse.org/request/show/697622
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=82
2019-05-01 06:33:15 +00:00
David Disseldorp
f57c62a5bb - Split out zeroconf, pmda-haproxy, pmda-smart, pmda-prometheus,
pcp2elasticsearch, pcp2json, pcp2spark, and pmlogger_daily_report files
  into separate packages, matching upstream; (bsc#1128523).
- Fix incorrect dependencies for rewritten monitoring agents; (bsc#1128606).
- Ensure symlink sources and targets are in the same package; (bsc#1127978).
- Move pcp-dstat into the pcp-system-tools package; (bsc#1127978).

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=79
2019-03-10 17:04:29 +00:00
David Disseldorp
cfe493e294 Accepting request 682435 from home:bmwiedemann:branches:Base:System
override build date to make package build reproducible (boo#1047218)
drop unreproducible perfevent_coverage program (boo#1040589)
 - not sure if it is needed for anything, but it is only in the testsuite
the non-determinism seems to come via gcc -fprofile-arcs -ftest-coverage
or --coverage -fbranch-probabilities params

OBS-URL: https://build.opensuse.org/request/show/682435
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=78
2019-03-07 13:43:00 +00:00
David Disseldorp
9332eeb941 Accepting request 680546 from home:dmdiss:bsc1077777_pcp_43_drop_python2
Update changelog.

OBS-URL: https://build.opensuse.org/request/show/680546
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=76
2019-03-01 15:56:54 +00:00
David Disseldorp
e43865979e Accepting request 680467 from home:dmdiss:bsc1077777_pcp_43_drop_python2
- Upgrade to 4.3.1; (bsc#1127437).
- Drop upstreamed patches:
  0004-create-pmlogger-and-pmie-logdirs-during-install.patch
  0007-pmie-add-systemd-timers-as-cron-alternative.patch
  0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch
  0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch
  0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch

- Drop python2 support for Factory and SLES15-SP1; (bsc#1077777).

OBS-URL: https://build.opensuse.org/request/show/680467
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=75
2019-03-01 11:41:32 +00:00
David Disseldorp
39af90dafd - export PACKAGE_DISTRIBUTION="suse" for build; (bsc#1123311).
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=74
2019-02-06 14:22:46 +00:00
David Disseldorp
2a4488bce9 - Drop distribution-release build dependency completely; (bsc#1123311).
+ modify 0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=72
2019-01-31 13:01:12 +00:00
David Disseldorp
d4dbc22297 - Replace openSUSE/sles-release build dependency; (bsc#1123311).
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=71
2019-01-30 10:35:38 +00:00
David Disseldorp
5144fe5443 - Drop conflicting dstat symlink; (bsc#1122502).
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=69
2019-01-18 13:14:45 +00:00
David Disseldorp
0ce8d1aab1 Accepting request 666263 from home:dmdiss:bsc1121920_add_missing_pmda_bins
- Package missing PMDA binaries; (bsc#1121920).
  + refresh 0001-Install-libraries-without-exec-permission.patch
- Don't package pmns .NeedRebuild flag; (bsc#1092160).
  + add 0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch

- Upgrade to 4.3.0; (bsc#1121914).
- Refreshed patches
  0001-Install-libraries-without-exec-permission.patch
  0007-pmie-add-systemd-timers-as-cron-alternative.patch
  0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch
  0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch

OBS-URL: https://build.opensuse.org/request/show/666263
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=68
2019-01-15 15:05:04 +00:00
David Disseldorp
11e58cbd92 Accepting request 663748 from home:jengelh:branches:Base:System
- Combine systemd service calls to save on macro
  generated boilerplate.

OBS-URL: https://build.opensuse.org/request/show/663748
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=66
2019-01-08 15:51:40 +00:00
David Disseldorp
e303564cab Accepting request 663403 from home:dmdiss:fate326864_pcp_42
- Use systemd timers instead of crontab; (bsc#1115413).
  + 0007-pmie-add-systemd-timers-as-cron-alternative.patch
  + 0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch
  + 0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch

- Upgrade to 4.2.0 (fate#326865)
- python package dependency changes
  + add setuptools and python-requests
  + fix python-jsonpointer
  + disable pcp-pmda-postgresql due to missing psycopg2 dependency

OBS-URL: https://build.opensuse.org/request/show/663403
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=65
2019-01-08 10:31:11 +00:00
Klaus Kämpf
4c9c407f67 Accepting request 634471 from home:kwk:branches:Base:System
- Upgrade to 4.1.1
- renamed patches
  0002-Install-libraries-without-exec-permission.patch
  to 0001-Install-libraries-without-exec-permission.patch
  0005-Remove-runlevel-4-from-init-scripts.patch
  to 0003-Remove-runlevel-4-from-init-scripts.patch
  0006-create-pmlogger-and-pmie-logdirs-during-install.patch
  to 0004-create-pmlogger-and-pmie-logdirs-during-install.patch
  0008-SUSE-fy-pmsnap-control-path.patch
  to 0005-SUSE-fy-pmsnap-control-path.patch
  0009-pmsnap-control-var-www-srv-www.patch
  to 0006-pmsnap-control-var-www-srv-www.patch
- obsolete (upstream)
  sysmacros.patch
  0003-pcp-legacy-init-lsb.patch
  0007-Honor-CFLAGS-in-qmake.patch
  
- new
  0002-Remove-CPAN-rpaths.patch
  0003-pcp-legacy-init-lsb.patch
  0007-Honor-CFLAGS-in-qmake.patch

OBS-URL: https://build.opensuse.org/request/show/634471
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=63
2018-09-08 14:50:14 +00:00
David Disseldorp
99f7f0ba58 Accepting request 627816 from home:Andreas_Schwab:glibc:rebuild
- sysmacros.patch: Include <sys/sysmacros.h> for major/minor/makedev
- Use %license for COPYING
- Don't exclude post-build-checks

OBS-URL: https://build.opensuse.org/request/show/627816
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=61
2018-08-07 08:42:26 +00:00
7aa40e3a26 Accepting request 544691 from home:RBrownSUSE:branches:Base:System
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544691
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=59
2017-11-24 10:18:05 +00:00
David Disseldorp
c1ada6e939 - Enable QT5 builds for Factory (suse_version > 1320); (bsc#1056477).
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=57
2017-08-30 23:34:31 +00:00
David Disseldorp
f0f7de0320 - Ensure sysconfig files are populated from templates during installation;
(bsc#1056397).

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=56
2017-08-30 13:55:28 +00:00
David Disseldorp
6758a91747 - Add weak pcp dependency to pmdas that were split out from the base package
in the 3.10->3.11 update; (bsc#1055503).

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=55
2017-08-24 16:13:24 +00:00
David Disseldorp
16aef573a0 Accepting request 505499 from home:dmdiss:pcp-311
- Fix a number of file manifest conflicts.
- Drop lio pmda on SUSE systems without proper rtslib-fb dependency.

OBS-URL: https://build.opensuse.org/request/show/505499
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=53
2017-06-21 15:42:20 +00:00