summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el10av91.cfg19
-rw-r--r--el10xv91.cfg19
-rw-r--r--el8av91.cfg19
-rw-r--r--el8xv91.cfg19
-rw-r--r--el9av91.cfg20
-rw-r--r--el9xv91.cfg20
-rw-r--r--fc42av91.cfg19
-rw-r--r--fc42xv91.cfg19
-rw-r--r--fc43av91.cfg19
-rw-r--r--fc43xv91.cfg19
-rw-r--r--fc44av91.cfg19
-rw-r--r--fc44xv91.cfg19
12 files changed, 230 insertions, 0 deletions
diff --git a/el10av91.cfg b/el10av91.cfg
new file mode 100644
index 0000000..d32f62f
--- /dev/null
+++ b/el10av91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('el10a.tpl')
+
+config_opts['root'] = 'el10av91'
+config_opts['resultdir'] = "/var/lib/mock/el10a"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="10010" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el10.remi"
+
diff --git a/el10xv91.cfg b/el10xv91.cfg
new file mode 100644
index 0000000..6ed6ad4
--- /dev/null
+++ b/el10xv91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('el10x.tpl')
+
+config_opts['root'] = 'el10xv91'
+config_opts['resultdir'] = "/var/lib/mock/el10x"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="10010" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el10.remi"
+
diff --git a/el8av91.cfg b/el8av91.cfg
new file mode 100644
index 0000000..0123af0
--- /dev/null
+++ b/el8av91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('el8a.tpl')
+
+config_opts['root'] = 'el8av91'
+config_opts['resultdir'] = "/var/lib/mock/el8a"
+
+config_opts['module_enable'] = ['valkey:remi-9.1', 'varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="91000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el8.remi"
+
diff --git a/el8xv91.cfg b/el8xv91.cfg
new file mode 100644
index 0000000..712a1ed
--- /dev/null
+++ b/el8xv91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('el8x.tpl')
+
+config_opts['root'] = 'el8xv91'
+config_opts['resultdir'] = "/var/lib/mock/el8x"
+
+config_opts['module_enable'] = ['valkey:remi-9.1', 'varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="91000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el8.remi"
+
diff --git a/el9av91.cfg b/el9av91.cfg
new file mode 100644
index 0000000..3eb77e8
--- /dev/null
+++ b/el9av91.cfg
@@ -0,0 +1,20 @@
+import datetime;
+
+include('el9a.tpl')
+
+config_opts['root'] = 'el9av91'
+config_opts['resultdir'] = "/var/lib/mock/el9a"
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy epel-rpm-macros'
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="91700" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el9.remi"
+
diff --git a/el9xv91.cfg b/el9xv91.cfg
new file mode 100644
index 0000000..e464c4e
--- /dev/null
+++ b/el9xv91.cfg
@@ -0,0 +1,20 @@
+import datetime;
+
+include('el9x.tpl')
+
+config_opts['root'] = 'el9xv91'
+config_opts['resultdir'] = "/var/lib/mock/el9x"
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy epel-rpm-macros'
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="91700" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.el9.remi"
+
diff --git a/fc42av91.cfg b/fc42av91.cfg
new file mode 100644
index 0000000..1967061
--- /dev/null
+++ b/fc42av91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc42a.tpl')
+
+config_opts['root'] = 'fc42av91'
+config_opts['resultdir'] = "/var/lib/mock/fc42a"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="42" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc42.remi"
+
diff --git a/fc42xv91.cfg b/fc42xv91.cfg
new file mode 100644
index 0000000..b074b64
--- /dev/null
+++ b/fc42xv91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc42x.tpl')
+
+config_opts['root'] = 'fc42xv91'
+config_opts['resultdir'] = "/var/lib/mock/fc42x"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="42" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc42.remi"
+
diff --git a/fc43av91.cfg b/fc43av91.cfg
new file mode 100644
index 0000000..5cf22c3
--- /dev/null
+++ b/fc43av91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc43a.tpl')
+
+config_opts['root'] = 'fc43av91'
+config_opts['resultdir'] = "/var/lib/mock/fc43a"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="43" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc43.remi"
+
diff --git a/fc43xv91.cfg b/fc43xv91.cfg
new file mode 100644
index 0000000..c56d184
--- /dev/null
+++ b/fc43xv91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc43x.tpl')
+
+config_opts['root'] = 'fc43xv91'
+config_opts['resultdir'] = "/var/lib/mock/fc43x"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="43" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc43.remi"
+
diff --git a/fc44av91.cfg b/fc44av91.cfg
new file mode 100644
index 0000000..e7f438b
--- /dev/null
+++ b/fc44av91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc44a.tpl')
+
+config_opts['root'] = 'fc44av91'
+config_opts['resultdir'] = "/var/lib/mock/fc44a"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="44" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc44.remi"
+
diff --git a/fc44xv91.cfg b/fc44xv91.cfg
new file mode 100644
index 0000000..e4f26d0
--- /dev/null
+++ b/fc44xv91.cfg
@@ -0,0 +1,19 @@
+import datetime;
+
+include('fc44x.tpl')
+
+config_opts['root'] = 'fc44xv91'
+config_opts['resultdir'] = "/var/lib/mock/fc44x"
+
+config_opts['module_enable'] = ['valkey:remi-9.1']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="valkey"
+config_opts['macros']['%_module_stream']="remi-9.1"
+config_opts['macros']['%_module_version']="44" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_valkey.9.1.fc44.remi"
+