whoops ... libcorosync* -> corosynclib*
This commit is contained in:
parent
6d557ac727
commit
9204530604
@ -11,7 +11,7 @@ Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/cor
|
||||
Patch0: corosync-trunk.diff
|
||||
|
||||
# Runtime bits
|
||||
Requires: libcorosync = %{version}-%{release}
|
||||
Requires: corosynclib = %{version}-%{release}
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig
|
||||
@ -94,15 +94,15 @@ fi
|
||||
%{_mandir}/man8/corosync-objctl.8*
|
||||
%{_mandir}/man5/corosync.conf.5*
|
||||
|
||||
%package -n libcorosync
|
||||
%package -n corosynclib
|
||||
Summary: The Corosync Cluster Engine Libraries
|
||||
Group: System Environment/Libraries
|
||||
Conflicts: corosync < 0.92-7
|
||||
|
||||
%description -n libcorosync
|
||||
%description -n corosynclib
|
||||
This package contains corosync libraries.
|
||||
|
||||
%files -n libcorosync
|
||||
%files -n corosynclib
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_libdir}/corosync
|
||||
%config(noreplace) /etc/ld.so.conf.d/corosync-*.conf
|
||||
@ -116,23 +116,23 @@ This package contains corosync libraries.
|
||||
%{_libdir}/corosync/libquorum.so.*
|
||||
%{_libdir}/corosync/libvotequorum.so.*
|
||||
|
||||
%post -n libcorosync -p /sbin/ldconfig
|
||||
%post -n corosynclib -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcorosync -p /sbin/ldconfig
|
||||
%postun -n corosynclib -p /sbin/ldconfig
|
||||
|
||||
%package -n libcorosync-devel
|
||||
%package -n corosynclib-devel
|
||||
Summary: The Corosync Cluster Engine Development Kit
|
||||
Group: Development/Libraries
|
||||
Requires: libcorosync = %{version}-%{release}
|
||||
Requires: corosynclib = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Provides: corosync-devel = 0.92-7
|
||||
Obsoletes: corosync-devel < 0.92-7
|
||||
|
||||
%description -n libcorosync-devel
|
||||
%description -n corosynclib-devel
|
||||
This package contains include files and man pages used to develop using
|
||||
The Corosync Cluster Engine APIs.
|
||||
|
||||
%files -n libcorosync-devel
|
||||
%files -n corosynclib-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_docdir}/%{name}-%{version}
|
||||
%doc %{_docdir}/%{name}-%{version}/README.devmap
|
||||
@ -190,8 +190,8 @@ The Corosync Cluster Engine APIs.
|
||||
- Update to svn trunk at revision 1756 from upstream.
|
||||
- Add support pkgconfig to devel package.
|
||||
- Tidy up spec files by re-organazing sections according to packages.
|
||||
- Split libraries from corosync to libcorosync.
|
||||
- Rename corosync-devel to libcorosync-devel.
|
||||
- Split libraries from corosync to corosynclib.
|
||||
- Rename corosync-devel to corosynclib-devel.
|
||||
|
||||
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-6.svn1750
|
||||
- Update to svn trunk at revision 1750 from upstream.
|
||||
|
Loading…
Reference in New Issue
Block a user