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 --- fc33x.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'fc33x.tpl') diff --git a/fc33x.tpl b/fc33x.tpl index 081be7d..f91c666 100644 --- a/fc33x.tpl +++ b/fc33x.tpl @@ -22,6 +22,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']=".fc33.remi" config_opts['macros']['%fedora']="33" -- cgit