From efd908eb55a617f36f10164a6e147e6f0b36c64a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jul 2021 07:14:13 +0200 Subject: add vendeur macro --- el8x.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index 59bdb85..e62b6a5 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -21,6 +21,7 @@ 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" -- cgit