rpms/openais/devel openais-0.80.1-gnusource.patch, NONE, 1.1 openais.spec, 1.21, 1.22

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Feb 29 19:51:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/openais/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21796

Modified Files:
	openais.spec 
Added Files:
	openais-0.80.1-gnusource.patch 
Log Message:
fix issue where struct ucred wasnt defined anymore

openais-0.80.1-gnusource.patch:

--- NEW FILE openais-0.80.1-gnusource.patch ---
diff -up openais-0.80.1/exec/ipc.c.BAD openais-0.80.1/exec/ipc.c
--- openais-0.80.1/exec/ipc.c.BAD	2008-02-29 14:45:51.000000000 -0500
+++ openais-0.80.1/exec/ipc.c	2008-02-29 14:45:55.000000000 -0500
@@ -32,6 +32,8 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
+#define _GNU_SOURCE 1
+
 #include <pthread.h>
 #include <assert.h>
 #include <pwd.h>


Index: openais.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/openais.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- openais.spec	29 Feb 2008 19:26:16 -0000	1.21
+++ openais.spec	29 Feb 2008 19:50:42 -0000	1.22
@@ -1,7 +1,7 @@
 Name: openais
 Summary: The openais Standards-Based Cluster Framework executive and APIs
 Version: 0.80.1
-Release: 8
+Release: 9
 License: BSD
 Group: System Environment/Base
 URL: http://developer.osdl.org/dev/openais/
@@ -23,6 +23,7 @@
 Patch14: revision-1264.patch
 Patch15: revision-1265.patch
 Patch16: openais-0.80.1-open-fix.patch
+Patch17: openais-0.80.1-gnusource.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
@@ -62,6 +63,7 @@
 %patch14
 %patch15
 %patch16 -p1
+%patch17 -p1
 
 %build
 # -O3 required for performance reasons
@@ -195,6 +197,9 @@
 %{_mandir}/man3/evs_membership_get.3*
 
 %changelog
+* Fri Feb 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.80.1-9
+- fix issue where struct ucred wasn't getting defined anymore
+
 * Fri Feb 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.80.1-8
 - Drop list of ExclusiveArch, if something is broken, ExcludeArch it.
 - fix open glibc issue




More information about the fedora-extras-commits mailing list