RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 27-Jun-2007 23:22:52
Branch: HEAD Handle: 2007062722225200
Modified files:
rpm CHANGES
rpm/lib psm.c
Log:
Remove hardcoded "libtermcap" vs. Bash kludge in lib/psm.c
Submitted by: Panu Matilainen <pmatilaj>
Obtained from: rpm.org
Summary:
Revision Changes Path
1.1409 +1 -0 rpm/CHANGES
2.202 +0 -4 rpm/lib/psm.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.1408 -r1.1409 CHANGES
--- rpm/CHANGES 27 Jun 2007 21:05:06 -0000 1.1408
+++ rpm/CHANGES 27 Jun 2007 21:22:52 -0000 1.1409
@@ -1,4 +1,5 @@
4.5 -> 5.0:
+ - pmatilaj: remove hardcoded "libtermcap" vs. Bash kludge in lib/psm.c
- rse: implement --without-file, i.e., building RPM without File/magic support
- rse: use regular LIBS for linking against SELinux library
- rse: no longer re-build db_xxx utilities in rpmdb/ -- use already built db3/ versions instead
@@ .
patch -p0 <<'@@ .'
Index: rpm/lib/psm.c
============================================================================
$ cvs diff -u -r2.201 -r2.202 psm.c
--- rpm/lib/psm.c 19 Jun 2007 03:30:12 -0000 2.201
+++ rpm/lib/psm.c 27 Jun 2007 21:22:52 -0000 2.202
@@ -646,10 +646,6 @@
psm->sq.reaper = 1;
- /* XXX bash must have functional libtermcap.so.2 */
- if (!strcmp(n, "libtermcap"))
- ldconfig_done = 0;
-
/*
* If a successor node, and ldconfig was just run, don't bother.
*/
@@ .
Received on Wed Jun 27 23:22:52 2007