summaryrefslogtreecommitdiffstats
path: root/el9x.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-16 10:48:16 +0200
committerRemi Collet <remi@php.net>2022-05-16 10:48:16 +0200
commit6b6435c5dae646d15e93cd8744cfbc17193b1128 (patch)
treead18346bf35dfba8297ccdf91d5027229b26d541 /el9x.tpl
parentcabfd7c62176cf2936357aab8c60aabaebc7ba75 (diff)
simplify using vendor.tpl in all config
Diffstat (limited to 'el9x.tpl')
-rw-r--r--el9x.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/el9x.tpl b/el9x.tpl
index 4c2856a..9e5bf7c 100644
--- a/el9x.tpl
+++ b/el9x.tpl
@@ -1,3 +1,5 @@
+include('vendor.tpl')
+
config_opts['target_arch'] = 'x86_64'
#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
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'
@@ -19,10 +21,6 @@ config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
config_opts['macros']['%_topdir']="/builddir/build"
config_opts['macros']['%_smp_mflags']="-j10"
-config_opts['macros']['%vendor']="Remi's RPM repository <https://rpms.remirepo.net/>"
-config_opts['macros']['%packager']="Remi Collet"
-config_opts['macros']['%vendeur']="remi"
-config_opts['macros']['%bugurl']="https://forum.remirepo.net/"
config_opts['macros']['%dist']=".el9.remi"
config_opts['macros']['%rhel']="9"
config_opts['macros']['%_with_ibase']="1"