rpms/icecream/devel icecream.spec,1.16,1.17 icecream.te,1.5,1.6

Michal Schmidt michich at fedoraproject.org
Mon Feb 16 20:52:58 UTC 2009


Author: michich

Update of /cvs/pkgs/rpms/icecream/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8834

Modified Files:
	icecream.spec icecream.te 
Log Message:
* Mon Feb 16 2009 Michal Schmidt <mschmidt at 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.



Index: icecream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icecream/devel/icecream.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- icecream.spec	16 Feb 2009 13:54:52 -0000	1.16
+++ icecream.spec	16 Feb 2009 20:52:28 -0000	1.17
@@ -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 @@
 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 @@
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Mon Feb 16 2009 Michal Schmidt <mschmidt at 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 at redhat.com> - 0.9.3-2
 - Updated and re-enabled the SELinux policy. The scheduler is now confined too.
 


Index: icecream.te
===================================================================
RCS file: /cvs/pkgs/rpms/icecream/devel/icecream.te,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- icecream.te	16 Feb 2009 13:54:52 -0000	1.5
+++ icecream.te	16 Feb 2009 20:52:28 -0000	1.6
@@ -58,7 +58,7 @@
 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)




More information about the fedora-extras-commits mailing list