Skip to content

Commit 4600c63

Browse files
authored
Add Almalinux 9.5 as a supported MakeRpm version
1 parent bbfac1e commit 4600c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/make_rpm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@ def CallRpmBuild(self, dirname, rpmbuild_args, debuginfo_type):
375375
'--define', '_builddir %s/BUILD' % dirname,
376376
]
377377

378-
if debuginfo_type in ["fedora40", "centos7", "centos9", "almalinux9.3"]:
378+
if debuginfo_type in ["fedora40", "centos7", "centos9", "almalinux9.3", "almalinux9.5"]:
379379
args += ['--undefine', '_debugsource_packages']
380380

381-
if debuginfo_type in ["centos7", "centos9", "almalinux9.3"]:
381+
if debuginfo_type in ["centos7", "centos9", "almalinux9.3", "almalinux9.3"]:
382382
args += ['--define', 'buildsubdir .']
383383

384384
if debuginfo_type == "fedora40":

0 commit comments

Comments
 (0)