libzypp  11.13.5
RpmFlags.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_TARGET_RPM_RPMFLAGS_H
13 #define ZYPP_TARGET_RPM_RPMFLAGS_H
14 
15 #include <iosfwd>
16 
17 #include "zypp/base/Flags.h"
18 
20 namespace zypp
21 {
22 
23  namespace target
24  {
25 
26  namespace rpm
27  {
28 
38  {
39  RPMINST_NONE = 0x0000,
42  RPMINST_FORCE = 0x0004,
43  RPMINST_NODEPS = 0x0008,
45  RPMINST_JUSTDB = 0x0020,
46  RPMINST_NODIGEST = 0x0040,
49  RPMINST_TEST = 0x0200
50  };
51 
54 
56  } // namespace rpm
59  } // namespace target
62 } // namespace zypp
64 #endif // ZYPP_TARGET_RPM_RPMFLAGS_H