Stop providing the tevent backend

https://bugzilla.samba.org/show_bug.cgi?id=12987
This commit is contained in:
Robbie Harwood 2018-01-31 17:01:35 +00:00
parent 3755f42dac
commit f1270d7111

View File

@ -17,7 +17,7 @@ BuildRequires: libtool
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: libevent-devel BuildRequires: libevent-devel
BuildRequires: libtevent-devel # BuildRequires: libtevent-devel
%if !0%{?rhel} %if !0%{?rhel}
BuildRequires: libev-devel BuildRequires: libev-devel
%endif %endif
@ -81,25 +81,25 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
The %{name}-libevent-devel package contains libraries and header files for The %{name}-libevent-devel package contains libraries and header files for
developing applications that use %{name}-libevent. developing applications that use %{name}-libevent.
%package tevent # %package tevent
Summary: tevent module for %{name} # Summary: tevent module for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} # Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: %{name}-module-base = %{version}-%{release} # Provides: %{name}-module-base = %{version}-%{release}
%description tevent # %description tevent
Module for %{name} which provides integration with tevent. # Module for %{name} which provides integration with tevent.
This package provides %{name}-module-base since it supports io, timeout # This package provides %{name}-module-base since it supports io, timeout
and signal. # and signal.
%package tevent-devel # %package tevent-devel
Summary: Development files for %{name}-tevent # Summary: Development files for %{name}-tevent
Requires: %{name}-tevent%{?_isa} = %{version}-%{release} # Requires: %{name}-tevent%{?_isa} = %{version}-%{release}
Requires: %{name}-devel%{?_isa} = %{version}-%{release} # Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description tevent-devel # %description tevent-devel
The %{name}-tevent-devel package contains libraries and header files for # The %{name}-tevent-devel package contains libraries and header files for
developing applications that use %{name}-tevent. # developing applications that use %{name}-tevent.
%if !0%{?rhel} %if !0%{?rhel}
%package libev %package libev
@ -148,8 +148,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -n %{name}-libevent -p /sbin/ldconfig %post -n %{name}-libevent -p /sbin/ldconfig
%postun -n %{name}-libevent -p /sbin/ldconfig %postun -n %{name}-libevent -p /sbin/ldconfig
%post -n %{name}-tevent -p /sbin/ldconfig # %post -n %{name}-tevent -p /sbin/ldconfig
%postun -n %{name}-tevent -p /sbin/ldconfig # %postun -n %{name}-tevent -p /sbin/ldconfig
%if !0%{?rhel} %if !0%{?rhel}
%post -n %{name}-libev -p /sbin/ldconfig %post -n %{name}-libev -p /sbin/ldconfig
@ -184,13 +184,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/%{name}-libevent.so %{_libdir}/%{name}-libevent.so
%{_libdir}/pkgconfig/%{name}-libevent.pc %{_libdir}/pkgconfig/%{name}-libevent.pc
%files tevent # %files tevent
%{_libdir}/%{name}-tevent.so.* # %{_libdir}/%{name}-tevent.so.*
%files tevent-devel # %files tevent-devel
%{_includedir}/verto-tevent.h # %{_includedir}/verto-tevent.h
%{_libdir}/%{name}-tevent.so # %{_libdir}/%{name}-tevent.so
%{_libdir}/pkgconfig/%{name}-tevent.pc # %{_libdir}/pkgconfig/%{name}-tevent.pc
%if !0%{?rhel} %if !0%{?rhel}
%files libev %files libev
@ -203,6 +203,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%endif %endif
%changelog %changelog
* Wed Jan 31 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-2
- Stop providing the tevent backend
- https://bugzilla.samba.org/show_bug.cgi?id=12987
* Tue Sep 05 2017 Robbie Harwood <rharwood@redhat.com> - 0.3.0-1 * Tue Sep 05 2017 Robbie Harwood <rharwood@redhat.com> - 0.3.0-1
- New upstream release (0.3.0) - New upstream release (0.3.0)