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 586030 Details for
Bug 823924
please apply the following patch that conditionalizes building the tools
[?]
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]
spec patch
diff (text/plain), 1.30 KB, created by
Bill Nottingham
on 2012-05-22 13:11:07 UTC
(
hide
)
Description:
spec patch
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2012-05-22 13:11:07 UTC
Size:
1.30 KB
patch
obsolete
>commit 4d939b002f5e4af89358f722d78916e4039cd82d (HEAD, origin/rhel-7.0, rhel-7.0) >Author: Bill Nottingham <notting@redhat.com> >Date: Tue May 22 08:57:18 2012 -0400 > > Don't build the tools subpackage (gtk1, fltk, etc. dependencies) in RHEL > >diff --git a/alsa-tools.spec b/alsa-tools.spec >index 8013164..f257acc 100644 >--- a/alsa-tools.spec >+++ b/alsa-tools.spec >@@ -3,6 +3,9 @@ > # (see alsa-firmware), it is some complementary tools. > # Do *NOT* set it to zero or have a commented out define here, or it will not > # work. (RPM spec file voodoo) >+%if 0%{?rhel} >+%global _without_tools 1 >+%endif > > %ifarch ppc ppc64 > # sb16_csp doesn't build on PPC; see bug #219010 >@@ -23,7 +26,7 @@ > Summary: Specialist tools for ALSA > Name: alsa-tools > Version: 1.0.25 >-Release: 2%{?dist} >+Release: 2%{?dist}.1 > > # Checked at least one source file from all the sub-projects contained in > # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 >@@ -231,6 +234,9 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d > %endif > > %changelog >+* Tue May 22 2012 Bill Nottingham <notting@redhat.com> - 1.0.25-2.1 >+- don't build -tools for RHEL; only build the firmware subpackage >+ > * Wed Mar 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.25-2 > - Bump build for ARM >
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 823924
: 586030