https://bugzilla.redhat.com/show_bug.cgi?id=1885642 --- Comment #1 from Vojtech Trefny <vtrefny@xxxxxxxxxx> --- Few issues in the spec file: Missing BuildRequires: gcc > rm -f $RPM_BUILD_ROOT%{_libdir}/sid/*.{a,la} > rm -f $RPM_BUILD_ROOT%{_libdir}/sid/modules/ucmd/block/*.{a,la} > rm -f $RPM_BUILD_ROOT%{_libdir}/sid/modules/ucmd/type/*.{a,la} Change these to %{buildroot}, it is not allowed to use both macros and variables in the spec file, you need to choose one -- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_using_buildroot_and_optflags_vs_rpm_build_root_and_rpm_opt_flags systemd_postun call is missing in %postun -- https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_scriptlets Typo on line 177 Instatiation -> Instantiation -- 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 Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx