Collin Funk <[email protected]> writes:
> FWIW, I am not able to reproduce on Fedora 44 after building 'tar' from
> commit 145a671e8ad0f2443e253ea4cc95b676ed7a2847:
>
> $ rpm2archive 389-ds-3.1.4+e2562f589-2.1.x86_64.rpm > 389-ds.tar.gz
> $ tar -xvf 389-ds.tar.gz
> [...]
> ./var/lib/dirsrv/
> ./var/log/dirsrv/
> ./usr/share/dirsrv/data/10rfc2307compat.ldif
> ./usr/share/dirsrv/schema/10rfc2307compat.ldif
> $ rpm -qf /bin/rpm2archive
> rpm-6.0.1-2.fc44.x86_64
>
> Hopefully that information is at least slightly helpful.
Oh, I forgot to mention that I can see the hard links as expected:
$ find -type f -links +1
./usr/share/dirsrv/data/10rfc2307compat.ldif
./usr/share/dirsrv/schema/10rfc2307compat.ldif
Collin