https://bugzilla.redhat.com/show_bug.cgi?id=1262515
--- Comment #12 from Michael Schwendt bugs.michael@gmx.net --- (!) 404 not found for the src.rpm
# Required for running the tests BuildRequires: pkgconfig(Qt5Quick) BuildRequires: glibc-static BuildRequires: libstdc++-static
Hmmm. Does the comment above that also refer to the two -static packages?
Why would tests require linking statically?
Since BuildRequires apply to the entire package, the availability of the static libs in the buildroot can be problematic due to linking other executables statically (either accidentally, unknowingly or because of build defaults changing eventually). That would be something to avoid by adding guards or finding ways to eliminate static linking in those tests.
https://fedoraproject.org/wiki/Packaging:Guidelines#Statically_Linking_Execu...
[...]
Has "fedora-review -b 1262515" been run for this ticket yet?
[...]
%package doc %package examples
If these shall stay completely separate subpackages, consider fixing the directory ownership and %license usage for these packages.
* https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text * https://fedoraproject.org/wiki/Packaging:Guidelines#The_directory_is_owned_b...