https://bugzilla.redhat.com/show_bug.cgi?id=1691022 --- Comment #7 from Numan Siddique <numan.siddique@xxxxxxxxx> --- (In reply to Robert-André Mauchin from comment #5) Thanks for the review. > - The obsoleted version should be the version the obsoleted package would > have been if it was bumped > > Obsoletes: openvswitch-ovn-common < 2.11.0-3 > > and so on for all the Obsoletes. > Done > - Use %{?systemd_requires}: > > Requires(post): systemd-units > Requires(preun): systemd-units > Requires(postun): systemd-units > Done > > - What's the purpose of this: > > > %if 0%{?commit0:1} > %setup -n ovs-%{commit0} -q -D -T > %else > %setup -n openvswitch-%{version} -q -D -T > %endif > > you already ran %autosetup. That will only overwrite patches applied in > %autosetup, which is probably not what you want. Done. removed %setup. > > - What platform are you targeting that don't have systemd macros? They are > even on EPEL7. > Remove all the %if 0%{?systemd_*:1} conditionals. > Done > - Not useful: > > # Use Python3 > %global _py python3 > %global _py2 python2 > > You used %_py one time in the spec. Done. removed them. > > - Have you discussed the obsoleting part with the current openvswitch > maintainers? You need to coordinate together for this. Yes. Timothy Redaelli <tredaelli@xxxxxxxxxx>, maintainer of openvswitch packages is aware of this. I have added him in the CC. > > I'll continue the review later. Thanks -- 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://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx