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 --- el7x.tpl | 1 + el8x.tpl | 1 + fc32i.tpl | 1 + fc32x.tpl | 1 + fc33i.tpl | 1 + fc33x.tpl | 1 + fc34i.tpl | 1 + fc34x.tpl | 1 + 8 files changed, 8 insertions(+) diff --git a/el7x.tpl b/el7x.tpl index 1b39f33..76634b0 100644 --- a/el7x.tpl +++ b/el7x.tpl @@ -18,6 +18,7 @@ config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' 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']=".el7.remi" config_opts['macros']['%rhel']="7" 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" diff --git a/fc32i.tpl b/fc32i.tpl index bb054b2..aa9a168 100644 --- a/fc32i.tpl +++ b/fc32i.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']=".fc32.remi" config_opts['macros']['%fedora']="32" diff --git a/fc32x.tpl b/fc32x.tpl index 5a81c6c..9071db9 100644 --- a/fc32x.tpl +++ b/fc32x.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']=".fc32.remi" config_opts['macros']['%fedora']="32" diff --git a/fc33i.tpl b/fc33i.tpl index 5a03fd9..9b51083 100644 --- a/fc33i.tpl +++ b/fc33i.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" 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" diff --git a/fc34i.tpl b/fc34i.tpl index 1248eb0..2e8f4de 100644 --- a/fc34i.tpl +++ b/fc34i.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']=".fc34.remi" config_opts['macros']['%fedora']="34" diff --git a/fc34x.tpl b/fc34x.tpl index d090156..cd91557 100644 --- a/fc34x.tpl +++ b/fc34x.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']=".fc34.remi" config_opts['macros']['%fedora']="34" -- cgit