**Describe the bug**
rpmuncompress option `-C` does not work with ZIP archives (that have a single
top directory).
Related: #2859
**To Reproduce**
Steps to reproduce the behavior:
1. `wget
https://src.fedoraproject.org/lookaside/pkgs/apache-parent/apache-32-source-release.zip/sha512/a75bd6649bd6
**Describe the bug**
rpmuncompress option `-C` does not work with some tar archives (that do have a
single top directory).
Related: #2859
**To Reproduce**
Steps to reproduce the behavior:
1. `wget
https://src.fedoraproject.org/lookaside/pkgs/apache-commons-io/commons-io-2.16.1-src.tar.gz/sha512/
> I don't know what the tar spec says about that
I don't know about any spec, but both GNU tar and Unix tar will happily extract
such archives without issues.
> whether we can work around it in rpm.
That should be possible, right? Just check whether every archive entry has the
same first direc
If `local_generator.attr` file exists then `local_generator` created twice. Why
not simply create an empty `local_generator.attr` file instead?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2734#issuecomment-1779258988
You are receiving
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/3592
-- Commit Summary --
* Fix a copy-paste help description of rpmbuild -rf and -tf
-- File Changes --
M tools/rpmbuild.cc (4)
-- Patch Links --
https://github.com/r