Automated weekly systemtap rawhide release: 0.20160802git9cc6246
This commit is contained in:
parent
c39b8391fe
commit
681f0ec9f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -198,3 +198,4 @@ systemtap-1.3.tar.gz
|
||||
/systemtap-3.1-0.20160711gitbf6ec87.tar.gz
|
||||
/systemtap-3.1-0.20160718git21e1c1d.tar.gz
|
||||
/systemtap-3.1-0.20160725git91bfb36.tar.gz
|
||||
/systemtap-3.1-0.20160802git9cc6246.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d0d5ba869d74f35a6d512fc3d387a353 systemtap-3.1-0.20160725git91bfb36.tar.gz
|
||||
566c262a21aba82995e23e3d09b852dc systemtap-3.1-0.20160802git9cc6246.tar.gz
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
Name: systemtap
|
||||
Version: 3.1
|
||||
Release: 0.20160725git91bfb36%{?dist}
|
||||
Release: 0.20160802git9cc6246%{?dist}
|
||||
# for version, see also configure.ac
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system
|
||||
Group: Development/System
|
||||
License: GPLv2+
|
||||
URL: http://sourceware.org/systemtap/
|
||||
Source: %{name}-%{version}-0.20160725git91bfb36.tar.gz
|
||||
Source: %{name}-%{version}-0.20160802git9cc6246.tar.gz
|
||||
|
||||
# Build*
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -110,6 +110,9 @@ BuildRequires: sqlite-devel
|
||||
%if %{with_monitor}
|
||||
BuildRequires: json-c-devel ncurses-devel
|
||||
%endif
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
# Needed for libstd++ < 4.0, without <tr1/memory>
|
||||
%if %{with_boost}
|
||||
BuildRequires: boost-devel
|
||||
@ -190,6 +193,9 @@ BuildRequires: nss-devel avahi-devel
|
||||
%if %{with_openssl}
|
||||
Requires: openssl
|
||||
%endif
|
||||
%if %{with_systemd}
|
||||
Requires: systemd
|
||||
%endif
|
||||
|
||||
%description server
|
||||
This is the remote script compilation server component of systemtap.
|
||||
@ -1046,6 +1052,10 @@ done
|
||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||
|
||||
%changelog
|
||||
* Tue Aug 02 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20160802git9cc6246
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Jul 25 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20160725git91bfb36
|
||||
- Automated weekly rawhide release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user