public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/collectl] f43: Update to version 4.3.20.1
@ 2026-07-14  7:28 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-07-14  7:28 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/collectl
            Branch : f43
            Commit : 85f6521a747e417960106ca1df0ab996773bf037
            Author : Carl George <carlwgeorge@fedoraproject.org>
            Date   : 2026-02-06T15:43:08-06:00
            Stats  : +18/-12 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/collectl/c/85f6521a747e417960106ca1df0ab996773bf037?branch=f43

            Log:
            Update to version 4.3.20.1

https://bugzilla.redhat.com/show_bug.cgi?id=2149728

---
diff --git a/.gitignore b/.gitignore
index 1396633..3d59400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/collectl-*.src.tar.gz
+/collectl-*.tar.gz

diff --git a/collectl.spec b/collectl.spec
index f9f0111..7660396 100644
--- a/collectl.spec
+++ b/collectl.spec
@@ -1,12 +1,18 @@
+# The upstream 4.3.20.1 tag points to commit c1dcedc, but that commit is still
+# version 4.3.20 in the code.  Use the correct commit which bumps the version
+# to 4.3.20.1 in the code.
+%global commit          d3dab6819dc92fa12da4616207c48fdbb1b86f21
+%global shortcommit     %{sub %{commit} 1 7}
+
 Summary: A utility to collect various Linux performance data
 Name: collectl
-Version: 4.3.5
-Release: 10%{?dist}
+Version: 4.3.20.1
+Release: 1%{?dist}
 License: GPL-1.0-or-later OR Artistic-1.0-Perl
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
+URL: https://github.com/sharkcz/collectl
+Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
 Source1: %{name}.service
 Source2: %{name}.sysconfig
-URL: http://collectl.sourceforge.net
 BuildArch: noarch
 BuildRequires: perl-generators
 BuildRequires: systemd
@@ -20,16 +26,12 @@ A utility to collect Linux performance data
 
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{commit}
 
 # rename directory for easier inclusion
 mv docs html
 
 
-%build
-# nothing to do
-
-
 %install
 # create required directories
 mkdir -p        $RPM_BUILD_ROOT%{_unitdir} \
@@ -63,7 +65,8 @@ install -p -m 644  %{SOURCE2}        $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{n
 
 
 %files
-%doc ARTISTIC COPYING GPL RELEASE-collectl html
+%license ARTISTIC COPYING GPL
+%doc RELEASE-collectl html
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_unitdir}/%{name}.service
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
@@ -76,6 +79,9 @@ install -p -m 644  %{SOURCE2}        $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{n
 
 
 %changelog
+* Fri Feb 06 2026 Carl George <carlwgeorge@fedoraproject.org> - 4.3.20.1-1
+- Update to version 4.3.20.1 rhbz#2149728
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.5-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index c4a5838..96c4204 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (collectl-4.3.5.src.tar.gz) = 7b8b177400bc9fc966d7763a4286767f3f548c091b0eb489c93fa3b73f2b1099df8557eaedc9591ff7558eee79b4d32e361f3584907ddd49ea85e9a4dbdeb6b6
+SHA512 (collectl-d3dab68.tar.gz) = 2ca011790b4c58b5046deab35dac76327003a56a57eb328bc2b8b0929f63fe9f68496957c85d309f45c786de246074378d34a0c7fae124e095e919c730c0f38e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14  7:28 [rpms/collectl] f43: Update to version 4.3.20.1 Carl George

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox