[Lunar-commits] CVS: moonbase/zbeta/rpm DEPENDS, 1.4, 1.5 DETAILS,
1.1, 1.2
Terry Chan
tchan at lunar-linux.org
Sun Feb 8 04:47:51 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/rpm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10412
Modified Files:
DEPENDS DETAILS
Log Message:
Version bump to rpm-4.2. Compiled and tested with gcc-3.2.3, kernel headers
2.4.x. Should compile just fine under gcc-3.3.2. Added the elfutils module
to moonbase/devel to get this version of rpm to compile correctly. Source
is not distributed as tar.gz from RedHat, so I rpmunpack'd a src.rpm and
put it into /var/spool/lunar on dbguin. Same for elfutils module.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/rpm/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 9 Jun 2003 19:38:06 -0000 1.4
+++ DEPENDS 8 Feb 2004 04:47:49 -0000 1.5
@@ -1,5 +1,6 @@
depends db &&
depends "Python" &&
+depends elfutils &&
optional_depends "zlib" "" "" "optional for gziped rpmfiles" &&
optional_depends "bzip2" "" "" "optional for bzip2 compressed rpms" &&
optional_depends "gnupg" "" "" "optional for signed rpm package support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/rpm/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 19 Dec 2002 19:26:56 -0000 1.1
+++ DETAILS 8 Feb 2004 04:47:49 -0000 1.2
@@ -1,13 +1,19 @@
- MODULE=rpm
- VERSION=4.1
+ MODULE=rpm
+ VERSION=4.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/$SOURCE
+ SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/$SOURCE
+# SOURCE_URL[1]=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/$SOURCE
+ SOURCE_VFY=md5:b7610e5704dfc3e06ff7e2e84e0eb57c
WEB_SITE=http://www.rpm.org
ENTERED=20021102
- UPDATED=20021102
- MAINTAINER=MaT at comcast.net
+ UPDATED=20040207
+ PSAFE=no
SHORT="Redhat command line driven package management system"
cat << EOF
-The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc.
+The RPM Package Manager (RPM) is a powerful command line driven package
+management system capable of installing, uninstalling, verifying, querying,
+and updating software packages. Each software package consists of an archive
+of files along with information about the package like its version, a
+description, etc.
EOF
More information about the Lunar-commits
mailing list