Commit Graph

10 Commits

Author SHA1 Message Date
Tomáš Hrnčiar
91d2bf596c Require Python with tarfile filters
Resolves: RHEL-25453
2024-02-14 16:08:20 +01:00
Petr Viktorin
4de1f9de0e Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)
Resolves: RHBZ#2218249
2023-08-10 00:52:52 +02:00
Lumir Balhar
23c2893cea Fix changelog to contain Fedora contributors
Resolves: RHEL-232
2023-08-10 00:32:33 +02:00
Honza Horak
3daf46c87c Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit ca09010
2023-05-15 16:42:32 +02:00
Miro Hrončok
0fbc3afe86 Do not conditionalize Sources
See https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_do_not_conditionalize_sources

Specific reason:

centpkg sources/rhpkg sources does not set the %rhel macro
when parsing the spec to determine what sources it wants to skip.

Hence would always skip downloading the rhel-8-conditionalized source
unless it runs on a RHEL 8 system. See:

    [python3.11-pip (c8s)]$ centpkg sources
    Not downloading unused pip-22.3.1-man.tar.gz
    Downloading pip-22.3.1.tar.gz
    ######################################################################## 100.0%

This has been reported to centpkg in https://git.centos.org/centos/centpkg/issue/71
but it might not be trivial to fix, because rpkg does not currently need to have
a valid branch/--release to download sources at all.

Considering this is forbidden in the Fedora guidelines and problematic on the Zuul CI
https://issues.redhat.com/browse/CS-1501
we better remove the conditional. It has no value in a RHEL-8 specific spec file anyway.

---

This fix is not specifically related to the issue mentioned bellow,
but it was added when working on it
and the check-gitbz pipeline requires this note:

Related: RHEL-231
2023-03-27 16:29:20 +02:00
Lumir Balhar
0951508c7f Fix changelog to contain Fedora contributors
Resolves: RHEL-231
2023-03-27 16:29:20 +02:00
Lumir Balhar
e20b95c242 Sync content with rhel-8.8.0 dist git branch
Related: RHEL-231
2023-03-27 16:28:54 +02:00
Troy Dawson
2d66633f40 Bring gating.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 11:16:39 -08:00
CentOS Sources
7c8d33222b Auto sync2gitlab import of python3.11-pip-22.3.1-2.el8.src.rpm 2023-02-01 08:11:36 +00:00
CentOS Sources
40a481e78e Initial c8s branch. 2023-02-01 08:11:34 +00:00