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 155395 Details for
Bug 241295
jss4.jar to be installed in jnidir
[?]
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]
use _jnidir macro instead of _javadir
jss.diff (text/plain), 1.46 KB, created by
Rob Crittenden
on 2007-05-24 21:24:27 UTC
(
hide
)
Description:
use _jnidir macro instead of _javadir
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2007-05-24 21:24:27 UTC
Size:
1.46 KB
patch
obsolete
>Index: jss.spec >=================================================================== >RCS file: /cvs/extras/rpms/jss/FC-6/jss.spec,v >retrieving revision 1.1 >diff -u -r1.1 jss.spec >--- jss.spec 17 May 2007 14:07:17 -0000 1.1 >+++ jss.spec 24 May 2007 21:18:15 -0000 >@@ -1,6 +1,6 @@ > Name: jss > Version: 4.2.4 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Java Security Services (JSS) > > Group: System Environment/Libraries >@@ -82,9 +82,9 @@ > # There is no install target so we'll do it by hand > > # jars >-install -d -m 0755 $RPM_BUILD_ROOT%{_javadir} >-install -m 644 mozilla/dist/xpclass.jar ${RPM_BUILD_ROOT}%{_javadir}/jss4-%{version}.jar >-pushd $RPM_BUILD_ROOT%{_javadir} >+install -d -m 0755 $RPM_BUILD_ROOT%{_jnidir} >+install -m 644 mozilla/dist/xpclass.jar ${RPM_BUILD_ROOT}%{_jnidir}/jss4-%{version}.jar >+pushd $RPM_BUILD_ROOT%{_jnidir} > ln -fs jss4-%{version}.jar jss4.jar > popd > >@@ -113,11 +113,15 @@ > %files > %defattr(-,root,root,-) > %doc mozilla/security/jss/jss.html MPL-1.1.txt gpl.txt lgpl.txt >-%{_javadir}/* >+%{_jnidir}/* > %{_libdir}/lib*.so > > > %changelog >+* Thu May 24 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-6 >+- Use _jnidir macro instead of _javadir for the jar files. This will break >+ multilib installs but adheres to the jpackage spec. >+ > * Wed May 16 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-5 > - Include the 3 license files > - Remove Requires for nss and nspr. These libraries have versioned symbols
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 241295
: 155395