Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
39
.gitignore
vendored
39
.gitignore
vendored
@ -1,2 +1,39 @@
|
||||
SOURCES/lttng-ust-2.8.1.tar.bz2
|
||||
/lttng-ust-2.0.4.tar.bz2
|
||||
/lttng-ust-2.0.5.tar.bz2
|
||||
/lttng-ust-2.1.0.tar.bz2
|
||||
/lttng-ust-2.1.1.tar.bz2
|
||||
/lttng-ust-2.1.2.tar.bz2
|
||||
/lttng-ust-2.2.1.tar.bz2
|
||||
/lttng-ust-2.3.0.tar.bz2
|
||||
/lttng-ust-2.4.0.tar.bz2
|
||||
/lttng-ust-2.4.1.tar.bz2
|
||||
/lttng-ust-2.6.2.tar.bz2
|
||||
/lttng-ust-2.8.1.tar.bz2
|
||||
/lttng-ust-2.9.0.tar.bz2
|
||||
/lttng-ust-2.9.1.tar.bz2
|
||||
/lttng-ust-2.10.0.tar.bz2
|
||||
/lttng-ust-2.10.1.tar.bz2
|
||||
/lttng-ust-2.10.2.tar.bz2
|
||||
/lttng-ust-2.10.3.tar.bz2
|
||||
/lttng-ust-2.10.4.tar.bz2
|
||||
/lttng-ust-2.11.0.tar.bz2
|
||||
/lttng-ust-2.11.1.tar.bz2
|
||||
/lttng-ust-2.12.0.tar.bz2
|
||||
/lttng-ust-2.12.1.tar.bz2
|
||||
/lttng-ust-2.12.1.tar.bz2.asc
|
||||
/lttng-ust-2.12.2.tar.bz2
|
||||
/lttng-ust-2.12.2.tar.bz2.asc
|
||||
/lttng-ust-2.13.0.tar.bz2
|
||||
/lttng-ust-2.13.0.tar.bz2.asc
|
||||
/lttng-ust-2.13.1.tar.bz2
|
||||
/lttng-ust-2.13.1.tar.bz2.asc
|
||||
/lttng-ust-2.13.2.tar.bz2
|
||||
/lttng-ust-2.13.2.tar.bz2.asc
|
||||
/lttng-ust-2.13.3.tar.bz2
|
||||
/lttng-ust-2.13.3.tar.bz2.asc
|
||||
/lttng-ust-2.13.5.tar.bz2
|
||||
/lttng-ust-2.13.5.tar.bz2.asc
|
||||
/lttng-ust-2.13.6.tar.bz2
|
||||
/lttng-ust-2.13.6.tar.bz2.asc
|
||||
/lttng-ust-2.13.7.tar.bz2
|
||||
/lttng-ust-2.13.7.tar.bz2.asc
|
||||
|
||||
18
gating.yaml
18
gating.yaml
@ -1,7 +1,21 @@
|
||||
# recipients: rjanekov,rcap
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
|
||||
BIN
gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
Normal file
BIN
gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
Normal file
Binary file not shown.
9
lttng-gen-tp-shebang.patch
Normal file
9
lttng-gen-tp-shebang.patch
Normal file
@ -0,0 +1,9 @@
|
||||
diff -Naur lttng-ust-2.13.0.orig/tools/lttng-gen-tp lttng-ust-2.13.0/tools/lttng-gen-tp
|
||||
--- lttng-ust-2.13.0.orig/tools/lttng-gen-tp 2021-07-16 10:26:39.000000000 -0400
|
||||
+++ lttng-ust-2.13.0/tools/lttng-gen-tp 2021-08-19 14:23:40.013453258 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
279
lttng-ust.spec
279
lttng-ust.spec
@ -1,44 +1,91 @@
|
||||
%define with_numactl 0%{!?_without_numactl:1}
|
||||
|
||||
# Numactl is not available on armhf
|
||||
%ifarch armv7hl
|
||||
%define with_numactl 0
|
||||
%endif
|
||||
|
||||
%if %{with_numactl}
|
||||
%define arg_numactl --enable-numa
|
||||
%else
|
||||
%define arg_numactl --disable-numa
|
||||
%endif
|
||||
|
||||
|
||||
Name: lttng-ust
|
||||
Version: 2.8.1
|
||||
Release: 11%{?dist}
|
||||
License: LGPLv2 and GPLv2 and MIT
|
||||
Group: Development/Libraries
|
||||
Version: 2.13.7
|
||||
Release: 5%{?dist}
|
||||
|
||||
License: LGPL-2.1-only AND MIT AND GPL-2.0-only AND BSD-3-Clause AND BSD-2-Clause
|
||||
Summary: LTTng Userspace Tracer library
|
||||
URL: https://lttng.org
|
||||
Source0: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
|
||||
Source1: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2.asc
|
||||
# gpg2 --export --export-options export-minimal 2A0B4ED915F2D3FA45F5B16217280A9781186ACF > gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
|
||||
Source2: gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
|
||||
Patch0: lttng-gen-tp-shebang.patch
|
||||
|
||||
BuildRequires: python3
|
||||
BuildRequires: libuuid-devel texinfo
|
||||
BuildRequires: userspace-rcu-devel >= 0.8.0
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: /usr/bin/pathfix.py
|
||||
BuildRequires: userspace-rcu-devel >= 0.12.0
|
||||
%if %{with_numactl}
|
||||
BuildRequires: numactl-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
This library may be used by user-space applications to generate
|
||||
trace-points using LTTng.
|
||||
|
||||
%package devel
|
||||
Summary: LTTng Userspace Tracer library headers and development files
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: userspace-rcu-devel systemtap-sdt-devel
|
||||
|
||||
%description devel
|
||||
This library provides support for developing programs using
|
||||
LTTng user-space tracing
|
||||
%package -n %{name}-devel
|
||||
Summary: LTTng Userspace Tracer library headers and development files
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: userspace-rcu-devel
|
||||
Requires: systemtap-sdt-devel
|
||||
|
||||
%description -n %{name}-devel
|
||||
The %{name}-devel package contains libraries and header to instrument
|
||||
applications using %{name}
|
||||
|
||||
|
||||
%package -n python3-lttngust
|
||||
Summary: Python bindings for LTTng UST
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: make
|
||||
%{?python_provide:%python_provide python3-lttngust}
|
||||
|
||||
%description -n python3-lttngust
|
||||
The python3-lttngust package contains libraries needed to instrument
|
||||
applications that use %{name}'s Python logging backend.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# Reinitialize libtool with the fedora version to remove Rpath
|
||||
autoreconf -vif
|
||||
|
||||
%configure --docdir=%{_docdir}/%{name} --disable-static --with-sdt
|
||||
make %{?_smp_mflags} V=1
|
||||
%ifarch armv7hl
|
||||
export CPPFLAGS="-DUATOMIC_NO_LINK_ERROR"
|
||||
%endif
|
||||
|
||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" tools/lttng-gen-tp
|
||||
%configure \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--disable-static \
|
||||
--enable-python-agent \
|
||||
--with-sdt \
|
||||
%{?arg_numactl}
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -46,10 +93,8 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
make check
|
||||
%{buildroot}/%{_bindir}/lttng-gen-tp --help
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%{_libdir}/*.so.*
|
||||
@ -57,6 +102,13 @@ make check
|
||||
%{_mandir}/man3/lttng-ust.3.gz
|
||||
%{_mandir}/man3/lttng-ust-cyg-profile.3.gz
|
||||
%{_mandir}/man3/lttng-ust-dl.3.gz
|
||||
%{_mandir}/man3/lttng_ust_do_tracepoint.3.gz
|
||||
%{_mandir}/man3/lttng_ust_tracef.3.gz
|
||||
%{_mandir}/man3/lttng_ust_tracelog.3.gz
|
||||
%{_mandir}/man3/lttng_ust_tracepoint.3.gz
|
||||
%{_mandir}/man3/lttng_ust_tracepoint_enabled.3.gz
|
||||
%{_mandir}/man3/lttng_ust_vtracef.3.gz
|
||||
%{_mandir}/man3/lttng_ust_vtracelog.3.gz
|
||||
%{_mandir}/man3/tracef.3.gz
|
||||
%{_mandir}/man3/tracelog.3.gz
|
||||
%{_mandir}/man3/tracepoint.3.gz
|
||||
@ -64,11 +116,12 @@ make check
|
||||
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/ChangeLog
|
||||
%{_docdir}/%{name}/README.md
|
||||
%{_docdir}/%{name}/java-agent.txt
|
||||
%{_docdir}/%{name}/LICENSE
|
||||
%{_docdir}/%{name}/README.md
|
||||
|
||||
|
||||
%files devel
|
||||
%files -n %{name}-devel
|
||||
%{_bindir}/lttng-gen-tp
|
||||
%{_mandir}/man1/lttng-gen-tp.1.gz
|
||||
%{_prefix}/include/*
|
||||
@ -78,40 +131,166 @@ make check
|
||||
%dir %{_docdir}/%{name}/examples
|
||||
%{_docdir}/%{name}/examples/*
|
||||
|
||||
%files -n python3-lttngust
|
||||
%{python3_sitelib}/lttngust/
|
||||
%{python3_sitelib}/lttngust-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Ken Dreyer <kdreyer@redhat.com> - 2.8.1-11
|
||||
- Run make check in %%check (rhbz#1681951)
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.13.7-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Wed Mar 06 2019 Ken Dreyer <kdreyer@redhat.com> - 2.8.1-10
|
||||
- fix shebang in lttng-gen-tp (rhbz#1673990)
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.13.7-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Wed Sep 26 2018 Omair Majid <omajid@redhat.com> - 2.8.1-9
|
||||
- Build with standard distro-wide optimization flags even on s390 and s390x
|
||||
- Resolves: rhbz#1630591
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Aug 07 2018 Omair Majid <omajid@redhat.com> - 2.8.1-8
|
||||
- Bump release
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 26 2018 Omair Majid <omajid@redhat.com> - 2.8.1-7
|
||||
- Un-SCLize package
|
||||
- Switch to python 3 explicitly in scripts
|
||||
* Fri Jan 12 2024 Michael Jeanson <mjeanson@efficios.com> - 2.13.7-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 20 2018 Omair Majid <omajid@redhat.com> - 2.8.1-6
|
||||
- Add Requires on SystemTap SDT for -devel package
|
||||
- Resolves: rhbz#1584865
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Omair Majid <omajid@redhat.com> - 2.8.1-5
|
||||
- Add SystemTap SDT support
|
||||
- Resolves: rhbz#1584865
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.13.6-4
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Sun May 27 2018 Omair Majid <omajid@redhat.com> - 2.8.1-4
|
||||
- Bump release for .NET Core 2.1
|
||||
* Wed Jun 07 2023 Kienan Stewart <kstewart@efficios.com> - 2.13.6-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jul 14 2017 Omair Majid <omajid@redhat.com> - 2.8.1-3
|
||||
- Fix path names to make debuginfo parallel installable
|
||||
* Mon May 08 2023 Michael Jeanson <mjeanson@efficios.com> - 2.13.5-3
|
||||
- migrated to SPDX license
|
||||
|
||||
* Wed Apr 19 2017 Omair Majid <omajid@redhat.com> - 2.8.1-2
|
||||
- SCL-ize package
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Oct 18 2022 Michael Jeanson <mjeanson@efficios.com> - 2.13.5-1
|
||||
- New upstream release
|
||||
- Add builddep on python3-setuptools in prevision of python 3.12 removing distutils
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 2.13.3-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Wed Jun 15 2022 Michael Jeanson <mjeanson@efficios.com> - 2.13.3-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.13.2-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Tue Mar 29 2022 Michael Jeanson <mjeanson@efficios.com> - 2.13.2-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Dec 10 2021 Michael Jeanson <mjeanson@efficios.com> - 2.13.1-1
|
||||
- New upstream release
|
||||
- Fix dotnet segfault when dlopening liblttng-ust (#2031143)
|
||||
|
||||
* Wed Oct 20 2021 Michael Jeanson <mjeanson@efficios.com> - 2.13.0-1
|
||||
- New upstream release
|
||||
- SONAME bump of liblttng-ust.so to 1
|
||||
- SONAME bump of liblttng-ust-ctl.so to 5
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jun 07 2021 Michael Jeanson <mjeanson@efficios.com> - 2.12.2-4
|
||||
- Rebuilt for liburcu 0.13 (SONAME 8)
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.12.2-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed May 19 2021 Michael Jeanson <mjeanson@efficios.com> - 2.12.2-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 18 2021 Michael Jeanson <mjeanson@efficios.com> - 2.12.1-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.12.0-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Tue Apr 14 2020 Michael Jeanson <mjeanson@efficios.com> - 2.12.0-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Mar 06 2020 Michael Jeanson <mjeanson@efficios.com> - 2.11.1-1
|
||||
- New upstream release
|
||||
- Add requires systemtap-sdt-devel to lttng-ust-devel (#1386412)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jan 23 2020 Michael Jeanson <mjeanson@efficios.com> - 2.11.0-3
|
||||
- Enable SystemTAP SDT support (#1386412)
|
||||
|
||||
* Wed Jan 22 2020 Michael Jeanson <mjeanson@efficios.com> - 2.11.0-2
|
||||
- Add patch to fix build failure with GCC 10
|
||||
|
||||
* Tue Oct 22 2019 Michael Jeanson <mjeanson@efficios.com> - 2.11.0-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.4-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.4-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jun 03 2019 Michael Jeanson <mjeanson@efficios.com> - 2.10.4-1
|
||||
- New upstream release
|
||||
- Add patch to build on glibc >= 2.30
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 07 2018 Michael Jeanson <mjeanson@efficios.com> - 2.10.2-1
|
||||
- New upstream release
|
||||
- Add python3-lttngust sub-package.
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Mar 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.10.1-3
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Michael Jeanson <mjeanson@efficios.com> - 2.10.1-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Aug 18 2017 Dan Horák <dan[at]danny.cz> - 2.10.0-2
|
||||
- drop the s390(x) build workaround
|
||||
|
||||
* Wed Aug 02 2017 Michael Jeanson <mjeanson@efficios.com> - 2.10.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu Jun 22 2017 Michael Jeanson <mjeanson@efficios.com> - 2.9.1-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Nov 30 2016 Michael Jeanson <mjeanson@efficios.com> - 2.9.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 22 2016 Michael Jeanson <mjeanson@efficios.com> - 2.8.1-2
|
||||
- Re-add rpath removing
|
||||
|
||||
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (lttng-ust-2.8.1.tar.bz2) = 15c459620cb73ef5be8c7df2ef02663ef650555b973a3d1ed976ae38068b53a8c83143a611bcb53e91a3f211361c44cd2a331cb41dd53d28a69924f7ac44cc95
|
||||
SHA512 (lttng-ust-2.13.7.tar.bz2) = a60593fb9301851f77514f579465b4c683244da1c8a429cd76471738bff74431a45a2ef3097483a46da045d01651a70abb0cd9f306bc2d980d6a3a0d5b7cf917
|
||||
SHA512 (lttng-ust-2.13.7.tar.bz2.asc) = ded75a31344216e96f31b2c2ed09cd20bc33a13cdb0adf812127175ad55056f539c6af2639d152ad77cb249955e83e6ffa768eec25b3f5426392e33b752680a1
|
||||
|
||||
9
tests/ci.fmf
Normal file
9
tests/ci.fmf
Normal file
@ -0,0 +1,9 @@
|
||||
summary: Always passing test
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- bash
|
||||
- lttng-ust
|
||||
execute:
|
||||
script:
|
||||
- /usr/bin/true # always pass
|
||||
Loading…
Reference in New Issue
Block a user