mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
chore: update spec file version to 6.1.9
This commit is contained in:
@@ -66,11 +66,8 @@ impl CtrlFanCurveZbus {
|
|||||||
info!("Fetching default fan curves");
|
info!("Fetching default fan curves");
|
||||||
|
|
||||||
let current = platform.get_platform_profile()?;
|
let current = platform.get_platform_profile()?;
|
||||||
for this in [
|
let profiles = platform.get_platform_profile_choices()?;
|
||||||
PlatformProfile::Balanced,
|
for this in profiles {
|
||||||
PlatformProfile::Performance,
|
|
||||||
PlatformProfile::Quiet,
|
|
||||||
] {
|
|
||||||
// For each profile we need to switch to it before we
|
// For each profile we need to switch to it before we
|
||||||
// can read the existing values from hardware. The ACPI method used
|
// can read the existing values from hardware. The ACPI method used
|
||||||
// for this is what limits us.
|
// for this is what limits us.
|
||||||
|
|||||||
@@ -20,9 +20,9 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define version 6.1.8
|
%define version 6.1.9
|
||||||
%define specrelease %{?dist}
|
%define specrelease %{?dist}
|
||||||
%define pkg_release 8%{specrelease}
|
%define pkg_release 9%{specrelease}
|
||||||
|
|
||||||
# Use hardening ldflags.
|
# Use hardening ldflags.
|
||||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||||
|
|||||||
Reference in New Issue
Block a user