- Notifications
You must be signed in to change notification settings - Fork151
Package management library.
License
rpm-software-management/libdnf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This library provides a high level package-manager. It's core library ofdnf,PackageKit andrpm-ostree. It's replacement for deprecatedhawkey library which it contains inside and useslibrepo under the hood.
LGPLv2+
To install build requirements, run following command:
dnf install check-devel cmake cppunit-devel gcc gcc-c++ glib2-devel gtk-doc json-c-devel libmodulemd-devel librepo-devel libsolv-devel libsolv-tools make python2-devel python3-devel python2-sphinx python3-sphinx python2-breathe python3-breathe rpm-devel sqlite-devel swig libsmartcols-develFrom the checkout dir:
mkdir buildcd build/cmake .. -DPYTHON_DESIRED=3makeBuilding the documentation, from the build/ directory::
make docBuilding RPMs:
tito build --rpm --testAll unit tests should pass after the build finishes:
cd buildmake testThere are two parts of unit tests: unit tests in C and unit tests in Python. To run the C part of the tests manually, from hawkey checkout::
build/tests/test_main tests/repos/To manually execute the Python tests, from libdnf git checkout directory::
PYTHONPATH=`readlink -f ./build/src/python/` python3 -m unittest discover -bt python/hawkey/tests/ -s python/hawkey/tests/tests/The PYTHONPATH is unfortunately needed as the Python test suite needs to know where to import the built hawkey modules.
Here's the most direct way to get your work merged into the project.
Fork the project
Clone down your fork
Implement your feature or bug fix and commit changes
If the change fixes a bug atRed Hat bugzilla, or if it is important to the end user, add the following block to the commit message:
= changelog =msg: message to be included in the changelogtype: one of: bugfix/enhancement/security (this field is required when message is present)resolves: URLs to bugs or issues resolved by this commit (can be specified multiple times)related: URLs to any related bugs or issues (can be specified multiple times)For example::
= changelog =msg: Do not close the database if it wasn't openedtype: bugfixresolves: https://bugzilla.redhat.com/show_bug.cgi?id=1761976For your convenience, you can also use git commit template by running the following command in the top-level directory of this project:
git config commit.template ./.git-commit-template
In a separate commit, add your name and email under
Libdnf CONTRIBUTORSsection in theauthors file as a reward for your generosityPush the branch to your fork
Send a pull request for your branch
Please do not create pull requests with translation (.po) file improvements. Fix the translation onFedora Weblate <https://translate.fedoraproject.org/projects/dnf/>_ instead.
See thehawkey documentation page.
Information internal to the hawkey development is maintained on agithub wiki.
Bug database:
About
Package management library.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.