public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/hddfancontrol] epel10: spec cleanup, silent rpmlint, prep for new upstream release
Date: Sat, 06 Jun 2026 22:42:49 GMT [thread overview]
Message-ID: <178078576943.1.10944765015509015302.rpms-hddfancontrol-c4c750d893f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hddfancontrol
Branch : epel10
Commit : c4c750d893f20bf51c3f6b44357f6f9352983bd0
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-02-28T23:15:00-03:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hddfancontrol/c/c4c750d893f20bf51c3f6b44357f6f9352983bd0?branch=epel10
Log:
spec cleanup, silent rpmlint, prep for new upstream release
---
diff --git a/hddfancontrol.spec b/hddfancontrol.spec
index ce255ad..0575ae2 100644
--- a/hddfancontrol.spec
+++ b/hddfancontrol.spec
@@ -1,5 +1,8 @@
%global pypi_name hddfancontrol
+# silent rpmlint W: no-manual-page-for-binary
+%global __provides_exclude_from %{_bindir}/hddfancontrol-.*
+
Name: %{pypi_name}
Version: 1.6.2
Release: %autorelease
@@ -22,7 +25,6 @@ BuildRequires: python3-pytest
BuildRequires: systemd
Requires: hdparm
Requires: hddtemp
-Requires: python3-docutils
%py_provides python3-%{pypi_name}
@@ -45,6 +47,10 @@ according to hard drive temperature on Linux.
cp %{buildroot}/%{_bindir}/hddfancontrol %{buildroot}/%{_bindir}/hddfancontrol-3
ln -sf %{_bindir}/hddfancontrol-3 %{buildroot}/%{_bindir}/hddfancontrol-%{python3_version}
+# silent rpmlint E: non-executable-script
+chmod 755 %{buildroot}%{python3_sitelib}/hddfancontrol/__init__.py
+chmod 755 %{buildroot}%{python3_sitelib}/hddfancontrol/__main__.py
+
# Remove the "tests" directory that gets installed systemwide.
rm -rf %{buildroot}%{python3_sitelib}/tests
reply other threads:[~2026-06-06 22:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178078576943.1.10944765015509015302.rpms-hddfancontrol-c4c750d893f2@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox