https://bugzilla.redhat.com/show_bug.cgi?id=1524133 --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - update-desktop-database is not needed in %post and %postun since Fedora 25. See https://fedoraproject.org/w/index.php?title=Packaging:Scriptlets&oldid=481889#desktop-database - I've got a build error: src/main.cpp:3:10: fatal error: DHiDPIHelper: No such file or directory #include <DHiDPIHelper> ^~~~~~~~~~~~~~ compilation terminated. It seems DHiDPIHelper was added in a recent version of dtkwidget, at least 2.0.2 See https://github.com/linuxdeepin/dtkwidget/commit/0fdbcf605243bdc13a84abd08bf30639665f897f#diff-694e4721164b162e1134839539bc385f Thus you need to add a correct minimum version to the BR: BuildRequires: pkgconfig(dtkwidget) >= 2.0.2 And you need to update the version of dtkwidget available in Fedora. The latest version you packaged is 2.0.1. -- 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