Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d774a180a5 | |||
| 6dd330a311 |
@@ -1,24 +1,14 @@
|
||||
diff --color -ur zcfan-1.2.1.orig/Makefile zcfan-1.2.1/Makefile
|
||||
--- zcfan-1.2.1.orig/Makefile 2022-08-12 03:50:01.000000000 +0200
|
||||
+++ zcfan-1.2.1/Makefile 2023-09-04 10:14:18.332038220 +0200
|
||||
@@ -5,7 +5,7 @@
|
||||
diff --color -ur zcfan-1.4.0.orig/Makefile zcfan-1.4.0/Makefile
|
||||
--- zcfan-1.4.0.orig/Makefile 2024-12-18 01:36:27.000000000 +0100
|
||||
+++ zcfan-1.4.0/Makefile 2024-12-31 09:28:33.344935876 +0100
|
||||
@@ -5,8 +5,8 @@
|
||||
EXECUTABLES=$(patsubst %.c,%,$(SOURCES))
|
||||
|
||||
INSTALL:=install
|
||||
prefix:=/usr/local
|
||||
-prefix:=/usr/local
|
||||
-bindir:=$(prefix)/bin
|
||||
+prefix:=/usr
|
||||
+bindir:=$(prefix)/sbin
|
||||
datarootdir:=$(prefix)/share
|
||||
mandir:=$(datarootdir)/man
|
||||
|
||||
diff --color -ur zcfan-1.2.1.orig/zcfan.service zcfan-1.2.1/zcfan.service
|
||||
--- zcfan-1.2.1.orig/zcfan.service 2022-08-12 03:50:01.000000000 +0200
|
||||
+++ zcfan-1.2.1/zcfan.service 2023-09-04 10:15:28.486174496 +0200
|
||||
@@ -2,7 +2,7 @@
|
||||
Description=Zero-configuration fan control for ThinkPad
|
||||
|
||||
[Service]
|
||||
-ExecStart=/usr/bin/zcfan
|
||||
+ExecStart=/usr/sbin/zcfan
|
||||
Restart=always
|
||||
RestartSec=500ms
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e9ac2b77a79ba0450ee5443b04b0c595d41b8a3ab51a49bdb7c7de20dfb68e9
|
||||
size 7035
|
||||
3
zcfan-1.4.0.tar.gz
Normal file
3
zcfan-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33e4944303c778581b6471c79e1273a5668917542e412c8125f028133b684718
|
||||
size 7907
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 31 08:30:07 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 1.4.0:
|
||||
* Mark zcfan.service as conflicting with thinkfan.service
|
||||
* Make fan levels configurable in config
|
||||
* On watchdog timeout, write to watchdog to avoid spinup on some models
|
||||
* Detect suspend and handle fan level reset
|
||||
|
||||
- mark as conflicts with thinkfan package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 07:05:54 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zcfan
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Zero-configuration fan control daemon for ThinkPads
|
||||
License: MIT
|
||||
@@ -30,6 +30,7 @@ BuildRequires: gcc11
|
||||
BuildRequires: gcc >= 11
|
||||
%endif
|
||||
BuildRequires: make
|
||||
Conflicts: thinkfan
|
||||
|
||||
%description
|
||||
Zero-configuration fan control daemon for ThinkPads with watchdog
|
||||
|
||||
Reference in New Issue
Block a user