1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-03 09:59:53 +02:00
pg_probackup/packaging/pkg/Makefile.suse
Mikhail A. Kulagin a454bd7d63 [ci skip] improve packaging:
* adding testing of packages for PG-14
* updating postgres versions
* adding reprepro config and rpmmacros to git
* fixing forgotten rhel repo signing and package testing
* adding alt-8 package testing
* removing debian-8, ubuntu-14.04 and ubuntu-16.04 packaging
* s/PGPRO Standart/PGPRO Standard/g
2021-12-26 21:24:15 +03:00

58 lines
1.2 KiB
Makefile

# Suse 15.1
build/suse_15.1_9.5:
$(call build_suse,suse,15.1,,9.5,9.5.25)
touch build/suse_15.1_9.5
build/suse_15.1_9.6:
$(call build_suse,suse,15.1,,9.6,9.6.24)
touch build/suse_15.1_9.6
build/suse_15.1_10:
$(call build_suse,suse,15.1,,10,10.19)
touch build/suse_15.1_10
build/suse_15.1_11:
$(call build_suse,suse,15.1,,11,11.14)
touch build/suse_15.1_11
build/suse_15.1_12:
$(call build_suse,suse,15.1,,12,12.9)
touch build/suse_15.1_12
build/suse_15.1_13:
$(call build_suse,suse,15.1,,13,13.5)
touch build/suse_15.1_13
build/suse_15.1_14:
$(call build_suse,suse,15.1,,14,14.1)
touch build/suse_15.1_14
# Suse 15.2
build/suse_15.2_9.5:
$(call build_suse,suse,15.2,,9.5,9.5.25)
touch build/suse_15.2_9.5
build/suse_15.2_9.6:
$(call build_suse,suse,15.2,,9.6,9.6.24)
touch build/suse_15.2_9.6
build/suse_15.2_10:
$(call build_suse,suse,15.2,,10,10.19)
touch build/suse_15.2_10
build/suse_15.2_11:
$(call build_suse,suse,15.2,,11,11.14)
touch build/suse_15.2_11
build/suse_15.2_12:
$(call build_suse,suse,15.2,,12,12.9)
touch build/suse_15.2_12
build/suse_15.2_13:
$(call build_suse,suse,15.2,,13,13.5)
touch build/suse_15.2_13
build/suse_15.2_14:
$(call build_suse,suse,15.2,,14,14.1)
touch build/suse_15.2_14