auto spec version bump up: lttng-tools lttng-ust
- lttng-tools: bump up to 2.13.8 - lttng-ust: bump up to 2.13.5 Change-Id: I4c0158351e149a2e90259d61e307c2fa34df1c65 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19348 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Tapas Kundu <tkundu@vmware.com>
This commit is contained in:
parent
c2575f87ef
commit
1ef7e5a3a8
|
@ -1,7 +1,7 @@
|
|||
Summary: LTTng is an open source tracing framework for Linux.
|
||||
Name: lttng-tools
|
||||
Version: 2.13.7
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and LGPLv2
|
||||
URL: https://lttng.org/download
|
||||
Group: Development/Tools
|
||||
|
@ -9,7 +9,8 @@ Vendor: VMware, Inc.
|
|||
Distribution: Photon
|
||||
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
%define sha512 %{name}=e5730cb600d39f4e5608fc14f5a211628c3eb1de043cf36fdd021c5d3d0e5e9f1d95bbde554c7ad33b5c1c817ae6a8a893f5cf52a678adf82a2f2c95565a127d
|
||||
%define sha512 %{name}=6daafb1fd458cfbaa7e19b3a8aaafa958116bb836f389febf7ac4035e5d7884d308a9fdefb4e9063329cb7d837853a79ddae0e263d3b58db1f87519bba2dcb3b
|
||||
|
||||
BuildRequires: libxml2-devel >= 2.7.6
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: m4
|
||||
|
@ -48,6 +49,8 @@ find %{buildroot} -name '*.la' -delete
|
|||
%exclude %dir %{_libdir}/debug
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2023 Gerrit Photon <photon-checkins@vmware.com> 2.13.8-1
|
||||
- Automatic Version Bump
|
||||
* Fri Jan 06 2023 Vamsi Krishna Brahmajosyula <vbrahmajosyula@vmware.com> 2.13.7-2
|
||||
- Bump up due to change in elfutils
|
||||
* Sun Aug 21 2022 Gerrit Photon <photon-checkins@vmware.com> 2.13.7-1
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
Summary: LTTng-UST is an Userspace Tracer library
|
||||
Name: lttng-ust
|
||||
Version: 2.13.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2, LGPLv2.1 and MIT
|
||||
URL: https://lttng.org/download/
|
||||
Group: Development/Libraries
|
||||
Vendor: VMware, Inc.
|
||||
Distribution: Photon
|
||||
|
||||
Source: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
|
||||
%define sha512 %{name}=1954c3a4b2600ce50a14b6d54407ad7897e159c662afe3fab724da24b7fccd81da72f0aff22878a5fbc3d262fd143be7d55a3de608925fff5f1dec5614831b74
|
||||
Source: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
|
||||
%define sha512 %{name}=3bf969e9deb6ce05a1ae30ad48676ae8ff63a73198583e98ce083d52b78e9fc2d171a6e3890c201abfa364600d4471d1ee8b1ee23de3faeec1f0ca84e0f0acd4
|
||||
|
||||
BuildRequires: userspace-rcu-devel
|
||||
|
||||
|
@ -17,9 +17,8 @@ BuildRequires: userspace-rcu-devel
|
|||
BuildRequires: perl
|
||||
%endif
|
||||
|
||||
Requires: userspace-rcu
|
||||
|
||||
Provides: liblttng-ust.so.0()(64bit)
|
||||
Requires: userspace-rcu
|
||||
Provides: liblttng-ust.so.0()(64bit)
|
||||
|
||||
%description
|
||||
This library may be used by user-space applications to generate
|
||||
|
@ -65,6 +64,8 @@ make %{?_smp_mflags} check
|
|||
%{_libdir}/pkgconfig/lttng-ust*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2023 Gerrit Photon <photon-checkins@vmware.com> 2.13.5-1
|
||||
- Automatic Version Bump
|
||||
* Thu Sep 29 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.13.4-2
|
||||
- Add Provides: liblttng-ust.so.0()(64bit) to fix dotnet-runtime build
|
||||
* Sun Aug 21 2022 Gerrit Photon <photon-checkins@vmware.com> 2.13.4-1
|
||||
|
|
Loading…
Reference in New Issue