Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37684267
en ru br
ALT Linux repositórios
S:0.5.15lorg2-alt86
5.0: 0.5.15lorg2-alt26
4.1: 0.5.15lorg2-alt20.M41.1
4.0: 0.5.15lorg2-alt18.M40.1
+updates:0.5.15lorg2-alt18
3.0: 0.5.15cnc6-alt16

Group :: Sistema/Configurações/Pacotes
RPM: apt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: apt-0.5.15cnc5-alt-execrpm-cmd.patch
Download


2004-01-16  Dmitry V. Levin <ldv@altlinux.org>
        * apt-pkg/rpm/rpmpm.cc(pkgRPMPM::ExecRPM):
        Report actual options being passed to rpm.
--- apt-0.5.15cnc5/apt-pkg/rpm/rpmpm.cc.orig	2004-01-16 14:55:17 +0300
+++ apt-0.5.15cnc5/apt-pkg/rpm/rpmpm.cc	2004-01-16 14:56:02 +0300
@@ -497,6 +497,14 @@ bool pkgRPMExtPM::ExecRPM(Item::RPMOps o
 
    if (_config->FindB("RPM::Order",false) == false)
       Args[n++] = "--noorder";
+      
+    string cmd;
+    for (unsigned i = 0; i < n; ++i)
+    {
+	if (!cmd.empty())
+	    cmd += ' ';
+	    cmd += Args[i];
+    }
     
    bool FilesInArgs = true;
    char *ArgsFileName = NULL;
@@ -542,7 +550,7 @@ bool pkgRPMExtPM::ExecRPM(Item::RPMOps o
       return true;
    }
 
-   cout << _("Executing RPM (")<<operation<<")..." << endl;
+   cout << _("Executing RPM (")<<cmd<<")..." << endl;
 
    cout << flush;
    clog << flush;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009