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 310741 Details for
Bug 453504
RA perl scripts won't compile on Fedora 9
[?]
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.
Fix for empty namespace issue in Perl on Fedora 9
fc9_diffs (text/plain), 2.63 KB, created by
Matthew Harmsen
on 2008-07-02 00:38:57 UTC
(
hide
)
Description:
Fix for empty namespace issue in Perl on Fedora 9
Filename:
MIME Type:
Creator:
Matthew Harmsen
Created:
2008-07-02 00:38:57 UTC
Size:
2.63 KB
patch
obsolete
>Index: linux/ra/pki-ra.spec >=================================================================== >--- linux/ra/pki-ra.spec (revision 63) >+++ 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,10 @@ > ############################################################################### > > %changelog >+* Tue Jul 1 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-3 >+- Bugzilla Bug #450345 - Port Dogtag 1.0.0 to Fedora 9 >+ (32-bit i386 & 64-bit x86_64) >+- Bugzilla Bug #453504 - RA perl scripts won't compile on Fedora 9 > * 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: linux/tps/pki-tps.spec >=================================================================== >--- linux/tps/pki-tps.spec (revision 63) >+++ 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,10 @@ > ############################################################################### > > %changelog >+* Tue Jul 1 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-3 >+- Bugzilla Bug #450345 - Port Dogtag 1.0.0 to Fedora 9 >+ (32-bit i386 & 64-bit x86_64) >+- Bugzilla Bug #453504 - RA perl scripts won't compile on Fedora 9 > * 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: base/ra/lib/perl/PKI/RA/Modutil.pm >=================================================================== >--- base/ra/lib/perl/PKI/RA/Modutil.pm (revision 63) >+++ base/ra/lib/perl/PKI/RA/Modutil.pm (working copy) >@@ -181,7 +181,7 @@ > > > >-package; >+package main; > > sub ::test { > >Index: base/tps/lib/perl/PKI/TPS/Modutil.pm >=================================================================== >--- base/tps/lib/perl/PKI/TPS/Modutil.pm (revision 63) >+++ base/tps/lib/perl/PKI/TPS/Modutil.pm (working copy) >@@ -181,7 +181,7 @@ > > > >-package; >+package main; > > sub ::test { >
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 Raw
Actions:
View
Attachments on
bug 453504
:
310638
|
310741
|
324422