https://bugzilla.redhat.com/show_bug.cgi?id=1404043 --- Comment #11 from Jarod Wilson <jarod@xxxxxxxxxx> --- (In reply to Honggang LI from comment #9) > (In reply to Jarod Wilson from comment #6) > > > http://people.redhat.com/~jwilson/pkgreview/rdma-core/rdma-core.spec > > http://people.redhat.com/~jwilson/pkgreview/rdma-core/rdma-core-12-1.fc26. > > src.rpm > > Failed to rebuild this srpm. > > Processing files: rdma-core-debuginfo-12-1.fc26.x86_64 > Provides: rdma-core-debuginfo = 12-1.fc26 rdma-core-debuginfo(x86-64) = > 12-1.fc26 > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) > <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > Checking for unpackaged file(s): /usr/lib/rpm/check-files > /builddir/build/BUILDROOT/rdma-core-12-1.fc26.x86_64 > error: Installed (but unpackaged) file(s) found: > /usr/lib64/rsocket/librspreload.so.1 > /usr/lib64/rsocket/librspreload.so.1.0.0 > > This patch works for me. > srpm-unpacked]$ cat spec-patch1.patch > --- rdma-core.spec.old 2016-12-21 16:59:20.000000000 -0500 > +++ rdma-core.spec 2016-12-21 21:41:01.750808435 -0500 > @@ -21,6 +21,7 @@ BuildRequires: pkgconfig > BuildRequires: pkgconfig(libnl-3.0) > BuildRequires: pkgconfig(libnl-route-3.0) > BuildRequires: valgrind-devel > +BuildRequires: systemd Hm. Maybe this fails on current Fedora mock chroots. I'm building in something... Older. And it works fine there. I'll take a closer look in the morning. > Requires: dracut > # Red Hat/Fedora previously shipped redhat/ as a stand-alone > @@ -392,6 +393,7 @@ rm -rf %{buildroot}/%{_initrddir}/ > %{_libdir}/librdmacm*.so.* > %dir %{_libdir}/rsocket > %{_libdir}/rsocket/*.so > +%{_libdir}/rsocket/*.so.* > %doc %{_docdir}/%{name}-%{version}/librdmacm.md > %{_mandir}/man7/rsocket.* Crap, that was supposed to be %{_libdir}/rsocket/*.so* there. I'll fix that in the morning as well. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx