New upstream release
Also incorrect dates in specfile changelog section are fixed. Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
d82bb90518
commit
226a071f0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ corosync-1.2.7.tar.gz
|
|||||||
/corosync-2.1.0.tar.gz
|
/corosync-2.1.0.tar.gz
|
||||||
/corosync-2.2.0.tar.gz
|
/corosync-2.2.0.tar.gz
|
||||||
/corosync-2.3.0.tar.gz
|
/corosync-2.3.0.tar.gz
|
||||||
|
/corosync-2.3.1.tar.gz
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
%bcond_without rdma
|
%bcond_without rdma
|
||||||
%endif
|
%endif
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
|
%bcond_with upstart
|
||||||
%bcond_without xmlconf
|
%bcond_without xmlconf
|
||||||
%bcond_without runautogen
|
%bcond_without runautogen
|
||||||
|
|
||||||
@ -19,8 +20,8 @@
|
|||||||
|
|
||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 3%{?gitver}%{?dist}
|
Release: 1%{?gitver}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.corosync.org/
|
URL: http://www.corosync.org/
|
||||||
@ -106,11 +107,15 @@ export rdmacm_LIBS=-lrdmacm \
|
|||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with upstart}
|
||||||
|
--enable-upstart \
|
||||||
|
%endif
|
||||||
%if %{with xmlconf}
|
%if %{with xmlconf}
|
||||||
--enable-xmlconf \
|
--enable-xmlconf \
|
||||||
%endif
|
%endif
|
||||||
--with-initddir=%{_initrddir} \
|
--with-initddir=%{_initrddir} \
|
||||||
--with-systemddir=%{_unitdir}
|
--with-systemddir=%{_unitdir} \
|
||||||
|
--with-upstartdir=%{_sysconfdir}/init
|
||||||
|
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
@ -130,6 +135,10 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
# drop docs and html docs for now
|
# drop docs and html docs for now
|
||||||
rm -rf %{buildroot}%{_docdir}/*
|
rm -rf %{buildroot}%{_docdir}/*
|
||||||
|
# /etc/sysconfig/corosync-notifyd
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
||||||
|
install -m 644 tools/corosync-notifyd.sysconfig.example \
|
||||||
|
%{buildroot}%{_sysconfdir}/sysconfig/corosync-notifyd
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -177,7 +186,7 @@ fi
|
|||||||
%{_bindir}/corosync-xmlproc
|
%{_bindir}/corosync-xmlproc
|
||||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.xml.example
|
%config(noreplace) %{_sysconfdir}/corosync/corosync.xml.example
|
||||||
%dir %{_datadir}/corosync
|
%dir %{_datadir}/corosync
|
||||||
%dir %{_datadir}/corosync/xml2conf.xsl
|
%{_datadir}/corosync/xml2conf.xsl
|
||||||
%{_mandir}/man8/corosync-xmlproc.8*
|
%{_mandir}/man8/corosync-xmlproc.8*
|
||||||
%{_mandir}/man5/corosync.xml.5*
|
%{_mandir}/man5/corosync.xml.5*
|
||||||
%endif
|
%endif
|
||||||
@ -185,6 +194,7 @@ fi
|
|||||||
%dir %{_sysconfdir}/corosync/uidgid.d
|
%dir %{_sysconfdir}/corosync/uidgid.d
|
||||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
|
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
|
||||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
|
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
|
||||||
|
%config(noreplace) %{_sysconfdir}/sysconfig/corosync-notifyd
|
||||||
%if %{with dbus}
|
%if %{with dbus}
|
||||||
%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
||||||
%endif
|
%endif
|
||||||
@ -201,6 +211,10 @@ fi
|
|||||||
%{_initrddir}/corosync
|
%{_initrddir}/corosync
|
||||||
%{_initrddir}/corosync-notifyd
|
%{_initrddir}/corosync-notifyd
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with upstart}
|
||||||
|
%{_sysconfdir}/init/corosync.conf
|
||||||
|
%{_sysconfdir}/init/corosync-notifyd.conf
|
||||||
|
%endif
|
||||||
%dir %{_localstatedir}/lib/corosync
|
%dir %{_localstatedir}/lib/corosync
|
||||||
%dir %{_localstatedir}/log/cluster
|
%dir %{_localstatedir}/log/cluster
|
||||||
%{_mandir}/man8/corosync_overview.8*
|
%{_mandir}/man8/corosync_overview.8*
|
||||||
@ -317,6 +331,10 @@ The Corosync Cluster Engine APIs.
|
|||||||
%{_mandir}/man8/quorum_overview.8*
|
%{_mandir}/man8/quorum_overview.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 10 2013 Jan Friesse <jfriesse@redhat.com> - 2.3.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Fix incorrect dates in specfile changelog section
|
||||||
|
|
||||||
* Mon Mar 25 2013 Jan Friesse <jfriesse@redhat.com> - 2.3.0-3
|
* Mon Mar 25 2013 Jan Friesse <jfriesse@redhat.com> - 2.3.0-3
|
||||||
- Resolves: rhbz#925185
|
- Resolves: rhbz#925185
|
||||||
|
|
||||||
@ -340,7 +358,7 @@ The Corosync Cluster Engine APIs.
|
|||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
* Tue May 12 2012 Jan Friesse <jfriesse@redhat.com> - 2.0.1-1
|
* Tue May 22 2012 Jan Friesse <jfriesse@redhat.com> - 2.0.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
* Tue Apr 17 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.0.0-2
|
* Tue Apr 17 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.0.0-2
|
||||||
@ -386,13 +404,13 @@ The Corosync Cluster Engine APIs.
|
|||||||
- New upstream release
|
- New upstream release
|
||||||
- Temporary disable xml config (broken upstream tarball)
|
- Temporary disable xml config (broken upstream tarball)
|
||||||
|
|
||||||
* Wed Jan 24 2012 Jan Friesse <jfriesse@redhat.com> - 1.99.0-1
|
* Tue Jan 24 2012 Jan Friesse <jfriesse@redhat.com> - 1.99.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Oct 06 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.2-1
|
* Thu Oct 06 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.2-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
* Thu Sep 08 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.1-2
|
* Thu Sep 08 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.1-2
|
||||||
@ -404,7 +422,7 @@ The Corosync Cluster Engine APIs.
|
|||||||
* Wed Jul 20 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.0-2
|
* Wed Jul 20 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.0-2
|
||||||
- Change attributes of cluster log directory
|
- Change attributes of cluster log directory
|
||||||
|
|
||||||
* Wed Jul 19 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.0-1
|
* Tue Jul 19 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Resync spec file with upstream changes
|
- Resync spec file with upstream changes
|
||||||
|
|
||||||
@ -603,7 +621,7 @@ The Corosync Cluster Engine APIs.
|
|||||||
* Mon Oct 13 2008 Dennis Gilmore <dennis@ausil.us> - 0.92-3
|
* Mon Oct 13 2008 Dennis Gilmore <dennis@ausil.us> - 0.92-3
|
||||||
- remove ExclusiveArch line
|
- remove ExclusiveArch line
|
||||||
|
|
||||||
* Fri Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-2
|
* Wed Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-2
|
||||||
- Add conflicts for openais and openais-devel packages older then 0.90.
|
- Add conflicts for openais and openais-devel packages older then 0.90.
|
||||||
|
|
||||||
* Wed Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-1
|
* Wed Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-1
|
||||||
|
Loading…
Reference in New Issue
Block a user