Update to version 0.16.2
- resolves: RHEL-89881
This commit is contained in:
parent
6fa7f73fe6
commit
915cb68369
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ tevent-0.9.8.tar.gz
|
||||
/tevent-0.16.0.tar.asc
|
||||
/tevent-0.16.1.tar.asc
|
||||
/tevent-0.16.1.tar.gz
|
||||
/tevent-0.16.2.tar.asc
|
||||
/tevent-0.16.2.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global talloc_version 2.4.2
|
||||
%global talloc_version 2.4.3
|
||||
|
||||
Name: libtevent
|
||||
Version: 0.16.1
|
||||
Name: libtevent
|
||||
Version: 0.16.2
|
||||
Release: %autorelease
|
||||
Summary: The tevent library
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://tevent.samba.org/
|
||||
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
Source1: http://samba.org/ftp/tevent/tevent-%{version}.tar.asc
|
||||
Summary: The tevent library
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://tevent.samba.org/
|
||||
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
Source1: http://samba.org/ftp/tevent/tevent-%{version}.tar.asc
|
||||
# gpg2 --no-default-keyring --keyring ./tevent.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
|
||||
Source2: tevent.keyring
|
||||
Source2: tevent.keyring
|
||||
|
||||
# Patches
|
||||
|
||||
@ -35,7 +35,8 @@ Tevent also provide helpers to deal with asynchronous code providing the
|
||||
tevent_req (Tevent Request) functions.
|
||||
|
||||
%package devel
|
||||
Summary: Developer tools for the Tevent library
|
||||
Summary: Developer tools for the Tevent library
|
||||
|
||||
Requires: libtevent%{?_isa} = %{version}-%{release}
|
||||
Requires: libtalloc-devel%{?_isa} >= %{talloc_version}
|
||||
|
||||
@ -44,9 +45,9 @@ Header files needed to develop programs that link against the Tevent library.
|
||||
|
||||
|
||||
%package -n python3-tevent
|
||||
Summary: Python 3 bindings for the Tevent library
|
||||
Requires: libtevent%{?_isa} = %{version}-%{release}
|
||||
Summary: Python 3 bindings for the Tevent library
|
||||
|
||||
Requires: libtevent%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-tevent}
|
||||
|
||||
%description -n python3-tevent
|
||||
@ -77,6 +78,7 @@ install -d -m0755 %{buildroot}%{_mandir}
|
||||
cp -a doc/man/man3 %{buildroot}%{_mandir}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_libdir}/libtevent.so.*
|
||||
|
||||
%files devel
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tevent-0.16.1.tar.asc) = 9388ba46cc1fa1fded730a119b67f91701b5585863b04428b3e2429fe1c3c096883eda739cf88581e881e03b7eba2d71ae13bdd4e69a9efce1e066330ea0afa1
|
||||
SHA512 (tevent-0.16.1.tar.gz) = cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39
|
||||
SHA512 (tevent-0.16.2.tar.asc) = 00185855ba89a411f3c3d6097294a58a93b1056fffe9361dd1debfcf1a7003fd41d839ca0863561d5d927a970b233ad5263f686562d04ad7144102e15aba472b
|
||||
SHA512 (tevent-0.16.2.tar.gz) = c644771227fd1ee9f221e8cac1be9db97043953670a29415a20f3f8933d4fa93c7421b991a4ecaac0b9b29e922d1ec2f436160f2d2eaf77c6d392f1dec212417
|
||||
|
||||
Loading…
Reference in New Issue
Block a user