From d6e71149bdb0db560733972ba5dc71654002b2ce Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 14 Dec 2020 10:09:24 -0700 Subject: [PATCH 01/17] Use autosetup and enable testsuite --- chrpath.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/chrpath.spec b/chrpath.spec index 2564dc4..8019968 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -16,13 +16,14 @@ compiled programs. Currently, only removing and modifying the rpath is supported. %prep -%setup -q - +%autosetup -p1 %build %configure %make_build +%check +make check %install make install DESTDIR=%{buildroot} INSTALL="install -p" @@ -38,6 +39,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Mon Dec 14 2020 Jeff Law - 0.16-14 +- Use autosetup and enable testsuite + * Mon Jul 27 2020 Fedora Release Engineering - 0.16-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 6c65a6bce22865aea666dc2a56c9f86225a4f60b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 03:32:11 +0000 Subject: [PATCH 02/17] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- chrpath.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/chrpath.spec b/chrpath.spec index 8019968..9c7d82c 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -8,6 +8,7 @@ URL: https://chrpath.alioth.debian.org/ Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make %description From dd25fbba008d66dd1ebaef7c995685d4d747c30c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 01:57:20 +0000 Subject: [PATCH 03/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 9c7d82c..0bcf1fb 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.16-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Jeff Law - 0.16-14 - Use autosetup and enable testsuite From cdf95941c74f221b0cb32285afd2f60e3acdf2f8 Mon Sep 17 00:00:00 2001 From: Sergey Kolosov Date: Tue, 13 Apr 2021 08:50:17 +0200 Subject: [PATCH 04/17] Introduce CI gating --- .fmf/version | 1 + gating.yaml | 20 ++ plans/ci.fmf | 6 + tests/Regression/internal-tests/Makefile | 68 +++++++ tests/Regression/internal-tests/PURPOSE | 3 + tests/Regression/internal-tests/main.fmf | 22 +++ tests/Regression/internal-tests/runtest.sh | 85 +++++++++ .../Regression/internal-tests/testsuite.patch | 179 ++++++++++++++++++ 8 files changed, 384 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/ci.fmf create mode 100644 tests/Regression/internal-tests/Makefile create mode 100644 tests/Regression/internal-tests/PURPOSE create mode 100644 tests/Regression/internal-tests/main.fmf create mode 100755 tests/Regression/internal-tests/runtest.sh create mode 100644 tests/Regression/internal-tests/testsuite.patch diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..84b7773 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,20 @@ +--- !Policy +product_versions: + - fedora-* +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 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..1ad2c12 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,6 @@ +summary: CI Gating Plan +discover: + how: fmf + directory: tests +execute: + how: beakerlib diff --git a/tests/Regression/internal-tests/Makefile b/tests/Regression/internal-tests/Makefile new file mode 100644 index 0000000..fb7eeae --- /dev/null +++ b/tests/Regression/internal-tests/Makefile @@ -0,0 +1,68 @@ +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Makefile of /tools/chrpath/Regression/internal-tests +# Description: internal-tests +# Author: Martin Cermak +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2016 Red Hat, Inc. +# +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +export TEST=/tools/chrpath/Regression/internal-tests +export TESTVERSION=1.0 + +BUILT_FILES= + +FILES=$(METADATA) runtest.sh Makefile PURPOSE testsuite.patch + +.PHONY: all install download clean + +run: $(FILES) build + ./runtest.sh + +build: $(BUILT_FILES) + test -x runtest.sh || chmod a+x runtest.sh + +clean: + rm -f *~ $(BUILT_FILES) + + +include /usr/share/rhts/lib/rhts-make.include + +$(METADATA): Makefile + @echo "Owner: Martin Cermak " > $(METADATA) + @echo "Name: $(TEST)" >> $(METADATA) + @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) + @echo "Path: $(TEST_DIR)" >> $(METADATA) + @echo "Description: internal-tests" >> $(METADATA) + @echo "Type: Regression" >> $(METADATA) + @echo "TestTime: 30m" >> $(METADATA) + @echo "RunFor: chrpath" >> $(METADATA) + @echo "Requires: chrpath" >> $(METADATA) + @echo "Requires: rpm-build" >> $(METADATA) + @echo "Requires: gcc libgcc glibc-devel" >> $(METADATA) + @echo "Requires: libgcc.i686 glibc-devel.i686" >> $(METADATA) + @echo "Requires: libgcc.s390 glibc-devel.s390" >> $(METADATA) + @echo "Requires: libgcc.ppc glibc-devel.ppc" >> $(METADATA) + @echo "Priority: Normal" >> $(METADATA) + @echo "License: GPLv2+" >> $(METADATA) + @echo "Confidential: no" >> $(METADATA) + @echo "Destructive: no" >> $(METADATA) + @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA) + + rhts-lint $(METADATA) diff --git a/tests/Regression/internal-tests/PURPOSE b/tests/Regression/internal-tests/PURPOSE new file mode 100644 index 0000000..1641ce4 --- /dev/null +++ b/tests/Regression/internal-tests/PURPOSE @@ -0,0 +1,3 @@ +PURPOSE of /tools/chrpath/Regression/internal-tests +Description: internal-tests +Author: Martin Cermak diff --git a/tests/Regression/internal-tests/main.fmf b/tests/Regression/internal-tests/main.fmf new file mode 100644 index 0000000..fd8598b --- /dev/null +++ b/tests/Regression/internal-tests/main.fmf @@ -0,0 +1,22 @@ +summary: internal-tests +description: '' +contact: Martin Cermak +component: +- chrpath +test: ./runtest.sh +framework: beakerlib +recommend: +- chrpath +- rpm-build +- gcc +- libgcc +- glibc-devel +- libgcc.i686 +- glibc-devel.i686 +- libgcc.s390 +- glibc-devel.s390 +- libgcc.ppc +- glibc-devel.ppc +duration: 30m +extra-summary: /tools/chrpath/Regression/internal-tests +extra-task: /tools/chrpath/Regression/internal-tests diff --git a/tests/Regression/internal-tests/runtest.sh b/tests/Regression/internal-tests/runtest.sh new file mode 100755 index 0000000..d4b3cc1 --- /dev/null +++ b/tests/Regression/internal-tests/runtest.sh @@ -0,0 +1,85 @@ +#!/bin/bash +# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# runtest.sh of /tools/chrpath/Regression/internal-tests +# Description: internal-tests +# Author: Martin Cermak +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2016 Red Hat, Inc. +# +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +# Include Beaker environment +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +CMD='chrpath' +BIN=$(which --skip-alias $CMD) +PACKAGE="${PACKAGE:-$(rpm -qf --qf='%{name}\n' $BIN)}" +export PACKAGE + +ORIGWD=$(pwd) + +# To test the compat arch stuff, we need the compat arch compiler capability. +# Ideally the test harness should install it, since respective 32/31 bit runtime +# requirements (libgcc, glibc-devel) are mentioned as requirements in the Makefile +# but just in case that would fail, we'll try to fix this now at the test run time. +if arch | egrep -q '(x86_64|ppc64|s390x)'; then + b='-m32' + arch | grep s390x && b='-m31' + echo "int main() { return 0; }" | gcc -m32 -xc -o /dev/null - || \ + yum -y install --setopt=multilib_policy=all libgcc glibc-devel +fi + +rlJournalStart + rlPhaseStartSetup + rlRun "TMPD=$(mktemp -d)" + rlRun "pushd $TMPD" + rlFetchSrcForInstalled $PACKAGE + rlRun "rpm --define='_topdir $TMPD' -Uvh *src.rpm" + rlRun "rpmbuild --define='_topdir $TMPD' -bc SPECS/${CMD}.spec" + rlPhaseEnd + + rlPhaseStartTest + rlRun "pushd BUILD/$CMD-*" + # Some CI systems complain about "C compiler cannot create executables" + # Not really sure what's going on there, thus printing the config.log: + rlRun "cat config.log" + # To run the testsuite for compat arch, we need to patch the testsuite + # per https://bugzilla.redhat.com/show_bug.cgi?id=1271380#c25. But just + # in case the patch wouldn't apply, we'll first run the unpatched tests + # so that we have at least some results and then try to patch and rerun. + rlRun "make check" + RUN_SEC_ARCH="false" + RHEL_VERSION=$(rpm --eval %{rhel}) + [[ $RHEL_VERSION -ge 7 ]] && arch | egrep -q '(x86_64|ppc64)' && RUN_SEC_ARCH="true" + [[ $RHEL_VERSION -eq 7 ]] && arch | egrep -q '(s390x)' && RUN_SEC_ARCH="true" + + if [ "$RUN_SEC_ARCH" = "true" ]; then + rlRun "patch -p1 < $ORIGWD/testsuite.patch" + rlRun "make check" + fi + rlRun "popd" + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "popd" + rlRun "rm -r $TMPD" + rlPhaseEnd +rlJournalPrintText +rlJournalEnd diff --git a/tests/Regression/internal-tests/testsuite.patch b/tests/Regression/internal-tests/testsuite.patch new file mode 100644 index 0000000..b229842 --- /dev/null +++ b/tests/Regression/internal-tests/testsuite.patch @@ -0,0 +1,179 @@ +diff --git a/testsuite/Makefile b/testsuite/Makefile +index b8d295f..dc23da2 100644 +--- a/testsuite/Makefile ++++ b/testsuite/Makefile +@@ -457,7 +457,7 @@ uninstall-am: + + + prog: prog.c +- $(CC) $(RPATH) -o $@ $< ++ $(CC) $(RPATH) $(MYFLAGS) -o $@ $< + + check: $(CHRPATH) + $(srcdir)/runtest.sh +diff --git a/testsuite/runtest.sh b/testsuite/runtest.sh +index f913bc5..f6e7807 100755 +--- a/testsuite/runtest.sh ++++ b/testsuite/runtest.sh +@@ -6,77 +6,90 @@ CHRPATH=../chrpath + + retval=0 + +-rm prog +-make prog +- +-if $CHRPATH -h ; then +- echo "success: chrpath -h worked." +-else +- echo "error: chrpath -h failed." +- retval=1 +-fi +- +-if $CHRPATH -v ; then +- echo "success: chrpath -v worked." +-else +- echo "error: chrpath -v failed." +- retval=1 +-fi +- +-if $CHRPATH $0 ; then +- echo "error: chrpath on /bin/sh script worked." +- retval=1 +-else +- echo "success: chrpath on /bin/sh script failed." +-fi +- +-if $CHRPATH non-existant-file ; then +- echo "error: chrpath on non-existant file worked." +- retval=1 +-else +- echo "success: chrpath on non-existant file failed." +-fi +- +-if $CHRPATH -l prog | grep -q 'R.*PATH=.*/usr/local/lib' ; then +- echo "success: chrpath listed current rpath." +-else +- echo "error: chrpath unable to list current rpath." +- retval=1 +-fi +- +-$CHRPATH -r '/usr/lib' prog > /dev/null +- +-if $CHRPATH -l prog | grep -q 'R.*PATH=/usr/lib' ; then +- echo "success: chrpath changed rpath." +-else +- echo "error: chrpath unable to change rpath." +- retval=1 +-fi +- +-# I wish inserting a larger path would work, but it doesn't yet +-if $CHRPATH -r '/usr/lib:/usr/local/lib' prog > /dev/null ; then +- echo "success: chrpath changed rpath to larger path." +-else +- echo "error: chrpath unable to change rpath to larger path." +-fi +- +-$CHRPATH -c prog > /dev/null +- +-if $CHRPATH -l prog | grep -q 'RUNPATH=/usr/lib' ; then +- echo "success: chrpath converted rpath to runpath." +-else +- # Not all archs support runpath, ie not a fatal error +- echo "warning: chrpath unable to convert rpath to runpath." +-fi +- +-$CHRPATH -d prog > /dev/null +- +-if $CHRPATH -l prog | grep -q 'no rpath or runpath tag found' ; then +- echo "success: chrpath removed rpath and runpath successfully." +-else +- echo "error: chrpath unable to remove rpath or runpath." +- retval=1 +-fi ++function do_test() { ++ rm prog ++ make prog ++ ++ if $CHRPATH -h ; then ++ echo "success: chrpath -h worked." ++ else ++ echo "error: chrpath -h failed." ++ retval=1 ++ fi ++ ++ if $CHRPATH -v ; then ++ echo "success: chrpath -v worked." ++ else ++ echo "error: chrpath -v failed." ++ retval=1 ++ fi ++ ++ if $CHRPATH $0 ; then ++ echo "error: chrpath on /bin/sh script worked." ++ retval=1 ++ else ++ echo "success: chrpath on /bin/sh script failed." ++ fi ++ ++ if $CHRPATH non-existant-file ; then ++ echo "error: chrpath on non-existant file worked." ++ retval=1 ++ else ++ echo "success: chrpath on non-existant file failed." ++ fi ++ ++ if $CHRPATH -l prog | grep -q 'R.*PATH=.*/usr/local/lib' ; then ++ echo "success: chrpath listed current rpath." ++ else ++ echo "error: chrpath unable to list current rpath." ++ retval=1 ++ fi ++ ++ $CHRPATH -r '/usr/lib' prog > /dev/null ++ ++ if $CHRPATH -l prog | grep -q 'R.*PATH=/usr/lib' ; then ++ echo "success: chrpath changed rpath." ++ else ++ echo "error: chrpath unable to change rpath." ++ retval=1 ++ fi ++ ++ # I wish inserting a larger path would work, but it doesn't yet ++ if $CHRPATH -r '/usr/lib:/usr/local/lib' prog > /dev/null ; then ++ echo "success: chrpath changed rpath to larger path." ++ else ++ echo "error: chrpath unable to change rpath to larger path." ++ fi ++ ++ $CHRPATH -c prog > /dev/null ++ ++ if $CHRPATH -l prog | grep -q 'RUNPATH=/usr/lib' ; then ++ echo "success: chrpath converted rpath to runpath." ++ else ++ # Not all archs support runpath, ie not a fatal error ++ echo "warning: chrpath unable to convert rpath to runpath." ++ fi ++ ++ $CHRPATH -d prog > /dev/null ++ ++ if $CHRPATH -l prog | grep -q 'no rpath or runpath tag found' ; then ++ echo "success: chrpath removed rpath and runpath successfully." ++ else ++ echo "error: chrpath unable to remove rpath or runpath." ++ retval=1 ++ fi ++} ++ ++# Run the base arch tests ++unset MYFLAGS ++do_test ++ ++# Optionally run the compat arch tests ++MYFLAGS="" ++uname -m | egrep -q '^(x86_64|ppc64)$' && MYFLAGS="-m32" ++uname -m | grep -q '^s390x$' && MYFLAGS="-m31" ++export MYFLAGS ++test -z $MYFLAGS || do_test + + exit $retval + From ce205db50b4e002b4583b0c50f90f431c4267c15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 14:29:41 +0000 Subject: [PATCH 05/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b78b15efc7a71824a8fd95284906397be97c4002 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 19:26:54 +0000 Subject: [PATCH 06/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 0bcf1fb..ab3c584 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -40,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 0.16-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.16-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild 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 07/17] 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 08/17] - 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 09/17] 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 10/17] 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 11/17] 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 12/17] 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 13/17] 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 14/17] 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 15/17] 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 16/17] 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 17/17] 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