Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-22 | Make configure script compatible with older python versions | Stephen Gallagher | 1 | -7/+16 | |
Older python versions (such as that used in RHEL5) do not have a python-config executable to report CFLAGS and LIBS. In order to support such versions of python, we will duplicate the logic that python-config would have performed directly in our configure script | |||||
2009-09-21 | Provide python bindings for sysdb | Jakub Hrozek | 1 | -0/+49 | |
Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102 |