Skip to content

Instantly share code, notes, and snippets.

View dmnks's full-sized avatar

Michal Domonkos dmnks

  • Red Hat, Inc
  • Brno, CZ
View GitHub Profile
@dmnks
dmnks / gist:ab3e59cd9500c4975b4795e4ff9d0a25
Last active November 28, 2023 13:09
RPM 4.19.1 cherry-pick plan
pick 208529518 Drop no longer needed pull from updates-testing for rpm-sequoia
# PR #2537: Support generating dependencies for multiple files at once
drop 35a460e50 Refactor file walk loop into rpmfcHelper()
drop f24c242ef Pass the entire attribute to applyAttr() for more flexibility
drop 285d2d337 Split weeding out excludes to a separate loop
drop ed5571ac0 Refactor dependency generation out of rpmfcHelper()
drop ae71dda9a Low-level support for passing multiple files to dependency generators
drop d3dbe17b2 Support optional multifile protocol in dependency generation
drop 08ae4ee23 Add multifile support to elf dependency generation
@dmnks
dmnks / deps.py
Last active January 29, 2019 10:07
Identify Fedora components depending on the passed list of SRPMs and print them out in wiki format.
# Identify Fedora components depending on the passed list of SRPMs and print
# them out in wiki format.
import sys
import dnf
# Source RPMs to analyze
SOURCES = sys.argv[1:]
# Repos to inspect