We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7356479 commit07f73eeCopy full SHA for 07f73ee
packaging/Makefile.repo
@@ -59,11 +59,11 @@ repo/oraclelinux: build/repo_oraclelinux_6 build/repo_oraclelinux_7 build/repo_o
59
@echo Build repo for oraclelinux platforms: done
60
61
build/repo_oraclelinux_6:
62
-$(call build_repo_rpm,oraclelinux,6,,)
+$(call build_repo_rpm,oraclelinux,6,6Server)
63
touch build/repo_oraclelinux_6
64
65
build/repo_oraclelinux_7:
66
-$(call build_repo_rpm,oraclelinux,7,,)
+$(call build_repo_rpm,oraclelinux,7,7Server)
67
touch build/repo_oraclelinux_7
68
69
build/repo_oraclelinux_8:
@@ -75,11 +75,11 @@ repo/rhel: build/repo_rhel_6 build/repo_rhel_7 build/repo_rhel_8
75
@echo Build repo for rhel platforms: done
76
77
build/repo_rhel_6:
78
-$(call build_repo_rpm,rhel,6,,)
+$(call build_repo_rpm,rhel,6,6Server)
79
touch build/repo_rhel_6
80
81
build/repo_rhel_7:
82
-$(call build_repo_rpm,rhel,7,,)
+$(call build_repo_rpm,rhel,7,7Server)
83
touch build/repo_rhel_7
84
85
build/repo_rhel_8: