public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <michich@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10.2: - Build without SELinux only on RHEL 5.
Date: Thu, 30 Jul 2026 16:31:05 GMT	[thread overview]
Message-ID: <178542906581.1.6001325508220918122.rpms-icecream-75ded35bb7e4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel10.2
Commit : 75ded35bb7e414014a15dc0421566a3533ff8381
Author : Michal Schmidt <michich@fedoraproject.org>
Date   : 2010-07-08T15:27:36+00:00
Stats  : +8/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/icecream/c/75ded35bb7e414014a15dc0421566a3533ff8381?branch=epel10.2

Log:
- Build without SELinux only on RHEL 5.

---
diff --git a/icecream.spec b/icecream.spec
index c672fc4..74c6d9c 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -1,15 +1,13 @@
-%if 0%{?fedora}
-%bcond_without	selinux
-%else
-# I'd need to modify the policy a bit to make it work on RHEL,
-# so default to off when not building for Fedora.
+%if 0%{?el5}
+# I'd need to modify the policy a bit to make it work on RHEL 5.
 %bcond_with	selinux
+%else
+%bcond_without	selinux
 %endif
 
-
 Name:		icecream
 Version:	0.9.5
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -272,6 +270,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Thu Jul 08 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.5-7
+- Build without SELinux only on RHEL 5.
+
 * Thu Jul 08 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.5-6
 - Moved away from fedora-usermgmt in favor of plain shadow-utils.
 

             reply	other threads:[~2026-07-30 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30 16:31 Michal Schmidt [this message]
2026-07-30 16:31 [rpms/icecream] epel10.2: - Build without SELinux only on RHEL 5 Michal Schmidt

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=178542906581.1.6001325508220918122.rpms-icecream-75ded35bb7e4@fedoraproject.org \
    --to=michich@fedoraproject.org \
    --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