27 Commits

Author SHA256 Message Date
Denisart Benjamin
87c81f4b36 Accepting request 577191 from home:dimstar:Factory
- Own %{_sysconfdir}/dbus-1/system.d and %{_sysconfdir}/dbus-1: in
  the past systemd happened to install things there and 'own' the
  directory for us, but that was just a coincidence.
- Replace systemd BuildRequires with pkgconfig(systemd), allowing
  OBS to pick systemd-mini for the build.

Addresses the build failure seen in openSUSE:Factory:
[   46s] tuned-2.8.0-2.3.noarch.rpm: directories not owned by a package:
[   46s]  - /etc/dbus-1
[   46s]  - /etc/dbus-1/system.d

OBS-URL: https://build.opensuse.org/request/show/577191
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=48
2018-02-22 11:41:28 +00:00
21bbd5cfee Accepting request 542201 from home:jloeser:branches:Base:System
check for `cpupower` binary and set attribute correctly (bsc#1055070)

OBS-URL: https://build.opensuse.org/request/show/542201
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=46
2017-11-16 12:33:45 +00:00
740afe8dc9 + Remove Patch: tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=44
2017-07-27 12:55:40 +00:00
9f4e1202ba Accepting request 510119 from home:fschnizlein:branches:Base:System
- Update to version 2.8.0:
  * builtin functions: parser not traceback if func expands to empty string
  * systemd: added support for older systemd CPUAffinity syntax
  * scheduler: do not traceback if process dissapears during enumeration
  * scheduler: fix more python-linux-procfs tracebacks
  * plugin_net: Fix invocation of execute()
  * cpu-partitioning: use tuna for cores isolation
  * builtin functions: add strip
  * bootloader: workaround for adding tuned_initrd to new kernels on restart
  * new release (2.8.0)
  + Add Patch: Fix category in desktop file for tuned-gui (fix-desktop-category.patch)
  + Add Patch: Remove unnecessary shebangs (remove-unnecessary-shebangs.patch)
  + Add Patch: Fix file permission for glade file (fix-glade-file-permission.patch)
  + Add rpmlintrc to silence unnecessary warnings
  = Modified Patches to apply with 2.8.0:
    - fix-allow-receive_sender-default.patch
    - use-cpupower-for-intel-perf-bias.patch

OBS-URL: https://build.opensuse.org/request/show/510119
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=43
2017-07-26 21:28:14 +00:00
Denisart Benjamin
185b14dacf Accepting request 354167 from home:pluskalm:branches:Base:System
- Update to 2.6.0
  * plugin_cpu: do not show error if cpupower or 
    x86_energy_perf_policy are missing
  * plugin_sysctl: fixed quoting of sysctl values
  * tuned-adm: added log file location hint to verify command output
  * libexec: fixed listdir and isdir in defirqaffinity.py
  * plugin_cpu: save and restore only intel pstate attributes that 
    were changed
  * functions: fixed sysfs save to work with options
  * plugins: added scsi_host plugin
  * tuned-adm: fixed restart attempt if tuned is not running
  * spec: fixed post scriptlet to work without grub
  * tuned-profiles-nfv: fix find-lapictscdeadline-optimal.sh for 
    CPUS where ns > 6500
  * functions: fixed restore_logs_syncing to preserve SELinux 
    context on rsyslog.conf
  * realtime: set unboud workqueues cpumask
  * spec: correctly remove tuned footprint from /etc/default/grub
  * gui: fixed creation of new profile
  * profiles: removed nohz_full from the realtime profile
  * profiles: Added nohz_full and nohz=on to realtime guest/host 
    profiles
  * profiles: fixed lapic_timer_adv_ns cache
  * plugin_sysctl: pass verification even if the option doesn't 
    exist
  * added support for 'summary' and 'description' of profiles, 
    extended D-Bus API for better Cockpit support

OBS-URL: https://build.opensuse.org/request/show/354167
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=41
2016-01-17 09:49:46 +00:00
Stephan Kulow
587b69d4d6 Accepting request 334789 from home:pluskalm:branches:Base:System
- Fix build for openSUSE Leap (lack of tmpfiles.d macro)

OBS-URL: https://build.opensuse.org/request/show/334789
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=39
2015-09-30 07:03:07 +00:00
13fd8ee5cb Accepting request 323671 from home:pluskalm:branches:Base:System
- Update to 2.5.1
  * plugin_scheduler: work with nohz_full (rhbz#1247184)
  * fixed realtime-virtual-guest/host profiles packaged twice 
    (rhbz#1249028)
  * fixed requirements of realtime and nfv profiles
  * fixed tuned-gui not starting (boo#937647)
  * various other minor fixes

OBS-URL: https://build.opensuse.org/request/show/323671
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=37
2015-08-17 20:33:33 +00:00
ae2ed4568c Accepting request 316844 from home:pluskalm:branches:Base:System
- tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
  * fixed indentation and tabs usage

OBS-URL: https://build.opensuse.org/request/show/316844
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=35
2015-07-15 11:30:42 +00:00
11670d30c6 Accepting request 316254 from home:pluskalm:branches:Base:System
- Update to 2.5.0
- Rebase patch:
  * tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch 
- Drop patch included in upstream
  * tuned-powertop2tuned-fix-KeyError-on-id-attribute.patch

OBS-URL: https://build.opensuse.org/request/show/316254
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=33
2015-07-13 11:59:01 +00:00
Denisart Benjamin
f4273c4f86 Accepting request 315866 from home:bmwiedemann:branches:Base:System
fix syntax (bnc#937647)

OBS-URL: https://build.opensuse.org/request/show/315866
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=32
2015-07-10 20:35:28 +00:00
Denisart Benjamin
7cf0298290 Accepting request 279948 from home:posophe:branches:Base:System
Add tuned-powertop2tuned-fix-KeyError-on-id-attribute.patch;
  fix bnc#888599

OBS-URL: https://build.opensuse.org/request/show/279948
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=30
2015-01-05 15:08:00 +00:00
Denisart Benjamin
7d660c5825 Accepting request 257369 from home:oholecek:branches:Base:System
- Update to version 2.4.1
  + plugin_disk: set_spindown and set_APM made independent (rhbz#976725)
  + plugin_bootloader: added check for grub2 (rhbz#1150047)
  + tuned-adm: fixed traceback on "tuned-adm list" (rhbz#1149162)
  + plugin_bootloader: 00_tuned do not return error if there is no cmdline (rhbz#1151768, bsc#901180)
  + fixed polkit configuration

- Remove tuned-2.4.0-polkit-tuned-gui-path.patch

OBS-URL: https://build.opensuse.org/request/show/257369
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=27
2014-10-17 13:57:23 +00:00
Denisart Benjamin
4bff336ccf Accepting request 255080 from home:posophe:branches:Base:System
Little fix

OBS-URL: https://build.opensuse.org/request/show/255080
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=25
2014-10-11 15:25:44 +00:00
Denisart Benjamin
d266a388f0 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=24 2014-10-10 12:23:57 +00:00
Denisart Benjamin
a527f03135 Accepting request 254973 from home:posophe:branches:Base:System
Updates + changes

OBS-URL: https://build.opensuse.org/request/show/254973
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=23
2014-10-10 12:23:15 +00:00
c8500f9107 Accepting request 235209 from home:jsegitz:branches:Base:System
- added necessary macros for systemd files

OBS-URL: https://build.opensuse.org/request/show/235209
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=21
2014-05-23 13:27:39 +00:00
745f1b62b5 Accepting request 228419 from home:trenn:branches:Base:System
- Use cpupower {info,set} -b to set Intel perf bias value instead of
  x86_energy_perf_policy we do not ship.
  Add use_cpupower_for_intel_perf_bias
- Add rctuned service link in /usr/sbin
- Mark pm-profiler obsoleted by this package

OBS-URL: https://build.opensuse.org/request/show/228419
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=19
2014-04-01 10:55:46 +00:00
Denisart Benjamin
d069ee8531 Accepting request 223409 from home:posophe:branches:Base:System
Just add patch in changes

OBS-URL: https://build.opensuse.org/request/show/223409
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=17
2014-02-21 15:55:38 +00:00
Denisart Benjamin
94505d21cf Accepting request 220638 from home:babelworx:ldig:branches:Base:System
license update: GPL-2.0+
No sign of GPL-2.0 (only) licensed components

OBS-URL: https://build.opensuse.org/request/show/220638
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=16
2014-02-02 21:49:11 +00:00
Denisart Benjamin
03e47b0d68 Accepting request 212025 from home:posophe:branches:Base:System
update

OBS-URL: https://build.opensuse.org/request/show/212025
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=15
2013-12-22 15:44:27 +00:00
Denisart Benjamin
5d04abe001 Accepting request 204062 from home:sumski:hazard:to:your:stereo
Adjust Requires again: we are openSUSE, not Fedora, so require python-gobject2 instead of non-existant pygobject2

OBS-URL: https://build.opensuse.org/request/show/204062
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=14
2013-10-20 21:22:39 +00:00
a4b19407cf Accepting request 203443 from home:sumski:hazard:to:your:stereo
Update to version 2.2.2 (built successfully, as i cheated, and built rpmlint in my branch)

OBS-URL: https://build.opensuse.org/request/show/203443
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=13
2013-10-16 08:03:04 +00:00
Denisart Benjamin
b0deb9a8bf Accepting request 154905 from home:posophe:branches:Base:System
Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/154905
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=12
2013-02-08 11:51:42 +00:00
Denisart Benjamin
c914a2717f Accepting request 146356 from home:posophe:branches:Base:System
Update to 2.1.1 and some changes

OBS-URL: https://build.opensuse.org/request/show/146356
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=11
2012-12-24 20:42:04 +00:00
Denisart Benjamin
c835758e11 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=9 2012-10-30 18:46:48 +00:00
Denisart Benjamin
8904f5ff58 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=6 2012-10-30 14:11:06 +00:00
Andreas Jaeger
82f6f347b4 Accepting request 139769 from home:avli
laptop-mode-tools doesn't support systemd. Tuned is an alternative whose works fine with systemd, developped by redhat

OBS-URL: https://build.opensuse.org/request/show/139769
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=1
2012-10-30 13:29:21 +00:00