Scroll to navigation

RPMCONF(3) rpmconf RPMCONF(3)

NAME

rpmconf - Python interface for rpmconf

Contents:

  • packages (list) -- Check only configuration files of given packages.
  • clean (bool) -- Find and delete orphaned .rpmnew and .rpmsave files.
  • debug (bool) -- Dry run. Just show which files will be deleted.
  • selinux (bool) -- Display SELinux context of old and new file.
  • diff (bool) -- Non-interactive diff mode. Useful to audit configs.
  • frontend (str) -- Define which frontend should be used for merging.
  • test (bool) -- Only test if there is some file to merge.
  • exclude (listi) -- List of directories which should be skipped.
  • root (str) -- Defines alternative installroot.
  • unattended (str) -- Defines unattended mode.

  • packages -- list of rpm.mi
  • clean -- bool
  • diff -- bool
  • frontend -- str
  • selinux -- bool
  • debug -- bool
  • logger -- logging.Logger
  • root -- str
  • unattended -- str


Flush stdin and then as the question.
question (str) -- String to ask
User string
str


Get all files marked as config in package
package (rpm.hdr) -- RPM Header of package
Strings list of files marked as config in package
list


Returns true if file is broken symlink. False otherwise.

Main function to proceed

Show differences between two files.
  • file1 (str) -- Path to first file
  • file2 (str) -- Path to second file




  • Index
  • Module Index
  • Search Page

AUTHOR

Miroslav Suchý, Igor Gnatenko

COPYRIGHT

2024, Miroslav Suchý, Igor Gnatenko

January 28, 2024 1.0.6