2021-09-26 00:13:04 +02:00
|
|
|
# RHEL 7
|
|
|
|
build/rhel_7_9.5:
|
|
|
|
$(call build_rpm,rhel,7,7Server,9.5,9.5.25)
|
|
|
|
touch build/rhel_7_9.5
|
|
|
|
|
|
|
|
build/rhel_7_9.6:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,9.6,9.6.24)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_7_9.6
|
|
|
|
|
|
|
|
build/rhel_7_10:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,10,10.19)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_7_10
|
|
|
|
|
|
|
|
build/rhel_7_11:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,11,11.14)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_7_11
|
|
|
|
|
|
|
|
build/rhel_7_12:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,12,12.9)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_7_12
|
|
|
|
|
|
|
|
build/rhel_7_13:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,13,13.5)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_7_13
|
|
|
|
|
2021-10-13 12:48:53 +02:00
|
|
|
build/rhel_7_14:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,7,7Server,14,14.1)
|
2021-10-13 12:48:53 +02:00
|
|
|
touch build/rhel_7_14
|
|
|
|
|
2021-09-26 00:13:04 +02:00
|
|
|
# RHEL 8
|
|
|
|
build/rhel_8_9.5:
|
|
|
|
$(call build_rpm,rhel,8,8Server,9.5,9.5.25)
|
|
|
|
touch build/rhel_8_9.5
|
|
|
|
|
|
|
|
build/rhel_8_9.6:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,9.6,9.6.24)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_8_9.6
|
|
|
|
|
|
|
|
build/rhel_8_10:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,10,10.19)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_8_10
|
|
|
|
|
|
|
|
build/rhel_8_11:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,11,11.14)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_8_11
|
|
|
|
|
|
|
|
build/rhel_8_12:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,12,12.9)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_8_12
|
|
|
|
|
|
|
|
build/rhel_8_13:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,13,13.5)
|
2021-09-26 00:13:04 +02:00
|
|
|
touch build/rhel_8_13
|
2021-10-13 12:48:53 +02:00
|
|
|
|
|
|
|
build/rhel_8_14:
|
2021-12-26 20:24:15 +02:00
|
|
|
$(call build_rpm,rhel,8,8Server,14,14.1)
|
2021-10-13 12:48:53 +02:00
|
|
|
touch build/rhel_8_14
|