Compare commits

..

24 commits

Author SHA1 Message Date
Arjun Shankar
2f8a39f3a3 Rebase to byacc-2.0.20241231 (#2335136) 2025-09-16 16:38:15 +02:00
Fedora Release Engineering
a69b4dca78 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 17:59:11 +00:00
Fedora Release Engineering
f46f692488 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 13:05:15 +00:00
Fedora Release Engineering
094048bef7 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 18:45:59 +00:00
Arjun Shankar
d4f84b2edf Rebase to byacc-2.0.20240109 (#2257541) 2024-03-01 12:30:24 +01:00
Fedora Release Engineering
4fe2be8d06 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-23 00:59:58 +00:00
Fedora Release Engineering
c93ab27908 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 14:51:57 +00:00
Arjun Shankar
1c5566002d Rebuilt to re-trigger automated bodhi (Fedora Updates System) tests 2023-11-08 13:05:27 +01:00
Edjunior Machado
08f53ed8b9 tests: Fix pushd on upstream-testsuite build script 2023-11-08 11:11:00 +01:00
Arjun Shankar
dd98084648 Migrate License field to SPDX identifiers
https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
Reviewed-by: Frédéric Bérat <fberat@redhat.com>
2023-10-27 12:56:10 +02:00
Arjun Shankar
f625dfc396 Rebase to byacc-2.0.20230521 (#2208910) 2023-06-29 15:27:56 +02:00
Arjun Shankar
c9a03a13b3 Rebase to byacc-2.0.20230219 (#2156901) 2023-02-23 12:55:28 +01:00
Fedora Release Engineering
762fe5e625 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 23:19:36 +00:00
Edjunior Machado
42de208631 tests: Fix fmf plan deprecated attributes 2022-12-09 17:13:13 +01:00
Arjun Shankar
6cd4350090 Rebase to byacc-2.0-20221106 (#2141488) 2022-11-29 15:36:23 +01:00
Fedora Release Engineering
0989175bb0 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 22:24:38 +00:00
Arjun Shankar
35c232b7cf Rebase to byacc-2.0-20220128 (#2035590) 2022-02-15 15:21:14 +01:00
Fedora Release Engineering
961e0e4ad3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 22:44:00 +00:00
Arjun Shankar
9d810272a8 Rebuild to re-test and resolve gating failure 2021-12-13 21:17:47 +01:00
Arjun Shankar
b120829b40 Rebase to byacc-2.0-20210808 (#1962986) 2021-08-30 18:24:58 +02:00
Fedora Release Engineering
8c022fb172 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 19:00:08 +00:00
Fedora Release Engineering
b271c607c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 14:02:45 +00:00
Edjunior Machado
e10f618426 Introduce CI gating 2021-04-13 15:57:36 +00:00
Arjun Shankar
9416cd2848 Rebase to byacc-2.0-20210328 (#1943961) 2021-04-12 12:55:01 +02:00
9 changed files with 258 additions and 4 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

View file

@ -1,10 +1,18 @@
%define byaccdate 20210109
%define byaccdate 20241231
Summary: Berkeley Yacc, a parser generator
Name: byacc
Version: 2.0.%{byaccdate}
Release: 2%{?dist}
License: Public Domain
Release: 1%{?dist}
# An SPDX license string check done against byacc-20230521 using fossology
# found strings corresponding to the licenses noted below across the byacc
# source tree. byacc is in the public domain, and the "public domain
# declaration" was documented in fedora-license-data as per Fedora policy
# via the following commit:
# https://gitlab.com/fedora/legal/fedora-license-data/-/commit/04ec53689413bb
License: LicenseRef-Fedora-Public-Domain AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND X11 AND X11-distribute-modifications-variant AND FSFUL
URL: http://invisible-island.net/byacc/byacc.html
Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz
@ -51,6 +59,69 @@ echo ====================TESTING END=====================
%{_mandir}/man1/byacc.1*
%changelog
* Tue Sep 16 2025 Arjun Shankar <arjun@redhat.com> - 2.0.20241231-1
- Rebase to byacc-2.0.20241231 (#2335136)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20240109-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20240109-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20240109-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Mar 01 2024 Arjun Shankar <arjun@redhat.com> - 2.0.20240109-1
- Rebase to byacc-2.0.20240109 (#2257541)
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20230521-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20230521-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 08 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-3
- Rebuilt to re-trigger automated bodhi (Fedora Updates System) tests
* Thu Oct 26 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-2
- Analyse byacc sources for license information
- Migrate License field to SPDX identifiers for
https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
(#2222081)
* Thu Jun 29 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-1
- Rebase to byacc-2.0.20230521 (#2208910)
* Thu Feb 23 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230219-1
- Rebase to byacc-2.0.20230219 (#2156901)
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20221106-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Nov 29 2022 Arjun Shankar <arjun@redhat.com> - 2.0.20221106-1
- Rebase to byacc-2.0-20221106 (#2141488)
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20220128-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Feb 15 2022 Arjun Shankar <arjun@redhat.com> - 2.0-20220128-1
- Rebase to byacc-2.0-20220128 (#2035590)
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20210808-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Dec 13 2021 Arjun Shankar <arjun@redhat.com> - 2.0-20210808-2
- Rebuild (#1962986)
* Mon Aug 30 2021 Arjun Shankar <arjun@redhat.com> - 2.0-20210808-1
- Rebase to byacc-2.0-20210808 (#1962986)
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20210328-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Apr 12 2021 Arjun Shankar <arjun@redhat.com> - 2.0-20210328-1
- Rebase to byacc-2.0-20210328 (#1943961)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.20210109-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

19
gating.yaml Normal file
View file

@ -0,0 +1,19 @@
--- !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}
--- !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}

5
plans/ci.fmf Normal file
View file

@ -0,0 +1,5 @@
summary: CI Gating Plan
discover:
how: fmf
execute:
how: tmt

View file

@ -1 +1 @@
SHA512 (byacc-20210109.tgz) = 95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202
SHA512 (byacc-20241231.tgz) = e4a9f50f1c9024bec697d2956f5fb431bef15a644a714adba8fa8fb2a5abd7aea6efb5d1b3fe5e775ec8cf6dae834da5533251fc77fb5c3f4e5b52ba60216498

View file

@ -0,0 +1,63 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Makefile of /tools/byacc/Regression/upstream-testsuite
# Description: Runs the upstream byacc testsuite.
# Author: Arjun Shankar <ashankar@redhat.com>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# 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/byacc/Regression/upstream-testsuite
export TESTVERSION=1.0
BUILT_FILES=
FILES=$(METADATA) runtest.sh Makefile PURPOSE
.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: Arjun Shankar <ashankar@redhat.com>" > $(METADATA)
@echo "Name: $(TEST)" >> $(METADATA)
@echo "TestVersion: $(TESTVERSION)" >> $(METADATA)
@echo "Path: $(TEST_DIR)" >> $(METADATA)
@echo "Description: Runs the upstream byacc testsuite." >> $(METADATA)
@echo "Type: Regression" >> $(METADATA)
@echo "TestTime: 30m" >> $(METADATA)
@echo "RunFor: byacc" >> $(METADATA)
@echo "Requires: byacc gcc glibc-devel glibc-headers make sed rpm-build yum-utils" >> $(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)

View file

@ -0,0 +1,3 @@
PURPOSE of /tools/byacc/Regression/upstream-testsuite
Description: Runs the upstream byacc testsuite.
Author: Arjun Shankar <ashankar@redhat.com>

View file

@ -0,0 +1,19 @@
summary: Runs the upstream byacc testsuite.
description: ''
contact: Arjun Shankar <ashankar@redhat.com>
component:
- byacc
test: ./runtest.sh
framework: beakerlib
recommend:
- byacc
- gcc
- glibc-devel
- glibc-headers
- make
- sed
- rpm-build
- yum-utils
duration: 30m
extra-summary: /tools/byacc/Regression/upstream-testsuite
extra-task: /tools/byacc/Regression/upstream-testsuite

View file

@ -0,0 +1,73 @@
#!/bin/bash
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# runtest.sh of /tools/byacc/Regression/upstream-testsuite
# Description: Runs the upstream byacc testsuite.
# Author: Arjun Shankar <ashankar@redhat.com>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# 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
PACKAGE="byacc"
REQUIRES="byacc gcc glibc-devel make sed rpm-build"
MY_USER="byacctestuser"
DOTEST=$(mktemp)
cat > $DOTEST <<-EOF
#!/bin/bash
set -xe
_BASEDIR=\$1
_TMP=\$(mktemp -d)
rpm --define="_topdir \$_TMP" -Uvh \$_BASEDIR/byacc*.src.rpm
rpmbuild --define="_topdir \$_TMP" -bc \$_TMP/SPECS/byacc.spec
pushd \$(find \$_TMP/BUILD/ -name yacc -type f -exec dirname {} \;)
# In case the test fails, the existcode of make check is non-zero.
# In such case this script fails too because of set -e above.
make check
popd
set -xe
EOF
rlJournalStart
rlPhaseStartSetup
rlRun "useradd $MY_USER" 0,9
rlRun "chown $MY_USER:$MY_USER $DOTEST"
rlAssertRpm --all
rlRun "TMP=\$(mktemp -d)"
rlRun "chmod a+rx $TMP"
rlRun "pushd $TMP"
rlFetchSrcForInstalled $PACKAGE
rlRun "chmod a+r byacc*.src.rpm"
rlPhaseEnd
rlPhaseStartTest
rlRun "su - $MY_USER -c 'bash $DOTEST $(pwd)'"
rlPhaseEnd
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -rf $TMP $DOTEST"
rlRun "userdel -f $MY_USER"
rlPhaseEnd
rlJournalPrintText
rlJournalEnd