Charalampos Stratakis
41f0035155
Add rpminspect file
2022-02-02 17:29:10 +01:00
Tomas Orsava
5afdda71e2
From python3-foo
packages automatically generate python3.X-foo
Obsoletes tags on CentOS/RHEL
...
Resolves: rhbz#1990421
2022-02-02 10:32:29 +01:00
Tomas Orsava
a9fc87a178
Fix typo in lua comment
...
Related: rhbz#1990421
2022-01-26 12:47:36 +01:00
Mohan Boddu
c8268dca89
Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
...
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:22:16 +00:00
Lukas Zachar
95e6bd6936
Add gating.yaml from RHEL
2021-06-02 12:43:10 +02:00
Miro Hrončok
dd063ac154
Fix python(abi) generator (the one written in Python)
...
There were three problems:
- sys.version was not imported
- sys.version[:3] is not reliable on Python 3.10+
- distutils is deprecated on Python 3.10+
We were not hit by the missing import in Fedora because we only run the script
on .dist-info/.egg-info/.egg and not on .py files, so this if-branch never runs.
But when the script was fed with a .py path, it errored:
Traceback (most recent call last):
File "/usr/lib/rpm/pythondistdeps.py", line 344, in <module>
purelib = get_python_lib(standard_lib=0, plat_specific=0).split(version[:3])[0]
NameError: name 'version' is not defined
The sys.version[:3] thing kinda works for Python 3.10+ because *in this
particular case* splitting on '3.1' and taking the prefix yields the same
results as splitting on '3.10', but I consider that mere coincidence.
Finally, since the distutils import happened at module-level,
we got the Deprecation warning in all Fedora's Python packages:
/usr/lib/rpm/pythondistdeps.py:16: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12
Backported from https://github.com/rpm-software-management/python-rpm-packaging/commit/d12e039037
Related: rhbz#1950291
2021-04-22 18:36:59 +02:00
Miro Hrončok
e0cf6decc7
Do not generate setuptools requirement for console_scripts on Python 3.10+
...
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
Related: rhbz#1950291
Fixes: rhbz#1947075
2021-04-22 18:35:47 +02:00
Mohan Boddu
f3e8685795
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 04:44:23 +00:00
DistroBaker
de0b994981
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#a295a5855988a761a2adf2e87a06c01fbcc6439b
2021-03-15 19:03:18 +00:00
DistroBaker
f34fdc5636
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#48510eebaebd2620d6b6a74f51e8478bbb2b7ad9
2021-03-11 20:32:25 +00:00
DistroBaker
79d9387a7b
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#438d8d3b705e88b62d4d36347338fd5357a71687
2021-02-18 18:40:22 +00:00
DistroBaker
16af67fbf3
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#8c2a1c0ac980a4e0c831901694f73c68d5b707c8
2021-02-18 16:44:35 +00:00
DistroBaker
00856cd1a3
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#8c2a1c0ac980a4e0c831901694f73c68d5b707c8
2021-02-06 06:53:27 +00:00
DistroBaker
a5af03ff31
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#b65cf8549a205716a8b60a82da5aed41c4c0254f
2021-02-05 03:38:54 +01:00
DistroBaker
faf2d6b731
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-rpm-generators.git#f328c9dd189053d0ceea722e28176261cf64fd15
2020-11-03 20:53:42 +00:00
Troy Dawson
e25505c276
RHEL 9.0.0 Alpha bootstrap
...
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-rpm-generators#bfb7f70b994d667b703a6b16c2b35d5056572800
2020-10-14 20:10:06 -07:00
Release Configuration Management
9ed5083a29
New branch setup
2020-10-08 23:32:58 +00:00