revert installtime <-> buildtime
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 23 Feb 2006 09:53:09 +0000 (09:53 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 23 Feb 2006 09:53:09 +0000 (09:53 +0000)
zypp/source/susetags/SuseTagsPackageImpl.cc

index 0a5973a..463e0e4 100644 (file)
@@ -47,13 +47,13 @@ namespace zypp
       { return _description; }
 
       Date SuseTagsPackageImpl::buildtime() const
-      { return Date(); }
+      { return _buildtime; }
 
       std::string SuseTagsPackageImpl::buildhost() const
       { return std::string(); }
 
       Date SuseTagsPackageImpl::installtime() const
-      { return _buildtime; }
+      { return Date(); }                               // it was never installed
 
       std::string SuseTagsPackageImpl::distribution() const
       { return std::string(); }