rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.9,1.10

Richard W.M. Jones rjones at fedoraproject.org
Wed Jan 21 20:58:38 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-ocamlnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10859

Modified Files:
	ocaml-ocamlnet.spec 
Log Message:
Fix prelink configuration file.


Index: ocaml-ocamlnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ocaml-ocamlnet.spec	4 Dec 2008 19:30:19 -0000	1.9
+++ ocaml-ocamlnet.spec	21 Jan 2009 20:58:08 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           ocaml-ocamlnet
 Version:        2.2.9
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Network protocols for OCaml
 
 Group:          Development/Libraries
@@ -161,7 +161,7 @@
 # NB. Do NOT strip the binaries and prevent prelink from stripping them too.
 # (https://bugzilla.redhat.com/show_bug.cgi?id=435559)
 mkdir -p $RPM_BUILD_ROOT/etc/prelink.conf.d
-echo -e -- '-b /usr/bin/netplex-admin\n/usr/bin/ocamlrpcgen' \
+echo -e '-b /usr/bin/netplex-admin\n-b /usr/bin/ocamlrpcgen' \
   > $RPM_BUILD_ROOT/etc/prelink.conf.d/ocaml-ocamlnet.conf
 
 
@@ -242,6 +242,9 @@
 
 
 %changelog
+* Wed Jan 21 2009 Richard W.M. Jones <rjones at redhat.com> - 2.2.9-10
+- Fix prelink configuration file.
+
 * Wed Nov 26 2008 Richard W.M. Jones <rjones at redhat.com> - 2.2.9-9
 - Rebuild for OCaml 3.11.0+rc1.
 




More information about the Fedora-ocaml-list mailing list