Skip to content

Commit

Permalink
chore: update spec file version to 6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flukejones committed Mar 3, 2025
1 parent 192e5cc commit aee465a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions asusd/src/ctrl_fancurves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ impl CtrlFanCurveZbus {
info!("Fetching default fan curves");

let current = platform.get_platform_profile()?;
for this in [
PlatformProfile::Balanced,
PlatformProfile::Performance,
PlatformProfile::Quiet,
] {
let profiles = platform.get_platform_profile_choices()?;
for this in profiles {
// For each profile we need to switch to it before we
// can read the existing values from hardware. The ACPI method used
// for this is what limits us.
Expand Down
4 changes: 2 additions & 2 deletions distro-packaging/asusctl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
%global debug_package %{nil}
%endif

%define version 6.1.8
%define version 6.1.9
%define specrelease %{?dist}
%define pkg_release 8%{specrelease}
%define pkg_release 9%{specrelease}

# Use hardening ldflags.
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
Expand Down

0 comments on commit aee465a

Please sign in to comment.