]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed typo in find-perl-requires (didn't find packages providing perl modules)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Apr 2001 01:14:17 +0000 (01:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 10

Changed files:
    rpm-find-perl-requires -> 1.4
    rpm.spec -> 1.193

rpm-find-perl-requires
rpm.spec

index eee26016f37d0b5853228d9d0619a54b99fd0830..d4ebb67cb53393ca56d051a51551f5382f537cca 100644 (file)
@@ -17,7 +17,7 @@ if [ -f __rpm_noautoreq ] ; then
        done
 fi
 
-require_perl_t="$requires_perl"
+requires_perl_t="$requires_perl"
 if [ -f __rpm_noautoreqdep ] ; then
        for i in `cat __rpm_noautoreqdep`; do
                requires_perl_t=`echo $requires_perl_t | sed "s!\<$i[[:space:]]*!!g"`
index e28987c4c7e063714a3bf4043ded7d0bfec83390..dff72230da21e80c194f56f211a303270eb02232 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary:        Red Hat (and now also PLD) Package Manager
 Summary(pl):   Aplikacja do zarz±dzania pakietami
 Name:          rpm
 Version:       4.0.2
-Release:       9
+Release:       10
 License:       GPL
 Group:         Base
 Group(de):     Gründsätzlich
This page took 0.042841 seconds and 4 git commands to generate.