summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-11-23 03:22:51 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-11-23 03:22:51 +0000
commitce881b516e8366cfdfb3de3f408c63e3c3a5b794 (patch)
tree0ca54a98feb5b41234e52ed00cce399ffbf23aa7
parent67e1216499929bb65748a6149513b360b56cccc1 (diff)
downloadpki-ce881b516e8366cfdfb3de3f408c63e3c3a5b794.tar.gz
pki-ce881b516e8366cfdfb3de3f408c63e3c3a5b794.tar.xz
pki-ce881b516e8366cfdfb3de3f408c63e3c3a5b794.zip
Bugzilla Bug #453504 - RA perl scripts won't compile on Fedora 9.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@143 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rwxr-xr-xpki/base/ra/lib/perl/PKI/RA/Modutil.pm2
-rwxr-xr-xpki/base/tps/lib/perl/PKI/TPS/Modutil.pm2
-rw-r--r--pki/linux/ra/pki-ra.spec6
-rw-r--r--pki/linux/tps/pki-tps.spec6
4 files changed, 12 insertions, 4 deletions
diff --git a/pki/base/ra/lib/perl/PKI/RA/Modutil.pm b/pki/base/ra/lib/perl/PKI/RA/Modutil.pm
index 7ecf186d8..017978ba4 100755
--- a/pki/base/ra/lib/perl/PKI/RA/Modutil.pm
+++ b/pki/base/ra/lib/perl/PKI/RA/Modutil.pm
@@ -182,7 +182,7 @@ sub gettoken {
-package;
+package main;
sub ::test {
diff --git a/pki/base/tps/lib/perl/PKI/TPS/Modutil.pm b/pki/base/tps/lib/perl/PKI/TPS/Modutil.pm
index a27e0232e..02d4bcad3 100755
--- a/pki/base/tps/lib/perl/PKI/TPS/Modutil.pm
+++ b/pki/base/tps/lib/perl/PKI/TPS/Modutil.pm
@@ -183,7 +183,7 @@ sub gettoken {
-package;
+package main;
sub ::test {
diff --git a/pki/linux/ra/pki-ra.spec b/pki/linux/ra/pki-ra.spec
index fa3cd3992..15198e05a 100644
--- a/pki/linux/ra/pki-ra.spec
+++ b/pki/linux/ra/pki-ra.spec
@@ -33,7 +33,7 @@
## Package Header Definitions
%define base_name %{base_prefix}-%{base_component}
%define base_version 1.0.0
-%define base_release 4
+%define base_release 5
%define base_group System Environment/Daemons
%define base_vendor Red Hat, Inc.
%define base_license GPLv2 with exceptions
@@ -264,6 +264,10 @@ fi
###############################################################################
%changelog
+* Sat Nov 22 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-5
+- 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
* Sat Nov 22 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-4
- Bugzilla Bug #472305 - "equality" tests in all spec files need to be fixed
- Bumped "java" and "java-devel" 1.4.2 and 1.5.0 dependencies to 1.6.0
diff --git a/pki/linux/tps/pki-tps.spec b/pki/linux/tps/pki-tps.spec
index f28cf0fde..9d1b5c2c2 100644
--- a/pki/linux/tps/pki-tps.spec
+++ b/pki/linux/tps/pki-tps.spec
@@ -34,7 +34,7 @@
## Package Header Definitions
%define base_name %{base_prefix}-%{base_component}
%define base_version 1.0.0
-%define base_release 4
+%define base_release 5
%define base_group System Environment/Daemons
%define base_vendor Red Hat, Inc.
%define base_license LGPLv2 with exceptions
@@ -312,6 +312,10 @@ fi
###############################################################################
%changelog
+* Sat Nov 22 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-5
+- 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
* Sat Nov 22 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-4
- Bugzilla Bug #472305 - "equality" tests in all spec files need to be fixed
- Bumped "java" and "java-devel" 1.4.2 and 1.5.0 dependencies to 1.6.0