From 42fcbb1aacaaf56c60e7ab1d22afdb8a141dc2f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jul 2020 16:02:27 +0200 Subject: swap vendor / packager with better desc. --- el8x.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index ebd74fa..2da64da 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -19,8 +19,8 @@ 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 Collet" -config_opts['macros']['%packager']="https://blog.remirepo.net/" +config_opts['macros']['%vendor']="Remi's RPM repository " +config_opts['macros']['%packager']="Remi Collet" config_opts['macros']['%bugurl']="https://forum.remirepo.net/" config_opts['macros']['%dist']=".el8.remi" config_opts['macros']['%rhel']="8" -- cgit