Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d59a1eea8 | ||
|
|
2db4047f20 |
3 changed files with 14 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@ corosync-1.2.7.tar.gz
|
||||||
/corosync-3.0.1.tar.gz
|
/corosync-3.0.1.tar.gz
|
||||||
/corosync-3.0.2.tar.gz
|
/corosync-3.0.2.tar.gz
|
||||||
/corosync-3.0.3.tar.gz
|
/corosync-3.0.3.tar.gz
|
||||||
|
/corosync-3.0.4.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 3.0.3
|
Version: 3.0.4
|
||||||
Release: 2%{?gitver}%{?dist}
|
Release: 2%{?gitver}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://corosync.github.io/corosync/
|
URL: http://corosync.github.io/corosync/
|
||||||
|
|
@ -207,7 +207,7 @@ fi
|
||||||
%{_mandir}/man8/corosync-quorumtool.8*
|
%{_mandir}/man8/corosync-quorumtool.8*
|
||||||
%{_mandir}/man5/corosync.conf.5*
|
%{_mandir}/man5/corosync.conf.5*
|
||||||
%{_mandir}/man5/votequorum.5*
|
%{_mandir}/man5/votequorum.5*
|
||||||
%{_mandir}/man8/cmap_keys.8*
|
%{_mandir}/man7/cmap_keys.7*
|
||||||
|
|
||||||
# library
|
# library
|
||||||
#
|
#
|
||||||
|
|
@ -233,7 +233,8 @@ This package contains corosync libraries.
|
||||||
Summary: The Corosync Cluster Engine Development Kit
|
Summary: The Corosync Cluster Engine Development Kit
|
||||||
Requires: corosynclib%{?_isa} = %{version}-%{release}
|
Requires: corosynclib%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Provides: corosync-devel = %{version}
|
Provides: corosync-devel = %{version}-%{release}
|
||||||
|
Provides: corosync-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n corosynclib-devel
|
%description -n corosynclib-devel
|
||||||
This package contains include files and man pages used to develop using
|
This package contains include files and man pages used to develop using
|
||||||
|
|
@ -285,6 +286,14 @@ network splits)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 02 2020 Jan Friesse <jfriesse@redhat.com> - 3.0.4-2
|
||||||
|
- Add isa version of corosync-devel
|
||||||
|
- Add release to corosync-devel version to match autogenerated
|
||||||
|
corosynclib-devel provides
|
||||||
|
|
||||||
|
* Thu Apr 23 2020 Jan Friesse <jfriesse@redhat.com> - 3.0.4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (corosync-3.0.3.tar.gz) = 6ffabb3261bcff18611a029f0c2682367f301caac6f5ddb2cfb2c1bbc69c67f1d1e7b9475eee8f40bcdca8fbc73cb8ec3854f74002dda9c3b70a27c8d3d16ec5
|
SHA512 (corosync-3.0.4.tar.gz) = 0d3a19d8811f15d7e4ca6b0805bbd007726751626633279ddb40db37069aa789261b203b2e74474f6ceda366f30391e7effe2efa1e471fbd7dce17a04077e534
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue