https://bugzilla.redhat.com/show_bug.cgi?id=1249770 Björn "besser82" Esser <bjoern.esser@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |bjoern.esser@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |bjoern.esser@xxxxxxxxx Flags| |fedora-review? --- Comment #1 from Björn "besser82" Esser <bjoern.esser@xxxxxxxxx> --- Taken… =) *** >From packaging POV there are two issues: 1) Licenses are packaged using `%license` on fc21+. Change spec-file like: %files %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 %license LICENSE %else # 0%{?fedora} >= 21 || 0%{?rhel} >= 8 %doc LICENSE %endif # 0%{?fedora} >= 21 || 0%{?rhel} >= 8 %doc README.md 2) The *REQUIRED* Obsoletes / Provides are missing: %if (0%{?fedora} && 0%{?fedora} <= 26) || (0%{?rhel} && 0%{?rhel} <= 9) Obsoletes: cv <= 0.8-3 Provides: cv == %{version}-%{release} %endif # (0%{?fedora} && 0%{?fedora} <= 26) || (0%{?rhel} && 0%{?rhel} <= 9) *** NOT approved. Please make the needed changes to the spec-file and I'll approve. -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review