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 313485 Details for
Bug 454565
Broken Installation Wizard for TPS and RA with latest modutil
[?]
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]
patch including spec file changes
patch (text/plain), 3.32 KB, created by
Ade Lee
on 2008-08-05 19:36:52 UTC
(
hide
)
Description:
patch including spec file changes
Filename:
MIME Type:
Creator:
Ade Lee
Created:
2008-08-05 19:36:52 UTC
Size:
3.32 KB
patch
obsolete
>Index: pki/base/ra/lib/perl/PKI/RA/Modutil.pm >=================================================================== >--- pki/base/ra/lib/perl/PKI/RA/Modutil.pm (revision 72) >+++ pki/base/ra/lib/perl/PKI/RA/Modutil.pm (working copy) >@@ -104,8 +104,9 @@ > > my $moduledetail = `modutil -force -dbdir '$self->{dir}' -nocertdb -list "$m->{modulename}" 2> /dev/null`; > my @details= split "\n\n", $moduledetail; >- shift @details; >- >+ while ($details[0] !~ /.*Name:.*/) { >+ shift @details; >+ }; > $m->{detail} = makehash(shift @details); > foreach $d (@details) { > my $sdh = makehash($d); > >Index: pki/base/tps/lib/perl/PKI/TPS/Modutil.pm >=================================================================== >--- pki/base/tps/lib/perl/PKI/TPS/Modutil.pm (revision 72) >+++ pki/base/tps/lib/perl/PKI/TPS/Modutil.pm (working copy) >@@ -104,7 +104,9 @@ > > my $moduledetail = `modutil -force -dbdir '$self->{dir}' -nocertdb -list "$m->{modulename}" 2> /dev/null`; > my @details= split "\n\n", $moduledetail; >- shift @details; >+ while ($details[0] !~ /.*Name:.*/) { >+ shift @details; >+ }; > > $m->{detail} = makehash(shift @details); > foreach $d (@details) { > >Index: pki/linux/ra/pki-ra.spec >=================================================================== >--- pki/linux/ra/pki-ra.spec (revision 72) >+++ pki/linux/ra/pki-ra.spec (working copy) >@@ -33,7 +33,7 @@ > ## Package Header Definitions > %define base_name %{base_prefix}-%{base_component} > %define base_version 1.0.0 >-%define base_release 2 >+%define base_release 3 > %define base_group System Environment/Daemons > %define base_vendor Red Hat, Inc. > %define base_license GPLv2 with exceptions >@@ -264,6 +264,8 @@ > ############################################################################### > > %changelog >+* Tue Aug 5 2008 Ade Lee <alee@redhat.com> 1.0.0-3 >+- Fix for bug#454565 - Broken Installation Wizard for TPS and RA with latest modutil. > * Tue Apr 1 2008 Jack Magne <jmagne@redhat.com> 1.0.0-2 > - Fix for bug#440084 - Subsystem Installation Error Message Needs Improvement. > * Tue Feb 19 2008 PKI Team <pki-devel@redhat.com> 1.0.0-1 > >Index: pki/linux/tps/pki-tps.spec >=================================================================== >--- pki/linux/tps/pki-tps.spec (revision 72) >+++ pki/linux/tps/pki-tps.spec (working copy) >@@ -34,7 +34,7 @@ > ## Package Header Definitions > %define base_name %{base_prefix}-%{base_component} > %define base_version 1.0.0 >-%define base_release 2 >+%define base_release 3 > %define base_group System Environment/Daemons > %define base_vendor Red Hat, Inc. > %define base_license LGPLv2 with exceptions >@@ -312,6 +312,8 @@ > ############################################################################### > > %changelog >+* Tue Aug 5 2008 Ade Lee <alee@redhat.com> 1.0.0-3 >+- Fix for bug#454565 - Broken Installation Wizard for TPS and RA with latest modutil. > * Tue Apr 1 2008 Jack Magne <jmagne@redhat.com> 1.0.0-2 > - Fix for bug#440084 - Subsystem Installation Error Message Needs Improvement. > * Tue Feb 19 2008 PKI Team <pki-devel@redhat.com> 1.0.0-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 454565
:
312400
| 313485