Upgrading lttng-tools to v2.13.2 and lttng-ust to v2.13.1 (#1931)
* upgrading lttng-tools and lttng-ust * updating changelog * correcting changelog dates * linting * correcting requirement versions
This commit is contained in:
Родитель
1966747d47
Коммит
978d04f2ec
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"lttng-tools-2.11.2.tar.bz2": "936477305b25f65c5dd22db9161287d30a309ce868b6180857b1fd1fb5e6a56b"
|
||||
"lttng-tools-2.13.2.tar.bz2": "ced2ba00020da77fd17ac92b5a53825502409a07e3aeca28f9515d4a844fd7bd"
|
||||
}
|
||||
}
|
|
@ -1,25 +1,23 @@
|
|||
Summary: LTTng is an open source tracing framework for Linux.
|
||||
Name: lttng-tools
|
||||
Version: 2.11.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and LGPLv2+
|
||||
URL: https://lttng.org/
|
||||
Source0: https://lttng.org/files/lttng-tools/%{name}-%{version}.tar.bz2
|
||||
Source0: https://lttng.org/files/%{name}/%{name}-%{version}.tar.bz2
|
||||
Group: Development/Tools
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
||||
BuildRequires: libxml2-devel >= 2.7.6
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: m4
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: userspace-rcu-devel >= 0.8.0
|
||||
BuildRequires: lttng-ust-devel >= 2.9.0
|
||||
Requires: lttng-ust = %{version}
|
||||
Requires: userspace-rcu
|
||||
BuildRequires: lttng-ust-devel >= 2.13.1
|
||||
Requires: lttng-ust >= 2.13.1
|
||||
Requires: userspace-rcu >= 0.8.0
|
||||
Requires: elfutils
|
||||
Requires: nss
|
||||
Requires: libxml2
|
||||
|
||||
%description
|
||||
|
@ -47,6 +45,13 @@ find %{buildroot} -name '*.la' -delete
|
|||
%exclude %{_libdir}/debug
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 2.13.2-1
|
||||
- Upgrading to 2.13.2
|
||||
- Updated source url.
|
||||
- Updating lttng-ust requirement to version 2.13.1.
|
||||
- Removing unnecessary nss requirement.
|
||||
- Updating userspace-rcu requirement version.
|
||||
|
||||
* Fri Feb 05 2021 Joe Schmitt <joschmit@microsoft.com> - 2.11.2-2
|
||||
- Replace incorrect %%{_lib} usage with %%{_libdir}
|
||||
|
||||
|
@ -55,21 +60,30 @@ find %{buildroot} -name '*.la' -delete
|
|||
- Adding explicit dependency on "lttng-ust".
|
||||
- Removing invalid "--disable-lttng-ust" flag.
|
||||
- Fixing the "Vendor" tag.
|
||||
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> 2.10.5-4
|
||||
- Added %%license line automatically
|
||||
|
||||
* Tue Apr 07 2020 Paul Monson <paulmon@microsoft.com> 2.10.5-3
|
||||
- Fix Source0. License verified.
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.10.5-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Wed Sep 05 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 2.10.5-1
|
||||
- Update to version 2.10.5
|
||||
|
||||
* Fri Mar 31 2017 Michelle Wang <michellew@vmware.com> 2.9.4-1
|
||||
- Update package version
|
||||
|
||||
* Tue Jul 26 2016 Divya Thaluru <dthaluru@vmware.com> 2.7.1-3
|
||||
- Added userspace-rcu-devel as build time dependent package
|
||||
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.7.1-2
|
||||
- GA - Bump release of all rpms
|
||||
|
||||
* Thu Jan 28 2016 Xiaolin Li <xiaolinl@vmware.com> 2.7.1-1
|
||||
- Updated to version 2.7.1
|
||||
|
||||
* Tue Nov 24 2015 Xiaolin Li <xiaolinl@vmware.com> 2.7.0-1
|
||||
- Initial build. First version
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"lttng-ust-2.11.2.tar.bz2": "6b481cec7fe748503c827319e3356137bceef4cce8adecbda3a94c6effcdd161"
|
||||
"lttng-ust-2.13.1.tar.bz2": "5667bf0269e1e62e2d9cb974c456ff86e0401bd7aa3bfc8d5fdb97233249eddc"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
Summary: LTTng-UST is an Userspace Tracer library
|
||||
Name: lttng-ust
|
||||
Version: 2.11.2
|
||||
Version: 2.13.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+ and MIT
|
||||
URL: https://lttng.org
|
||||
|
@ -22,8 +22,8 @@ This library may be used by user-space applications to generate
|
|||
trace-points using LTTng.
|
||||
|
||||
%package devel
|
||||
Summary: The libraries and header files needed for LTTng-UST development.
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: The libraries and header files needed for LTTng-UST development.
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The libraries and header files needed for LTTng-UST development.
|
||||
|
@ -51,7 +51,6 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/*
|
||||
|
@ -63,18 +62,26 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||
%{_libdir}/pkgconfig/lttng-ust*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 2.13.1-1
|
||||
- Upgrading to 2.13.1
|
||||
|
||||
* Thu May 21 2020 Pawel Winogrodzki <pawelwi@microsoft.com> 2.11.2-1
|
||||
- Updating to version 2.11.2.
|
||||
- Updating the "Source0" and "URL" tags.
|
||||
- Removing the "sha1" macro.
|
||||
- License verified.
|
||||
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> 2.10.2-4
|
||||
- Added %%license line automatically
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.10.2-3
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Wed Jan 02 2019 Keerthana K <keerthanak@vmware.com> 2.10.2-2
|
||||
- Added make check.
|
||||
|
||||
* Wed Sep 05 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 2.10.2-1
|
||||
- Update to version 2.10.2
|
||||
|
||||
* Mon Dec 19 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.9.0-1
|
||||
- Initial build. First version
|
||||
|
|
|
@ -12531,8 +12531,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "lttng-tools",
|
||||
"version": "2.11.2",
|
||||
"downloadUrl": "https://lttng.org/files/lttng-tools/lttng-tools-2.11.2.tar.bz2"
|
||||
"version": "2.13.2",
|
||||
"downloadUrl": "https://lttng.org/files/lttng-tools/lttng-tools-2.13.2.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12541,8 +12541,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "lttng-ust",
|
||||
"version": "2.11.2",
|
||||
"downloadUrl": "https://lttng.org/files/lttng-ust/lttng-ust-2.11.2.tar.bz2"
|
||||
"version": "2.13.1",
|
||||
"downloadUrl": "https://lttng.org/files/lttng-ust/lttng-ust-2.13.1.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче