Blame doc/api_vs_yum.rst

Packit Service 21c75c
..
Packit Service 21c75c
    Copyright (C) 2014-2018 Red Hat, Inc.
Packit Service 21c75c
Packit Service 21c75c
  This copyrighted material is made available to anyone wishing to use,
Packit Service 21c75c
  modify, copy, or redistribute it subject to the terms and conditions of
Packit Service 21c75c
  the GNU General Public License v.2, or (at your option) any later version.
Packit Service 21c75c
  This program is distributed in the hope that it will be useful, but WITHOUT
Packit Service 21c75c
  ANY WARRANTY expressed or implied, including the implied warranties of
Packit Service 21c75c
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
Packit Service 21c75c
  Public License for more details.  You should have received a copy of the
Packit Service 21c75c
  GNU General Public License along with this program; if not, write to the
Packit Service 21c75c
  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
Packit Service 21c75c
  02110-1301, USA.  Any Red Hat trademarks that are incorporated in the
Packit Service 21c75c
  source code or documentation are not subject to the GNU General Public
Packit Service 21c75c
  License and may only be used or replicated with the express permission of
Packit Service 21c75c
  Red Hat, Inc.
Packit Service 21c75c
Packit Service 21c75c
#############################################
Packit Service 21c75c
 Changes in the DNF hook API compared to YUM
Packit Service 21c75c
#############################################
Packit Service 21c75c
Packit Service 21c75c
Packit Service 21c75c
.. only :: html
Packit Service 21c75c
   
Packit Service 21c75c
Packit Service 21c75c
This table provides what alternative hooks are available in DNF compared to
Packit Service 21c75c
YUM.
Packit Service 21c75c
Packit Service 21c75c
===========  =================  ==============================
Packit Service 21c75c
Hook Number  YUM hook           DNF hook
Packit Service 21c75c
-----------  -----------------  ------------------------------
Packit Service 21c75c
``1``        ``config``         ``init``
Packit Service 21c75c
``2``        ``postconfig``     ``init``
Packit Service 21c75c
``3``        ``init``           ``init``
Packit Service 21c75c
``4``        ``predownload``          
Packit Service 21c75c
``5``        ``postdownload``         
Packit Service 21c75c
``6``        ``prereposetup``          
Packit Service 21c75c
``7``        ``postreposetup``  ``sack``
Packit Service 21c75c
``8``        ``exclude``        ``resolved``
Packit Service 21c75c
``9``        ``preresolve``              
Packit Service 21c75c
``10``       ``postresolve``    ``resolved but no re-resolve``
Packit Service 21c75c
``11``       ``pretrans``       ``pre_transaction``
Packit Service 21c75c
``12``       ``postrans``       ``transaction``
Packit Service 21c75c
``13``       ``close``          ``transaction``
Packit Service 21c75c
``14``       ``clean``                   
Packit Service 21c75c
===========  =================  ==============================
Packit Service 21c75c
Packit Service 21c75c
Feel free to file an RFE_ for missing functionality if you need it.
Packit Service 21c75c
Packit Service 21c75c
.. _RFE: https://github.com/rpm-software-management/dnf/wiki/Bug-Reporting#new-feature-request
Packit Service 21c75c