rpms/openais/devel .cvsignore, 1.9, 1.10 import.log, 1.1, 1.2 openais.spec, 1.28, 1.29 sources, 1.10, 1.11 openais-defaultconfig.patch, 1.1, NONE revision-1568.patch, 1.1, NONE revision-1569.patch, 1.1, NONE revision-1570.patch, 1.1, NONE revision-1571.patch, 1.1, NONE revision-1572.patch, 1.1, NONE revision-1573.patch, 1.1, NONE revision-1574.patch, 1.1, NONE revision-1575.patch, 1.1, NONE revision-1576.patch, 1.1, NONE revision-1579.patch, 1.1, NONE

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Sep 25 08:08:06 UTC 2008


Author: fabbione

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

Modified Files:
	.cvsignore import.log openais.spec sources 
Removed Files:
	openais-defaultconfig.patch revision-1568.patch 
	revision-1569.patch revision-1570.patch revision-1571.patch 
	revision-1572.patch revision-1573.patch revision-1574.patch 
	revision-1575.patch revision-1576.patch revision-1579.patch 
Log Message:
New openais upstream release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	24 Jun 2008 05:32:05 -0000	1.9
+++ .cvsignore	25 Sep 2008 08:07:36 -0000	1.10
@@ -1 +1 @@
-openais-0.84.tar.gz
+openais-0.91.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	24 Jun 2008 05:32:05 -0000	1.1
+++ import.log	25 Sep 2008 08:07:36 -0000	1.2
@@ -1 +1,2 @@
 openais-0_84-1:HEAD:openais-0.84-1.src.rpm:1214285415
+openais-0_91-1_fc10:HEAD:openais-0.91-1.fc10.src.rpm:1222329999


Index: openais.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/openais.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- openais.spec	14 Jul 2008 11:40:34 -0000	1.28
+++ openais.spec	25 Sep 2008 08:07:36 -0000	1.29
@@ -1,36 +1,23 @@
-%define alphatag svn1579
-
 Name: openais
 Summary: The openais Standards-Based Cluster Framework executive and APIs
-Version: 0.84
-Release: 2%{?alphatag:.%{alphatag}}%{?dist}
+Version: 0.91
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://developer.osdl.org/dev/openais/
-Source0: http://developer.osdl.org/dev/openais/downloads/openais-%{version}/openais-%{version}.tar.gz
-Patch0: openais-defaultconfig.patch
-Patch1: revision-1568.patch
-Patch2: revision-1569.patch
-Patch3: revision-1570.patch
-Patch4: revision-1571.patch
-Patch5: revision-1572.patch
-Patch6: revision-1573.patch
-Patch7: revision-1574.patch
-Patch8: revision-1575.patch
-Patch9: revision-1576.patch
-Patch10: revision-1579.patch
+Source0: http://www.osdl.org/downloads/openais-%{version}/openais-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: i386 ppc x86_64 ppc64 ia64 s390 s390x alpha
-Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
-
-%define ais_user_uid 39
+Requires: corosync
+BuildRequires: corosync-devel
+Conflicts: openais-devel <= 0.89
 
 %description 
-This package contains the openais executive, openais service handlers,
-default configuration files and init script.
+This package contains the openais service handlers, default configuration
+files, programming libraries, and init script.
 
 %package devel
 Summary: The openais Standards-Based Cluster Framework libraries
@@ -38,25 +25,12 @@
 Requires: %{name} = %{version}-%{release}
 
 %description devel
-This package contains the libraries and include files used to develop using
-openais APIs.
+This package contains the include files used to develop using openais APIs.
 
 %prep
 %setup -q -n openais-%{version}
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-%patch4 -p0
-%patch5 -p0
-%patch6 -p0
-%patch7 -p0
-%patch8 -p0
-%patch9 -p0
-%patch10 -p0
 
 %build
-
 # -O3 required for performance reasons
 # So we get proper debug output, for now we don't compile with O3
 #CFLAGS="$(echo '%{optflags}' | sed -e 's/-O[0-9]*//') -O3"
@@ -68,29 +42,20 @@
 make install DESTDIR=$RPM_BUILD_ROOT STATICLIBS=NO
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 mkdir -p $RPM_BUILD_ROOT%{_initrddir}
-install -m 644 LICENSE SECURITY README.devmap README.amf \
- $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
+install -m 644 LICENSE README.amf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
 install -m 755 init/redhat $RPM_BUILD_ROOT%{_initrddir}/openais
-install -m 755 test/openais-cfgtool $RPM_BUILD_ROOT%{_sbindir}
-# fix install permissions and make rpmlint happy
-chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/ais-keygen
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-# Add the "ais" user
-/usr/sbin/useradd -c 'openais Standards Based Cluster Framework' \
- -u %{ais_user_uid} -s /sbin/nologin -r -d '/' ais 2> /dev/null || :
-
 %post
 /sbin/chkconfig --add openais || :
 /sbin/ldconfig > /dev/null
 
 %preun
 if [ $1 -eq 0 ]; then
-	%{_initrddir}/openais stop &>/dev/null || :
-	/sbin/chkconfig --del openais || :
+    %{_initrddir}/openais stop &>/dev/null || :
+    /sbin/chkconfig --del openais || :
 fi
 
 %postun
@@ -101,66 +66,38 @@
 %defattr(-,root,root,-)
 %dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/LICENSE
-%doc %{_docdir}/%{name}-%{version}/SECURITY
 %doc %{_docdir}/%{name}-%{version}/README.amf
-%{_sbindir}/aisexec
-%{_sbindir}/ais-keygen
-%{_sbindir}/openais-cfgtool
 %dir /etc/ais
 %config(noreplace) /etc/ais/openais.conf
 %config(noreplace) /etc/ais/amf.conf
 %config(noreplace) /etc/ld.so.conf.d/openais-*.conf
 %{_initrddir}/openais
 %dir %{_libexecdir}/lcrso
-%{_libexecdir}/lcrso/aisparser.lcrso
-%{_libexecdir}/lcrso/objdb.lcrso
+%{_libexecdir}/lcrso/openaisparser.lcrso
+%{_libexecdir}/lcrso/openaisserviceenable.lcrso
 %{_libexecdir}/lcrso/service_amf.lcrso
-%{_libexecdir}/lcrso/service_cfg.lcrso
 %{_libexecdir}/lcrso/service_ckpt.lcrso
 %{_libexecdir}/lcrso/service_clm.lcrso
-%{_libexecdir}/lcrso/service_cpg.lcrso
-%{_libexecdir}/lcrso/service_evs.lcrso
 %{_libexecdir}/lcrso/service_evt.lcrso
 %{_libexecdir}/lcrso/service_lck.lcrso
 %{_libexecdir}/lcrso/service_msg.lcrso
-%{_libexecdir}/lcrso/service_confdb.lcrso
-%{_libexecdir}/lcrso/vsf_ykd.lcrso
-%dir %{_libdir}/openais
-%{_libdir}/openais/libais.so*
-%{_libdir}/openais/libcpg.so*
-%{_libdir}/openais/libevs.so*
-%{_libdir}/openais/libcfg.so*
-%{_libdir}/openais/libSaAmf.so*
-%{_libdir}/openais/libSaCkpt.so*
-%{_libdir}/openais/libSaClm.so*
-%{_libdir}/openais/libSaEvt.so*
-%{_libdir}/openais/libSaLck.so*
-%{_libdir}/openais/libSaMsg.so*
-%{_libdir}/openais/libtotem_pg.so*
-%{_libdir}/openais/liblogsys.so*
-%{_libdir}/openais/libconfdb.so*
-%{_libdir}/openais/libaisutil.so*
 %{_mandir}/man8/openais_overview.8*
-%{_mandir}/man8/cpg_overview.8*
-%{_mandir}/man8/evs_overview.8*
-%{_mandir}/man8/confdb_overview.8*
-%{_mandir}/man8/logsys_overview.8*
 %{_mandir}/man5/openais.conf.5*
 %{_mandir}/man5/amf.conf.5*
+%dir %{_libdir}/openais
+%{_libdir}/openais/libSaAmf.so.*
+%{_libdir}/openais/libSaCkpt.so.*
+%{_libdir}/openais/libSaClm.so.*
+%{_libdir}/openais/libSaEvt.so.*
+%{_libdir}/openais/libSaLck.so.*
+%{_libdir}/openais/libSaMsg.so.*
+%{_sbindir}/aisexec
+%{_sbindir}/openais-instantiate
 
 %files devel
 %defattr(-,root,root,-)
 %dir %{_docdir}/%{name}-%{version}
-%doc %{_docdir}/%{name}-%{version}/README.devmap
 %dir %{_includedir}/openais/
-%{_includedir}/openais/ais_util.h
-%{_includedir}/openais/confdb.h
-%{_includedir}/openais/ipc_gen.h
-%{_includedir}/openais/mar_gen.h
-%{_includedir}/openais/swab.h
-%{_includedir}/openais/cpg.h
-%{_includedir}/openais/cfg.h
-%{_includedir}/openais/evs.h
 %{_includedir}/openais/saAis.h
 %{_includedir}/openais/saAmf.h
 %{_includedir}/openais/saCkpt.h
@@ -168,54 +105,27 @@
 %{_includedir}/openais/saEvt.h
 %{_includedir}/openais/saLck.h
 %{_includedir}/openais/saMsg.h
-%dir %{_includedir}/openais/totem/
-%{_includedir}/openais/totem/aispoll.h
-%{_includedir}/openais/totem/totem.h
-%{_includedir}/openais/totem/totemip.h
-%{_includedir}/openais/totem/totempg.h
-%dir %{_includedir}/openais/lcr/
-%{_includedir}/openais/lcr/lcr_ckpt.h
-%{_includedir}/openais/lcr/lcr_comp.h
-%{_includedir}/openais/lcr/lcr_ifact.h
-%dir %{_includedir}/openais/service
-%{_includedir}/openais/service/flow.h
-%{_includedir}/openais/service/ipc.h
-%{_includedir}/openais/service/timer.h
-%{_includedir}/openais/service/config.h
-%{_includedir}/openais/service/objdb.h
-%{_includedir}/openais/service/logsys.h
-%{_includedir}/openais/service/swab.h
-%{_includedir}/openais/service/service.h
-%{_mandir}/man3/cpg_*3*
-%{_mandir}/man3/evs_*3*
-%{_mandir}/man3/confdb_*3*
+%{_libdir}/openais/libSaAmf.so
+%{_libdir}/openais/libSaCkpt.so
+%{_libdir}/openais/libSaClm.so
+%{_libdir}/openais/libSaEvt.so
+%{_libdir}/openais/libSaLck.so
+%{_libdir}/openais/libSaMsg.so
 
 %changelog
-* Mon Jul 14 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.84-2.svn1579
-- Update to svn trunk at revision 1579.
-  1577 (wrong commit) and 1578 (revert 1577) are not included (nor required)
-- Cleanup whitespace in spec file.
-
-* Mon Jun 23 2008 Steven Dake <sdake at redhat.com> - 0.84-1
-- New upstream release 0.84 with stability enhancements in protocols.
-
-* Tue May 20 2008 Steven Dake <sdake at redhat.com> - 0.83-3
-- Add upstream revision 1547 - Fix loading of multiple objects.
-- Add upstream revision 1549 - Remove exit when logsys files can't be created.
-- Add upstream revision 1550 - Fix linking of other projects against logsys on ppc64.
-
-* Mon May 12 2008 Steven Dake <sdake at redhat.com> - 0.83-2
-- Fix DOA on source tarball.
-
-* Mon May 12 2008 Steven Dake <sdake at redhat.com> - 0.83-1
-- Release 0.83.
-
-* Tue Apr 29 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.82-1.svn1528
-- Update to latest svn trunk in preparation for 0.83.
-- Fix a bunch of rpmlint warnings/errors.
-- Merge bits from the fedora package.
-- Remove all unrequired patches.
-- Update default config patch.
+* Fri Aug 15 2008 Steven dake <sdake at redhat.com> 0.91-1
+- Upgrade to work with upstream corosync cluster engine.
+
+* Mon May 19 2008 Steven Dake <sdake at redhat.com> 0.80.3-17
+- Resolves: rhbz#400941
+- Wrong bugzilla id caused rejection during commit.
+
+* Mon May 19 2008 Steven Dake <sdake at redhat.com> 0.80.3-16
+- Resolves: rhbz#400491
+- Add upstream revision 1521 - Compile on latest glibc.
+- Add upstream revision 1524 - Fix syscall usage in keygen application.
+- Add upstream revision 1546 - Fix build for authentication on bsd platforms.
+- Add upstream revision 1548 - Fix synchronization of checkpoint global id.
 
 * Tue Apr 1 2008 Steven Dake <sdake at redhat.com> - 0.80.3-15
 - Resolves: rhbz#432531
@@ -227,7 +137,6 @@
 - Add upstream revision 1509 - Remove double pthread_mutex_destroy from cpg service.
 - Add upstream revision 1508 - Remove double pthread_mutex_destroy from clm service.
 - Add upstream revision 1507 - Remove double pthread_mutex_destroy from checkpoint service.
-
 * Sat Mar 15 2008 Steven Dake <sdake at redhat.com> - 0.80.3-14
 - Resolves: rhbz#432531
 - Add upstream revision 1506 - Resolves incomplete checkpoing synchronization when totem queue is full.
@@ -239,6 +148,7 @@
 - Add upstream revision 1502 - Revert revision 1477 which exhibits problems with cman.
 - Add revision 1477 - This was reverted in a previous version but cherrypicked.  Now the patch has been applied and reverted in the rpm build process to match upstream.
 
+
 * Tue Feb 26 2008 Steven Dake <sdake at redhat.com> - 0.80.3-12
 - Resolves: rhbz#433839
 - Fix problem with cvs not allowing new checkin requires new revision.
@@ -248,7 +158,6 @@
 - Add upstream revision 1500 - IPC locks up if a POLLERR is returned in certain circumstances.
 - Resolves: rhbz#433839
 - Add upstream revision 1501 - A mcast is delivered before a join in some circumstances.
-
 * Fri Jan 18 2008 Steven Dake <sdake at redhat.com> - 0.80.3-10
 - Resolves: rhbz#249287
 - Remove upstream revision 1477 - Exhibits problem with revolver tester


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	24 Jun 2008 05:32:05 -0000	1.10
+++ sources	25 Sep 2008 08:07:36 -0000	1.11
@@ -1 +1 @@
-c0d4dc2bee121391e91354b538e12c87  openais-0.84.tar.gz
+b88301b21b4cb59765cb872c231128fb  openais-0.91.tar.gz


--- openais-defaultconfig.patch DELETED ---


--- revision-1568.patch DELETED ---


--- revision-1569.patch DELETED ---


--- revision-1570.patch DELETED ---


--- revision-1571.patch DELETED ---


--- revision-1572.patch DELETED ---


--- revision-1573.patch DELETED ---


--- revision-1574.patch DELETED ---


--- revision-1575.patch DELETED ---


--- revision-1576.patch DELETED ---


--- revision-1579.patch DELETED ---




More information about the fedora-extras-commits mailing list