From be53b9b3c201352d8c40095979aa7386333e37a5 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 11 Apr 2016 21:41:45 -0500 Subject: [PATCH] Add a file for miscellaneous macros. --- macros.fedora-misc-srpm | 4 ++++ redhat-rpm-config.spec | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 macros.fedora-misc-srpm diff --git a/macros.fedora-misc-srpm b/macros.fedora-misc-srpm new file mode 100644 index 0000000..0d145da --- /dev/null +++ b/macros.fedora-misc-srpm @@ -0,0 +1,4 @@ +# Some miscellaneous Fedora-related macros + +# A directory for rpm macros +%rpmmacrodir /usr/lib/rpm/macros.d diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 73f3c8d..a4945e7 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,8 +6,8 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 40 -Release: 2%{?dist} +Version: 41 +Release: 1%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -26,6 +26,7 @@ Source51: redhat-hardened-ld # that would otherwise be providing the macros. other language/arch specific # macros should not be defined here but instead in the base packages that can # be pulled in at rpm build time, this is specific for srpm creation. +Source100: macros.fedora-misc-srpm Source102: macros.mono-srpm Source103: macros.nodejs-srpm @@ -137,6 +138,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Apr 11 2016 Jason L Tibbitts III - 41-1 +- Add a file for miscellaneous macros, currently containing just %%rpmmacrodir. + * Thu Feb 04 2016 Fedora Release Engineering - 40-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild