[libvirt PATCH 0/3] spec: Bump min_fedora and min_rhel

Andrea Bolognani posted 3 patches 2 years, 12 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210505201152.71739-1-abologna@redhat.com
libvirt.spec.in       | 121 ++++++++----------------------------------
mingw-libvirt.spec.in |  14 ++---
2 files changed, 25 insertions(+), 110 deletions(-)
[libvirt PATCH 0/3] spec: Bump min_fedora and min_rhel
Posted by Andrea Bolognani 2 years, 12 months ago
Plus a couple additional cleanups.

Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/297950317

Andrea Bolognani (3):
  spec: Don't disable LTO in Fedora 34
  spec: Bump min_fedora and min_rhel
  spec: Drop supported_platform variable

 libvirt.spec.in       | 121 ++++++++----------------------------------
 mingw-libvirt.spec.in |  14 ++---
 2 files changed, 25 insertions(+), 110 deletions(-)

-- 
2.26.3


Re: [libvirt PATCH 0/3] spec: Bump min_fedora and min_rhel
Posted by Michal Prívozník 2 years, 11 months ago
On 5/5/21 10:11 PM, Andrea Bolognani wrote:
> Plus a couple additional cleanups.
> 
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/297950317
> 
> Andrea Bolognani (3):
>   spec: Don't disable LTO in Fedora 34
>   spec: Bump min_fedora and min_rhel
>   spec: Drop supported_platform variable
> 
>  libvirt.spec.in       | 121 ++++++++----------------------------------
>  mingw-libvirt.spec.in |  14 ++---
>  2 files changed, 25 insertions(+), 110 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal