Florian Festi
Florian Festi
This results in messages like `MD5 digest: NOTFOUND` which is confusing as the MD5 sum may just be there RPM is just not looking for it. We should at least...
This is a continuation of #3100. Unsafe symlinks are detected during installation and create a failure. This is the right thing to do in case we encounter such things at...
See https://issues.redhat.com/browse/RHEL-54386 for details This need examination to check whether this affects newer versions, too. rpm in RHEL 8 has a modern version of the fsm. So it is possible...
For now build root policy scripts are just shipped in the [scripts/](https://github.com/rpm-software-management/rpm/tree/master/scripts) and it is left to the distributions to run them in ` %__os_install_post` ([Fedora as an example](https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/rawhide/f/macros#_240)). This...
Right now files need to be marked in the file list as doc or license. We already have the fileattr patterns to categorise files (for build dependency generators). We could...
The XDG cofiguration directory is the new default location for the macros and rpmrc file. Migrate legacy files automatically. Create symlinks from the home directory for compatibility with older rpm...
Resolves: #3713 This is split up into more commits that it should probably end up with to make reviewing easier. We probably want the test cases to work properly from...
### Discussed in https://github.com/rpm-software-management/rpm/discussions/3724 Originally posted by **scfc** April 18, 2025 The output of dependency generators is filtered by several macros acting as regular expressions either on filenames or dependencies....