public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel9: - Do not use --disable-rpath, icecream's configure script does not
@ 2026-07-30 15:34 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 15:34 UTC (permalink / raw)
  To: git-commits

            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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:34 [rpms/icecream] epel9: - Do not use --disable-rpath, icecream's configure script does not Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox