Today i saw this when building the pgfincore94 RPM package for EL-7 (sorry
for the german error message):
Prüfe auf nicht gepackte Datei(en): /usr/lib/rpm/check-files
/home/credativ/rpm/BUILDROOT/pgfincore94-1.1.2-1.rhel7.ppc64
Fehler: Installierte (aber nicht gepackte) Datei(en) gefunden:
/usr/pgsql-9.4/doc/pgfincore/README.rst
Fehler beim Bauen des RPM:
Installierte (aber nicht gepackte) Datei(en) gefunden:
/usr/pgsql-9.4/doc/pgfincore/README.rst
make: *** [nopreprpm] Fehler 1
It fails the check-files check, since pgfincore installs its README.rst
file in %{buildroot}/usr/pgsql-9.4/doc/pgfincore.
The following patch fixes that, however, i'm not sure why we install the
README.rst explicitly in /usr/pgsql-9.4 given that we have a %doc directive
already in the SPEC file?
--
Thanks
Bernd