Automated weekly systemtap rawhide release: 0.20200714gite5a63d9c000a
This commit is contained in:
parent
4fc0a3d97f
commit
b473de15d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
|||||||
/systemtap-4.3-0.20200529git6d50a5cadb64.tar.gz
|
/systemtap-4.3-0.20200529git6d50a5cadb64.tar.gz
|
||||||
/systemtap-4.3.tar.gz
|
/systemtap-4.3.tar.gz
|
||||||
/systemtap-4.4-0.20200714git8212024da2ae.tar.gz
|
/systemtap-4.4-0.20200714git8212024da2ae.tar.gz
|
||||||
|
/systemtap-4.4-0.20200714gite5a63d9c000a.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (systemtap-4.4-0.20200714git8212024da2ae.tar.gz) = aa696fd3feb7b7b0dcbab8d4c528689e7d4b237842dc24554cf2dca7352d83be62a644dc5bf52185e0b4de0aecce41617e59db658c76a3958e434cc6d2ff52c0
|
SHA512 (systemtap-4.4-0.20200714gite5a63d9c000a.tar.gz) = 05263345ea18909a86f667f712dd228f76995f012eca134488a125efb961dc796829c5f5a7e84635ef186dc5864977267b47ec08571c66d9a9f1407d1a649f1e
|
||||||
|
@ -48,7 +48,8 @@
|
|||||||
|
|
||||||
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
|
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
|
||||||
%define initdir %{_initddir}
|
%define initdir %{_initddir}
|
||||||
%else # RHEL5 doesn't know _initddir
|
%else
|
||||||
|
# RHEL5 doesn't know _initddir
|
||||||
%define initdir %{_initrddir}
|
%define initdir %{_initrddir}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -58,7 +59,8 @@
|
|||||||
%else
|
%else
|
||||||
%if 0%{?rhel} >= 6
|
%if 0%{?rhel} >= 6
|
||||||
%define udevrulesdir /lib/udev/rules.d
|
%define udevrulesdir /lib/udev/rules.d
|
||||||
%else # RHEL5
|
%else
|
||||||
|
# RHEL5
|
||||||
%define udevrulesdir /etc/udev/rules.d
|
%define udevrulesdir /etc/udev/rules.d
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -87,7 +89,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 4.4
|
Version: 4.4
|
||||||
Release: 0.20200714git8212024da2ae%{?dist}
|
Release: 0.20200714gite5a63d9c000a%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -121,7 +123,7 @@ Release: 0.20200714git8212024da2ae%{?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: %{name}-%{version}-0.20200714git8212024da2ae.tar.gz
|
Source: %{name}-%{version}-0.20200714gite5a63d9c000a.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -1226,6 +1228,10 @@ done
|
|||||||
|
|
||||||
# PRERELEASE
|
# PRERELEASE
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-0.20200714gite5a63d9c000a
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Tue Jul 14 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-0.20200714git8212024da2ae
|
* Tue Jul 14 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-0.20200714git8212024da2ae
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
- Applied spec changes from upstream git
|
- Applied spec changes from upstream git
|
||||||
|
Loading…
Reference in New Issue
Block a user