* Add NovaLake * Auto discover paths for int3400 * Change to const ref for blockedlist_paths * Add ARM backend and enable ARM platform detection * Invoke parser_init before platform_match * Refactor Intel-specific logic into separate files * Use delegating constructors to avoid duplication * Annotate overridden methods with override * Update Release to 2.5.11 * Check for start path instead of anywhere * 2.5.11-rc release * Add NOT_EQUAL(4) comparison type for APCT * Fix some dbus test script and handling * Fix bug introduced while shuffling rapl cdev * Return error on non when file not present * Fix clang-tidy warning for thd_gddv * Change trip_pt_cdev_t to class * Avoid copy-by-value for sorting functions * Use C++11 default copy constructor and operator= * XML config file sanity * Add sysfs path for Wildcat Lake * Add Wildcat Lake to support list * Fix test scripts * Add rapl_controller back * Fix loglevel=debug * Change the config file path * Coverity fixes * Use unique_ptr to avoid manual memory management * Allow root only sender and allow only sysfs paths OBS-URL: https://build.opensuse.org/package/show/hardware/thermald?expand=0&rev=58
18 lines
705 B
Plaintext
18 lines
705 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="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>
|