summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-12 23:50:08 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 20:26:22 +0200
commitad7aadaed621070cf9c8c7105e2ee717f9351fab (patch)
tree916f619a2b7ae60e9506b86bb3aabf4761fc33a5
parentbd61e5662aacd088cd42e330c8f0657dafd1044e (diff)
downloadtdeadmin-ad7aadaed621070cf9c8c7105e2ee717f9351fab.tar.gz
tdeadmin-ad7aadaed621070cf9c8c7105e2ee717f9351fab.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit a5ecc2bc3de0056010edeacf03e2d906ee7de84e)
-rw-r--r--kpackage/rpmInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/rpmInterface.cpp b/kpackage/rpmInterface.cpp
index 1cc4a85..8096a78 100644
--- a/kpackage/rpmInterface.cpp
+++ b/kpackage/rpmInterface.cpp
@@ -93,7 +93,7 @@ RPM::RPM():pkgInterface()
infoList.append("buildtime/%{BUILDTIME:date}");
infoList.append("size/%{SIZE}");
infoList.append("provides/[%{PROVIDES}, ]");
- infoList.append("requires/[%{RETQUIRENAME} (%{RETQUIREFLAGS:depflags} %{RETQUIREVERSION}), ]");
+ infoList.append("requires/[%{REQUIRENAME} (%{REQUIREFLAGS:depflags} %{REQUIREVERSION}), ]");
infoList.append("description/[%{DESCRIPTION}]");
hasProgram = ifExe("rpm");