- Replace fix_qcustomplot_name.patch with 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch - Update to version 2.5.10.4.git+f284686: * itmt3 support * Compile issue on i586 for time_t print * Fix version in README.txt * Update version to 2.5.10 * Release 2.5.10 * Fix coverity reported error * Check for target code ITMT3 * Update Panther Lake sysfs paths * Use correct format specifier for time_t * Don't reset clamp bit for MSR RAPL * Add power floor event processing * Dynamic zone: Fix the call to add cdevs * Also fix dir leak on error return path * Fix resource leak on opened dir descriptor * Release 2.5.9 * Intel P-state passive mode * Add Panther Lake to the supported list * Auto detect int3400 base path * Fix file descriptor leaks on error return paths * src: thd_dbus_interface: add extra sanity check on introspection_data * test: Fix spelling mistake "Ploting" -> "Plotting" * Update kernel module for API update * gddv test file generator * Load GDDV from a file * Replace " \n" with "\n" * Release 2.5.8 OBS-URL: https://build.opensuse.org/package/show/hardware/thermald?expand=0&rev=52
19 lines
750 B
Plaintext
19 lines
750 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/intel/thermal_daemon.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">master</param>
|
|
<!-- Work around https://github.com/intel/thermal_daemon/issues/487 -->
|
|
<param name="parent-tag">v2.5.10</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|