public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/global] rawhide: Require xemacs only on EPEL 8
Date: Mon, 27 Jul 2026 14:33:18 GMT	[thread overview]
Message-ID: <178516279865.1.6400972580428379396.rpms-global-4bae3e3be34e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/global
            Branch : rawhide
            Commit : 4bae3e3be34e4a1f57d2cdccdc1bef8e7e7bbd0f
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-07-27T10:30:48-04:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/global/c/4bae3e3be34e4a1f57d2cdccdc1bef8e7e7bbd0f?branch=rawhide

            Log:
            Require xemacs only on EPEL 8

There is no further need for compatibility with Fedora 35 or EPEL 7 (or
earlier); EPEL 8 is the only currently supported branch with xemacs.
This fixes the build for the future EPEL 11.

---
diff --git a/global.spec b/global.spec
index a58a322..3bb6a9d 100644
--- a/global.spec
+++ b/global.spec
@@ -48,13 +48,13 @@ BuildRequires:  m4
 BuildRequires:  perl-interpreter
 BuildRequires:  texinfo
 %endif
-%if 0%{?fedora} < 36
+%if 0%{?rhel} == 8
 BuildRequires:  xemacs
 %endif
 BuildRequires:  sqlite-devel
 BuildRequires:  make
 Requires:       emacs-filesystem >= %{_emacs_version}
-%if 0%{?fedora} < 36
+%if 0%{?rhel} == 8
 Requires:       xemacs-filesystem >= %{_xemacs_version}
 %endif
 Obsoletes:      emacs-global <= 6.5.1-1
@@ -113,7 +113,7 @@ mkdir -p %{buildroot}%{_emacs_sitelispdir}
 install gtags.el -p -t %{buildroot}%{_emacs_sitelispdir}
 %{_emacs_bytecompile} %{buildroot}%{_emacs_sitelispdir}/gtags.el
 chmod -x %{buildroot}%{_emacs_sitelispdir}/gtags.el
-%if 0%{?fedora} < 36
+%if 0%{?rhel} == 8
 mkdir -p %{buildroot}%{_xemacs_sitelispdir}
 install gtags.el -p -t %{buildroot}%{_xemacs_sitelispdir}
 %{_xemacs_bytecompile} %{buildroot}%{_xemacs_sitelispdir}/gtags.el
@@ -133,7 +133,7 @@ chmod -x %{buildroot}/%{_sysconfdir}/gtags.conf
 %{_mandir}/man*/*
 %{_datadir}/gtags
 %{_emacs_sitelispdir}/gtags.el*
-%if 0%{?fedora} < 36
+%if 0%{?rhel} == 8
 %{_xemacs_sitelispdir}/gtags.el*
 %endif
 

                 reply	other threads:[~2026-07-27 14:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178516279865.1.6400972580428379396.rpms-global-4bae3e3be34e@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox