#include "librpm.h"
#include <cstdlib>
#include <cstdio>
#include <ctime>
#include <iostream>
#include <fstream>
#include <sstream>
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <algorithm>
#include <boost/format.hpp>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/Gettext.h"
#include "zypp/Date.h"
#include "zypp/Pathname.h"
#include "zypp/PathInfo.h"
#include "zypp/PublicKey.h"
#include "zypp/target/rpm/RpmDb.h"
#include "zypp/target/rpm/RpmCallbacks.h"
#include "zypp/HistoryLog.h"
#include "zypp/target/rpm/librpmDb.h"
#include "zypp/target/rpm/RpmException.h"
#include "zypp/TmpPath.h"
#include "zypp/KeyRing.h"
#include "zypp/ZYppFactory.h"
#include "zypp/ZConfig.h"
Go to the source code of this file.
#define WARNINGMAILPATH "/var/log/YaST2/" |
#define FILEFORBACKUPFILES "YaSTBackupModifiedFiles" |
#define MAXRPMMESSAGELINES 10000 |
#define WORKAROUNDRPMPWDBUG |
#define ENUM_OUT |
( |
|
B, |
|
|
|
C |
|
) |
| str << ( obj & RpmDb::B ? C : '-' ) |
#define FAILIFNOTINITIALIZED if( ! initialized() ) { ZYPP_THROW(RpmDbNotOpenException()); } |
#define ENUM_OUT |
( |
|
B, |
|
|
|
C |
|
) |
| str << ( _dbStateInfo & B ? C : '-' ) |