%global _el_version el8_5 Name: buildsys-macros-el8 Summary: Macros for the Buildsystem Version: 2.0 Release: 0.%{_el_version} License: GPL Group: Development/Buildsystem BuildArch: noarch %description This particular package contains the macros needed for the buildsys for CentOS el8. %install mkdir -p %{buildroot}/etc/rpm/ printf %s%b "%" "rhel 8\n" >> %{buildroot}/etc/rpm/macros.disttag printf %s%b "%" "centos 8\n" >> %{buildroot}/etc/rpm/macros.disttag printf %s%b "%" "dist .%{_el_version}\n" >> %{buildroot}/etc/rpm/macros.disttag printf %s%b "%" "el8 1\n" >> %{buildroot}/etc/rpm/macros.disttag printf %s%b "%" "__arch_install_post /usr/lib/rpm/check-buildroot\n" >> %{buildroot}/etc/rpm/macros.checkbuild %files /etc/rpm/macros.disttag /etc/rpm/macros.checkbuild %changelog * Wed Nov 10 2021 Carl George - 2.0-0.el8_5 - Update for CentOS Linux 8.5 * Mon May 24 2021 Carl George - 2.0-0.el8_4 - Update for CentOS Linux 8.4 * Thu Nov 05 2020 bstinson@centosproject.org - 2.0-0.el8_3 - Update for CentOS Linux 8.3 * Mon May 11 2020 brian@bstinson.com - 2.0-0.el8_2 - Update for 8.2 * Wed Jun 26 2019 Brian Stinson - el8-1.0-1.el8_0 - change to the same package name * Tue May 21 2019 Brian Stinson - el8_0-1.0-1 - build the el8_0 macros * Sat May 04 2019 Brian Stinson - 1.0-1 - rebuilt * Fri Mar 22 2019 Brian Stinson