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] epel9: - Do not use --disable-rpath, icecream's configure script does not
Date: Thu, 30 Jul 2026 15:34:03 GMT [thread overview]
Message-ID: <178542564349.1.15535203655074841960.rpms-icecream-b342985f4c61@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel9
Commit : b342985f4c610c865bebd41eaf81fcd2b9131f91
Author : Michal Schmidt <michich@fedoraproject.org>
Date : 2009-02-16T20:52:28+00:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/b342985f4c610c865bebd41eaf81fcd2b9131f91?branch=epel9
Log:
- Do not use --disable-rpath, icecream's configure script does not
understand it and warns about it. We still remove rpath using the sed
tricks.
- One more SELinux policy tweak.
---
diff --git a/icecream.spec b/icecream.spec
index 5d72192..3d8eb18 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -11,7 +11,7 @@
Name: icecream
Version: 0.9.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Distributed compiler
Group: Development/Tools
@@ -86,7 +86,7 @@ mkdir fedora
cp -p %{SOURCE6} %{SOURCE7} fedora
%build
-%configure --disable-static --enable-shared --disable-rpath
+%configure --disable-static --enable-shared
# Remove rpath from local libtool copy
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -235,6 +235,11 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/icecc.pc
%changelog
+* Mon Feb 16 2009 Michal Schmidt <mschmidt@redhat.com> - 0.9.3-3
+- Do not use --disable-rpath, icecream's configure script does not understand
+ it and warns about it. We still remove rpath using the sed tricks.
+- One more SELinux policy tweak.
+
* Mon Feb 16 2009 Michal Schmidt <mschmidt@redhat.com> - 0.9.3-2
- Updated and re-enabled the SELinux policy. The scheduler is now confined too.
diff --git a/icecream.te b/icecream.te
index ca6a45e..310f337 100644
--- a/icecream.te
+++ b/icecream.te
@@ -58,7 +58,7 @@ allow iceccd_t self:netlink_route_socket r_netlink_socket_perms;
allow iceccd_t self:tcp_socket create_stream_socket_perms;
allow iceccd_t self:udp_socket create_socket_perms;
allow iceccd_t self:fifo_file rw_fifo_file_perms;
-allow iceccd_t self:capability { chown dac_override fsetid kill setgid setuid sys_chroot };
+allow iceccd_t self:capability { chown dac_override fowner fsetid kill setgid setuid sys_chroot };
allow iceccd_t iceccd_untrusted_t:process { siginh rlimitinh noatsecure signal };
files_read_etc_files(iceccd_t)
reply other threads:[~2026-07-30 15:34 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=178542564349.1.15535203655074841960.rpms-icecream-b342985f4c61@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