Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
15baea3d39 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:39:10 +00:00
Fedora Release Engineering
6d3c3a8141 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 21:06:37 +00:00
Fedora Release Engineering
071e54fa0c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 21:16:39 +00:00
ireka
b63b93e1f5 Set a correct path to zcfan binary in systemd service
Fixes: RHBZ#2338425
2025-02-09 17:17:14 +01:00
Fedora Release Engineering
ec22fcf078 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 16:42:38 +00:00
26097489b9 Update to 1.4.0 upstream release
- Resolves: rhbz#2334766

Commit authored by Packit automation (https://packit.dev/)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-12-31 00:05:28 +00:00
26484cb500
Enable Packit
[skip changelog]

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-12-30 17:38:50 -06:00
Fedora Release Engineering
138a169335 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:49:27 +00:00
6 changed files with 23 additions and 35 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
/zcfan-1.2.0.tar.gz
/zcfan-1.2.1.tar.gz
/zcfan-1.3.0.tar.gz
/zcfan-1.4.0.tar.gz

3
README.packit Normal file
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.106.0.

16
packit.yaml Normal file
View file

@ -0,0 +1,16 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
copy_upstream_release_description: false
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
allowed_committers: ['packit']
dist_git_branches:
- fedora-rawhide

View file

@ -1 +1 @@
SHA512 (zcfan-1.3.0.tar.gz) = b45290973b1f60cad1100e63a416246c7e164388fa9bd1bcccdf07cae07f31466d66e2229bb2a5a55af2e8935e5d5f33fca18fab350cf5947775aad6768173ef
SHA512 (zcfan-1.4.0.tar.gz) = 5d0a59817450fcbc262af43ba4bea2e130457972c9d6441211d0e80de797c4c74c2b35f86f152ac9f78a07afc37dc9d1df55e9dac2c9597d24361c15a07b60b3

View file

@ -1,31 +0,0 @@
From 3ba68de7e7afffd92135f59d897a0612a1f9004a Mon Sep 17 00:00:00 2001
From: Michel Lind <salimma@fedoraproject.org>
Date: Mon, 4 Mar 2024 15:22:00 -0600
Subject: [PATCH] Mark zcfan.service as conflicting with thinkfan.service
In Debian the two packages are marked as conflicting with each other:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017980
In Fedora we don't - as Fedora defaults to not enabling installed
services - and this does make it easier to install both side by side and
test them back to back. Marking the services as conflicting makes sure
that starting one stops the other and vice versa.
https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#Conflicts=
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
zcfan.service | 1 +
1 file changed, 1 insertion(+)
diff --git a/zcfan.service b/zcfan.service
index 2a87046..ec81ae4 100644
--- a/zcfan.service
+++ b/zcfan.service
@@ -1,5 +1,6 @@
[Unit]
Description=Zero-configuration fan control for ThinkPad
+Conflicts=thinkfan.service
[Service]
ExecStart=/usr/bin/zcfan

View file

@ -1,12 +1,11 @@
Name: zcfan
Version: 1.3.0
Version: 1.4.0
Release: %autorelease
Summary: Zero-configuration fan daemon for ThinkPads
License: MIT
URL: https://github.com/cdown/zcfan
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch: %{url}/pull/27.patch#/%{name}-mark-service-conflict-with-thinkfan.diff
BuildRequires: gcc
BuildRequires: make
@ -22,7 +21,7 @@ zcfan is a zero-configuration fan control daemon for ThinkPads.
%build
%set_build_flags
%make_build
%make_build prefix=%{_prefix}
%install
%make_install DESTDIR=%{buildroot} prefix=%{_prefix}