Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-07 | Merge "Keep function symbols for backtraces." | Nashif, Anas | 1 | -25/+16 | |
2013-03-08 | Adding System ac domain to the policy | Elena Reshetova | 1 | -0/+1 | |
2013-03-06 | Keep function symbols for backtraces.submit/trunk/20130306.232316accepted/trunk/20130309.052847 | William Douglas | 1 | -25/+16 | |
In order to get minimal backtraces in gdb without installing debug-info packages strip packages with eu-strip -g. Also check for kernel modules and strip them without attempting to leave minimal function symbols in place (as this does not work correctly). Signed-off-by: William Douglas <william.douglas@intel.com> | |||||
2013-03-04 | Fixed find-langsubmit/trunk/20130305.075905accepted/trunk/20130306.083703 | Anas Nashif | 1 | -0/+7 | |
2013-03-04 | Fixed package groups | Anas Nashif | 1 | -9/+10 | |
2013-03-04 | add macro no_lang_C | Anas Nashif | 1 | -0/+2 | |
2013-03-04 | update find-lang | Anas Nashif | 1 | -16/+30 | |
2013-03-04 | Use find-lang from opensuse | Anas Nashif | 1 | -47/+80 | |
2013-02-06 | Merge branch 'master' of ssh://tz.otcshare.org/profile/base/rpmsubmit/trunk/20130207.030314accepted/trunk/20130207.030437 | Anas Nashif | 1 | -0/+1 | |
2013-02-06 | Call ldconfigsubmit/trunk/20130207.030105 | Anas Nashif | 1 | -0/+3 | |
2013-02-06 | call ldconfig | Anas Nashif | 1 | -0/+3 | |
2013-02-06 | Merge "Include %{VCS} in rpm -q --info output" | Nashif, Anas | 1 | -0/+1 | |
2013-02-06 | Move libs back to main packagesubmit/trunk/20130206.154747 | Anas Nashif | 1 | -0/+3 | |
2013-02-06 | move libs back to main package | Anas Nashif | 1 | -2/+2 | |
2013-02-06 | Include %{VCS} in rpm -q --info output | Simon McVittie | 1 | -0/+1 | |
When packages are built from a VCS with an automatically-assigned release number, checking the commit ID of an installed package is relatively common and important. | |||||
2013-02-04 | Moving some plugin info prints to debug | Elena Reshetova | 2 | -45/+45 | |
2013-02-02 | Update to 4.11.0.1submit/trunk/20130203.005409accepted/trunk/20130203.005124 | Anas Nashif | 1 | -0/+3 | |
2013-02-02 | Update to 4.11.0.1 | Anas Nashif | 2 | -2/+2 | |
2013-02-02 | update BR for python package | Anas Nashif | 1 | -0/+4 | |
2013-02-02 | Update changelog | Markus Lehtonen | 1 | -0/+3 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2013-02-02 | Temporally making loading of a configured plugin optional | Elena Reshetova | 1 | -1/+2 | |
2013-02-02 | fixing error in cleanup if magic db can't be loaded [Elena Reshetova] | Anas Nashif | 1 | -0/+3 | |
2013-02-02 | fixing error in cleanup if magic db can't be loaded | Elena Reshetova | 1 | -0/+1 | |
2013-02-02 | Enable security plugin/Smack | Anas Nashif | 1 | -0/+3 | |
2013-02-02 | Adding security msm plugin | Elena Reshetova | 16 | -17/+4739 | |
2013-02-02 | Making pre/post tsm/psm hooks more consistent. | Elena Reshetova | 5 | -26/+31 | |
-All post hooks take an additional rc argument that indicates general return code from operation. -All post hooks are always called if correspoding pre hook has been called. -The return value from post hooks is curently ignored Signed-off-by: Panu Matilainen <pmatilai@redhat.com> | |||||
2013-02-02 | Improving scriptlet related rpm plugin hooks. | Elena Reshetova | 4 | -23/+106 | |
Three new hooks added: PLUGINHOOK_SCRIPTLET_PRE_FUNC Called before scriptlet execution PLUGINHOOK_SCRIPTLET_FORK_POST_FUNC Called after fork() but before scriptlet execution PLUGINHOOK_SCRIPTLET_POST_FUNC Called after scriptlet execution Currently pre and post hooks are called for externals and internal lua scripts. post hook is called even if scriptlet execution has failed and the return code is given as an argument. fork_post hook is only called for external scriptlets, because for internal scriptlets no fork() is currently performed. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> | |||||
2013-02-02 | Extending rpm plugin interface, part 1 | Elena Reshetova | 8 | -17/+230 | |
This change adds a new type of the rpm plugin, called transaction plugin and a set of initial hooks for this plugin. The hooks are: PLUGINHOOK_TSM_PRE Pre-transaction hook that is called before an rpm transaction begins PLUGINHOOK_TSM_POST Post-transaction hook that is called after an rpm transaction ends PLUGINHOOK_PSM_PRE Pre-transaction-element hook that is called before an rpm transaction-element is processed PLUGINHOOK_PSM_POST Post-transaction-element hook that is called after an rpm transaction-element is processed PLUGINHOOK_SCRIPT_SETUP Per-script hook that is called once for each rpm mainainers script that is present in the package Each hook is called for every plugin that have this hook registered. The avaliable transaction plugins can be specified in macros.in via transaction_plugins element. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> | |||||
2013-02-02 | Adding manifest support for rpmbuild | Elena Reshetova | 4 | -3/+17 | |
2013-02-02 | Move build related files to rpm-build | Anas Nashif | 1 | -0/+3 | |
2013-02-02 | reorg files in sub-packages | Anas Nashif | 3 | -148/+44 | |
2013-02-02 | bump python-rpm to 4.10.91 | Anas Nashif | 1 | -1/+1 | |
2013-02-02 | spec cleanup | Anas Nashif | 1 | -7/+3 | |
2013-02-02 | cleanup macros | Anas Nashif | 1 | -0/+3 | |
2013-02-02 | cleanup macros | Anas Nashif | 1 | -39/+13 | |
2013-02-02 | update to 4.11.0 beta1 | Anas Nashif | 2 | -1/+4 | |
2013-02-02 | fixed lang_package | Anas Nashif | 1 | -13/+1 | |
2013-02-02 | packaging: change some builddeps to be "pkgconfig" type | Markus Lehtonen | 1 | -5/+5 | |
For better portability. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2013-02-02 | lang_package now accepts arguments | Anas Nashif | 1 | -30/+19 | |
-n to specify package name -f to specify lang file name (without .lang) | |||||
2013-02-02 | fixed package description | Anas Nashif | 1 | -1/+1 | |
2013-02-02 | add python-rpm spec | Anas Nashif | 2 | -1/+54 | |
2013-02-02 | remove file sepolicy from list | Anas Nashif | 1 | -1/+0 | |
2013-02-02 | include errno.h | Anas Nashif | 1 | -0/+1 | |
2013-02-02 | update to 4.11 alpha (4.10.90) | Anas Nashif | 1 | -1/+1 | |
2013-02-02 | libfile-devel -> file-devel | Anas Nashif | 1 | -1/+1 | |
2013-02-02 | libfile -< libmagic | Anas Nashif | 1 | -1/+1 | |
2013-02-02 | Assume executable libs | Anas Nashif | 1 | -1/+3 | |
2013-02-02 | remove patch from suse | Anas Nashif | 1 | -2/+0 | |
2013-02-02 | Remove some old craft | Anas Nashif | 1 | -3/+1 | |
2013-02-02 | Remove some old craft | Anas Nashif | 1 | -1/+0 | |