Displaying 2 results from an estimated 2 matches for "dannoo".
Did you mean:
danno
2005 Jun 29
2
an rpm howto question
I am in a precarious spot....
I run centos 4.0. I upgraded my mod_perl RPM to mod_perl 2.0.1. CGI.pm 3.10 (3.05 comes with centos 4.0) fixes some namespace issues with mod_perl vs mod_perl 2.0.1. I need to upgrade to it to 3.10. Yet that file belongs to the perl rpm that comes with centos.
What do people generally do in this type of situation?
Do I need to compile a new perl just to upgrade
2005 Jun 30
1
rpm spec file for "fakejava"
.../lists.centos.org/mailman/listinfo/centos
>
danno
--
dan pritts - systems administrator - internet2
734/352-4953 office 734/834-7224 mobile
-------------- next part --------------
%define name fakejava
%define version 1.4.2
%define release 1
Vendor: danno
Packager: danno
Distribution: dannoOS
URL: http://www.internet2.edu
BuildArchitectures: noarch
Summary: A fake package so that rpm thinks we have "java"
Name: %{name}
Version: %{version}
Release: %{release}
Group: internet2
Source: %{name}-%{version}.tar.gz
BuildRoot: /tmp/%{name}-%{version}
License: GPL
Provides: java =...