Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 852525 Details for
Bug 1055278
Install macros to %{_rpmconfigdir}/macros.d.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Install macros to %{_rpmconfigdir}/macros.d.
Install-macros-to-rpmconfigdirmacrosd.patch (text/plain), 1.64 KB, created by
Ville Skyttä
on 2014-01-19 22:51:10 UTC
(
hide
)
Description:
Install macros to %{_rpmconfigdir}/macros.d.
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2014-01-19 22:51:10 UTC
Size:
1.64 KB
patch
obsolete
>From a5eda17d0b2ca48135d9ed1ef60165a507d5066e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Mon, 20 Jan 2014 00:50:49 +0200 >Subject: [PATCH] Install macros to %{_rpmconfigdir}/macros.d. > >https://bugzilla.redhat.com/show_bug.cgi?id=1055278 >--- > mpich.spec | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > >diff --git a/mpich.spec b/mpich.spec >index cb18bab..c1dbfad 100644 >--- a/mpich.spec >+++ b/mpich.spec >@@ -3,7 +3,7 @@ > Summary: A high-performance implementation of MPI > Name: mpich > Version: 3.0.4 >-Release: 7%{?dist} >+Release: 8%{?dist} > License: MIT > Group: Development/Libraries > URL: http://www.mpich.org/ >@@ -180,8 +180,8 @@ EOF > cp -p %{buildroot}%{_sysconfdir}/profile.d/mpich-%{_arch}.{sh,csh} > > # Install the RPM macro >-mkdir -p %{buildroot}%{_sysconfdir}/rpm >-cp -pr %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name} >+mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d >+cp -p %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} > > # Silence rpmlint > sed -i '/^#! \//,1 d' %{buildroot}%{_sysconfdir}/%{name}-%{_arch}/mpi*.conf >@@ -219,7 +219,7 @@ make check > %{_libdir}/%{name}/lib/*.so > %{_libdir}/pkgconfig/%{name}.pc > %{_libdir}/pkgconfig/openpa.pc >-%config %{_sysconfdir}/rpm/macros.%{name} >+%{_rpmconfigdir}/macros.d/macros.%{name} > > %files doc > %dir %{_datadir}/%{name} >@@ -227,6 +227,9 @@ make check > %{_mandir}/%{name}/man3/ > > %changelog >+* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.0.4-8 >+- Install macros to %%{_rpmconfigdir}/macros.d. >+ > * Mon Jan 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-7 > - Set the aarch64 compiler options > >-- >1.8.3.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1055278
: 852525