[Rpm-maint] [rpm-software-management/rpm] File dependency generation regression (#224)

Panu Matilainen notifications at github.com
Wed May 31 07:18:31 UTC 2017


Commit 8f509d669b9ae79c86dd510c5a4bc5109f60d733 causes file dependencies to be recorded on wrong files. In rpm source directory:

```
[pmatilai at sopuli rpm]$ wget http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/releases/25/Workstation/source/tree/Packages/p/popt-1.16-7.fc24.src.rpm
[pmatilai at sopuli rpm]$ make -j4 && make install DESTDIR=/tmp/rtest/
[...]
[pmatilai at sopuli rpm]$ rpm -qp --fileprovide $(RPM_CONFIGDIR=/tmp/rtest/usr/lib/rpm ./rpmbuild --rebuild --nocheck popt-1.16-7.fc24.src.rpm 2>&1|grep ^Wrote | head -1|awk '{print $2}')|grep libpopt
/etc/popt.d	libpopt.so.0(LIBPOPT_0)(64bit) libpopt.so.0()(64bit)
/lib64/libpopt.so.0	
/lib64/libpopt.so.0.0.0	
```

After reverting commit git revert 8f509d669b9ae79c86dd510c5a4bc5109f60d733, repeat the steps from make -j4 onwards to get the expected:
```
/lib64/libpopt.so.0	
/lib64/libpopt.so.0.0.0	libpopt.so.0(LIBPOPT_0)(64bit) libpopt.so.0()(64bit)
```

Since package generation is affected this is a blocker to any kind of public release.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/224
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170531/8186a757/attachment.html>


More information about the Rpm-maint mailing list