From d2d783a77dba3f74caf2fc47144378b3d67ddddc Mon Sep 17 00:00:00 2001 From: Yaroslav Sidlovsky Date: Feb 10 2022 14:21:07 +0000 Subject: Enable "_package_note_file" hack for Fedora >= 36 --- diff --git a/kitty.spec b/kitty.spec index 798d1f5..855f796 100644 --- a/kitty.spec +++ b/kitty.spec @@ -1,5 +1,7 @@ -%if 0%{?fedora} == 36 -# Rawhide builds is broken, see: https://bugzilla.redhat.com/show_bug.cgi?id=2043178 +%if 0%{?fedora} >= 36 +# Rawhide builds is broken, +# see: https://bugzilla.redhat.com/show_bug.cgi?id=2043178, +# https://bugzilla.redhat.com/show_bug.cgi?id=2048952 %undefine _package_note_file %endif @@ -10,7 +12,7 @@ Name: kitty Version: 0.24.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Cross-platform, fast, feature full, GPU based terminal emulator # BSD: docs/_templates/searchbox.html @@ -212,6 +214,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Thu Feb 10 2022 Yaroslav Sidlovsky - 0.24.2-8 +- Enable "_package_note_file" hack for Fedora >= 36 + * Thu Feb 10 2022 Yaroslav Sidlovsky - 0.24.2-7 - Enable kitty shell integration only if env KITTY_PID is defined