Automated weekly systemtap rawhide release: 0.20201203gitf02f08bc6eff
This commit is contained in:
parent
1c317b3f68
commit
e03736d483
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
|||||||
/systemtap-4.4-0.20200805git82b8e1a07.tar.gz
|
/systemtap-4.4-0.20200805git82b8e1a07.tar.gz
|
||||||
/systemtap-4.4-0.20200922git05179173e71c.tar.gz
|
/systemtap-4.4-0.20200922git05179173e71c.tar.gz
|
||||||
/systemtap-4.4.tar.gz
|
/systemtap-4.4.tar.gz
|
||||||
|
/systemtap-4.4-0.20201203gitf02f08bc6eff.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (systemtap-4.4.tar.gz) = 8fb1fe5071ec99ce3c6bcf82afdc98a3e1abc0ea937f3019b225c3a1879ada30080740b1918a84c6db06fe1893e6d1e7dc84be26c7e597d7feda1efe11354e76
|
SHA512 (systemtap-4.4-0.20201203gitf02f08bc6eff.tar.gz) = 96dd66300b1e6481abd2731463eb6ccd78458a193c375d79d019a50daddb2bf6eccd5112deeb6ec78c22bfc8991e6269ebba2e3eefd1f68871ce53aff6daa0e1
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 4.4
|
Version: 4.4
|
||||||
Release: 2%{?release_override}%{?dist}
|
Release: 0.20201203gitf02f08bc6eff%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ Release: 2%{?release_override}%{?dist}
|
|||||||
Summary: Programmable system-wide instrumentation system
|
Summary: Programmable system-wide instrumentation system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
|
Source: %{name}-%{version}-0.20201203gitf02f08bc6eff.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -132,7 +132,7 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(avahi-client)
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
%if %{with_dyninst}
|
%if %{with_dyninst}
|
||||||
BuildRequires: dyninst-devel >= 10.2.1
|
BuildRequires: dyninst-devel >= 10.0
|
||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
%endif
|
%endif
|
||||||
%if %{with_sqlite}
|
%if %{with_sqlite}
|
||||||
@ -1001,7 +1001,7 @@ done
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
%files
|
%files
|
||||||
# The master "systemtap" rpm doesn't include any files.
|
# The main "systemtap" rpm doesn't include any files.
|
||||||
|
|
||||||
%files server -f systemtap.lang
|
%files server -f systemtap.lang
|
||||||
%{_bindir}/stap-server
|
%{_bindir}/stap-server
|
||||||
@ -1229,6 +1229,10 @@ done
|
|||||||
|
|
||||||
# PRERELEASE
|
# PRERELEASE
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-0.20201203gitf02f08bc6eff
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Thu Nov 12 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-2
|
* Thu Nov 12 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-2
|
||||||
- Respin with newer dyninst.
|
- Respin with newer dyninst.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user