diff options
author | Elena Reshetova <elena.reshetova@intel.com> | 2013-01-04 12:46:42 +0200 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:45 -0800 |
commit | 61613c459b741f11d26531c0795a432c11fbf4e7 (patch) | |
tree | b3867bd575902efb6388d7fb69c37ac151db3361 /macros.in | |
parent | 86e7c4ecfd94737f5ede5cadcc2600ea654c399f (diff) | |
download | librpm-tizen-61613c459b741f11d26531c0795a432c11fbf4e7.tar.gz librpm-tizen-61613c459b741f11d26531c0795a432c11fbf4e7.tar.bz2 librpm-tizen-61613c459b741f11d26531c0795a432c11fbf4e7.zip |
Adding security msm plugin
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1078,6 +1078,12 @@ PreReq: python >= %minver, python < %maxver %__collection_sepolicy_flags 1 #------------------------------------------------------------------------------ +# transaction specific macros +%__transaction_plugins msm +%__plugindir %{_libdir}/rpm-plugins +%__transaction_msm %{__plugindir}/msm.so + +#------------------------------------------------------------------------------ # Macros for further automated spec %setup and patch application # default to plain patch |