From 49bd09387eaf3ca9bb014c058c81452a3b0e76aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 10 Jun 2021 08:38:50 +0200 Subject: [PATCH 01/11] Do not use a kernel rebuild as a gating test baseos-qe.koji-build.scratch-build.validation is a scratch kernel build test. While it is important for components like gcc, it's probably an overkill for chrpath, not to mention the testing time. --- gating.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 84b7773..ce3cdc1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,7 +5,6 @@ decision_context: bodhi_update_push_stable subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} --- !Policy product_versions: - rhel-8 From f08b5b77f99b2dc6e52268f12e337d803a0f8635 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 23:12:32 +0000 Subject: [PATCH 02/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index ab3c584..85fb304 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 0.16-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 0.16-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 277eb03c296ae139f7c66651b4c25f112f4cef1b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 22:55:07 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 85fb304..6fba670 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 0.16-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jan 19 2022 Fedora Release Engineering - 0.16-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f1962ae89e442c9538754d6e76e817ba0088570f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 23:50:44 +0000 Subject: [PATCH 04/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 6fba670..05c1e7f 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 0.16-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 0.16-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 0e76f949f5e76ef540b286d3378f863f6ce32268 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 12 Jul 2023 08:56:24 +0100 Subject: [PATCH 05/11] Use SPDX for license field (#2222111) --- chrpath.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/chrpath.spec b/chrpath.spec index 05c1e7f..214790b 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,14 +1,14 @@ Name: chrpath Version: 0.16 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Modify rpath of compiled programs -License: GPL+ +License: GPL-2.0-or-later URL: https://chrpath.alioth.debian.org/ Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: make +BuildRequires: make %description @@ -27,7 +27,7 @@ is supported. make check %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install rm -fr %{buildroot}/usr/doc @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 12 2023 David King - 0.16-20 +- Use SPDX for license field (#2222111) + * Wed Jan 18 2023 Fedora Release Engineering - 0.16-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8a164edf7b28d04a05fad6ac8d337057053da7a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 15:38:33 +0000 Subject: [PATCH 06/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 214790b..ea3ec7e 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 0.16-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jul 12 2023 David King - 0.16-20 - Use SPDX for license field (#2222111) From 4d72d4a0a0894b21cc353cbf04bd853631928880 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 15:25:39 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index ea3ec7e..532887e 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 0.16-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 0.16-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 6cced1dddb0dafba94d1e663c94f6f201aff3afc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 23 Jan 2024 01:36:21 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 532887e..4df4083 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Tue Jan 23 2024 Fedora Release Engineering - 0.16-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 0.16-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c60be5c9c688bcc2bf5bc08bcb00a9562ce7bc2b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 19:17:34 +0000 Subject: [PATCH 09/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 4df4083..90141ec 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 0.16-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jan 23 2024 Fedora Release Engineering - 0.16-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f55864a1f757df2443199501d985c1ddf183296e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:43:29 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 90141ec..c1a91cd 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 0.16-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 0.16-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 3040a1ab62aeb580474876abed2435e8865719a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:17:54 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index c1a91cd..0eb79da 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Modify rpath of compiled programs License: GPL-2.0-or-later @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 0.16-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 0.16-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild