Add a file for miscellaneous macros.
This commit is contained in:
parent
e29e82243c
commit
be53b9b3c2
4
macros.fedora-misc-srpm
Normal file
4
macros.fedora-misc-srpm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Some miscellaneous Fedora-related macros
|
||||||
|
|
||||||
|
# A directory for rpm macros
|
||||||
|
%rpmmacrodir /usr/lib/rpm/macros.d
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 40
|
Version: 41
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -26,6 +26,7 @@ Source51: redhat-hardened-ld
|
|||||||
# that would otherwise be providing the macros. other language/arch specific
|
# 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
|
# 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.
|
# be pulled in at rpm build time, this is specific for srpm creation.
|
||||||
|
Source100: macros.fedora-misc-srpm
|
||||||
Source102: macros.mono-srpm
|
Source102: macros.mono-srpm
|
||||||
Source103: macros.nodejs-srpm
|
Source103: macros.nodejs-srpm
|
||||||
|
|
||||||
@ -137,6 +138,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2016 Jason L Tibbitts III <tibbs@math.uh.edu> - 41-1
|
||||||
|
- Add a file for miscellaneous macros, currently containing just %%rpmmacrodir.
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 40-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 40-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user