1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-11 11:41:33 +02:00
pg_probackup/packaging/pkg/Makefile.rhel

58 lines
1.2 KiB
Makefile
Raw Normal View History

# 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:
$(call build_rpm,rhel,7,7Server,9.6,9.6.24)
touch build/rhel_7_9.6
build/rhel_7_10:
$(call build_rpm,rhel,7,7Server,10,10.19)
touch build/rhel_7_10
build/rhel_7_11:
$(call build_rpm,rhel,7,7Server,11,11.14)
touch build/rhel_7_11
build/rhel_7_12:
$(call build_rpm,rhel,7,7Server,12,12.9)
touch build/rhel_7_12
build/rhel_7_13:
$(call build_rpm,rhel,7,7Server,13,13.5)
touch build/rhel_7_13
build/rhel_7_14:
$(call build_rpm,rhel,7,7Server,14,14.1)
touch build/rhel_7_14
# 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:
$(call build_rpm,rhel,8,8Server,9.6,9.6.24)
touch build/rhel_8_9.6
build/rhel_8_10:
$(call build_rpm,rhel,8,8Server,10,10.19)
touch build/rhel_8_10
build/rhel_8_11:
$(call build_rpm,rhel,8,8Server,11,11.14)
touch build/rhel_8_11
build/rhel_8_12:
$(call build_rpm,rhel,8,8Server,12,12.9)
touch build/rhel_8_12
build/rhel_8_13:
$(call build_rpm,rhel,8,8Server,13,13.5)
touch build/rhel_8_13
build/rhel_8_14:
$(call build_rpm,rhel,8,8Server,14,14.1)
touch build/rhel_8_14