Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 774955 Details for
Bug 847120
Unable to build JSS on F17 or newer
Home
New
Search
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.rh90 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]
0001-Fixed-build-issue-on-F19.patch
0001-Fixed-build-issue-on-F19.patch (text/plain), 3.27 KB, created by
Endi Sukma Dewata
on 2013-07-17 20:40:33 UTC
(
hide
)
Description:
0001-Fixed-build-issue-on-F19.patch
Filename:
MIME Type:
Creator:
Endi Sukma Dewata
Created:
2013-07-17 20:40:33 UTC
Size:
3.27 KB
patch
obsolete
>From fd51f600d1c49c5c21ea50040947b47c75883630 Mon Sep 17 00:00:00 2001 >From: "Endi S. Dewata" <edewata@redhat.com> >Date: Wed, 17 Jul 2013 15:16:32 -0400 >Subject: [PATCH] Fixed build issue on F19 > >--- > jss-fixed-build-issue-on-F17-or-newer.patch | 23 +++++++++++++++++++++++ > jss.spec | 9 +++++++-- > 2 files changed, 30 insertions(+), 2 deletions(-) > create mode 100644 jss-fixed-build-issue-on-F17-or-newer.patch > >diff --git a/jss-fixed-build-issue-on-F17-or-newer.patch b/jss-fixed-build-issue-on-F17-or-newer.patch >new file mode 100644 >index 0000000000000000000000000000000000000000..b3775ee441ff46f3d5513b24c3f40dfdc2b3bba9 >--- /dev/null >+++ b/jss-fixed-build-issue-on-F17-or-newer.patch >@@ -0,0 +1,23 @@ >+diff -ENwbur jss.orig/mozilla/security/coreconf/config.mk jss/mozilla/security/coreconf/config.mk >+--- jss.orig/mozilla/security/coreconf/config.mk 2013-07-11 23:52:41.000000000 -0400 >++++ jss/mozilla/security/coreconf/config.mk 2013-07-17 14:58:10.000000000 -0400 >+@@ -68,8 +68,19 @@ >+ ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET))) >+ include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk >+ else >++ifeq ($(OS_TARGET), Linux) >++OS_RELEASE_VER_MAJOR := $(shell echo $(OS_RELEASE) | cut -f1 -d.) >++OS_RELEASE_VER_MINOR := $(shell echo $(OS_RELEASE) | cut -f2 -d.) >++OS_RELEASE_GT_2_6 := $(shell [ $(OS_RELEASE_VER_MAJOR) -ge 2 -o \( $(OS_RELEASE_VER_MAJOR) -eq 2 -a $(OS_RELEASE_VER_MINOR) -ge 6 \) ] && echo true) >++ifeq ($(OS_RELEASE_GT_2_6),true) >++include $(CORE_DEPTH)/coreconf/Linux2.6.mk >++else >+ include $(CORE_DEPTH)/coreconf/$(OS_TARGET)$(OS_RELEASE).mk >+ endif >++else >++include $(CORE_DEPTH)/coreconf/$(OS_TARGET)$(OS_RELEASE).mk >++endif >++endif >+ >+ ####################################################################### >+ # [4.0] Master "Core Components" source and release <platform> tags # >diff --git a/jss.spec b/jss.spec >index 4bd7cb94ceba1c2dd39f9f85c0382a2001980c16..34ba30753ffb7f74e295e807cf4e21d20e2cbd39 100644 >--- a/jss.spec >+++ b/jss.spec >@@ -1,6 +1,6 @@ > Name: jss > Version: 4.2.6 >-Release: 29%{?dist} >+Release: 30%{?dist} > Summary: Java Security Services (JSS) > > Group: System Environment/Libraries >@@ -44,6 +44,7 @@ Patch19: jss-HSM-manufacturerID.patch > Patch20: jss-ECC-Phase2KeyArchivalRecovery.patch > Patch21: jss-undo-JCA-deprecations.patch > Patch22: jss-undo-BadPaddingException-deprecation.patch >+Patch23: jss-fixed-build-issue-on-F17-or-newer.patch > > > %description >@@ -83,6 +84,7 @@ This package contains the API documentation for JSS. > %patch20 -p1 > %patch21 -p1 > %patch22 -p1 >+%patch23 -p1 > > %build > [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java >@@ -187,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT > > > %changelog >+* Wed Feb 17 2013 Nathan Kinder <nkinder@redhat.com> - 4.2.6-30 >+- Bugzilla Bug #847120 - Unable to build JSS on F17 or newer >+ > * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-29 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >@@ -350,5 +355,5 @@ rm -rf $RPM_BUILD_ROOT > - Added RPM_OPT_FLAGS to XCFLAGS > - Added link to Sun JCE information > >-* Mon Feb 27 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-1 >+* Tue Feb 27 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-1 > - Initial build >-- >1.8.2.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 847120
:
614610
|
615532
|
774954
| 774955 |
777141
|
777143
|
777144
|
777145