From 6b6435c5dae646d15e93cd8744cfbc17193b1128 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 May 2022 10:48:16 +0200 Subject: simplify using vendor.tpl in all config --- el8x.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index e62b6a5..bd22b9c 100644 --- a/el8x.tpl +++ b/el8x.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 ccache 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 " -config_opts['macros']['%packager']="Remi Collet" -config_opts['macros']['%vendeur']="remi" -config_opts['macros']['%bugurl']="https://forum.remirepo.net/" config_opts['macros']['%dist']=".el8.remi" config_opts['macros']['%rhel']="8" config_opts['macros']['%_with_ibase']="1" -- cgit