Automated weekly systemtap rawhide release: 0.20170123git756c7cf
This commit is contained in:
parent
e9267ab26b
commit
b141b164d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -220,3 +220,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-3.1-0.20170116gitd5eac54.tar.gz
|
/systemtap-3.1-0.20170116gitd5eac54.tar.gz
|
||||||
/systemtap-3.1-0.20170116git8065f5d.tar.gz
|
/systemtap-3.1-0.20170116git8065f5d.tar.gz
|
||||||
/systemtap-3.1-0.20170123git100bca3.tar.gz
|
/systemtap-3.1-0.20170123git100bca3.tar.gz
|
||||||
|
/systemtap-3.1-0.20170123git756c7cf.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (systemtap-3.1-0.20170123git100bca3.tar.gz) = df823c8e473c721b824ddb36c9bde2378a611bb5d2419c5eb1567fec5626960279b9a75d911b23284f0367157fef95cad6c06236b8d265f0f0ee94f1d2bd19dd
|
SHA512 (systemtap-3.1-0.20170123git756c7cf.tar.gz) = db9b44143aa75c34a1b6a47806f52b2820b727c86f566a7a5ff0935a7bb7ba573c1868a1e33420b0ed5513deb85d82212462f2a12a7939c848c1730172112da3
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 0.20170123git100bca3%{?dist}
|
Release: 0.20170123git756c7cf%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -107,22 +107,24 @@ Summary: Programmable system-wide instrumentation system
|
|||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Source: %{name}-%{version}-0.20170123git100bca3.tar.gz
|
Source: %{name}-%{version}-0.20170123git756c7cf.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: nss-devel avahi-devel pkgconfig
|
BuildRequires: pkgconfig(nss)
|
||||||
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
%if %{with_dyninst}
|
%if %{with_dyninst}
|
||||||
BuildRequires: dyninst-devel >= 8.0
|
BuildRequires: dyninst-devel >= 8.0
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: pkgconfig(libselinux)
|
||||||
%endif
|
%endif
|
||||||
%if %{with_sqlite}
|
%if %{with_sqlite}
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_monitor}
|
%if %{with_monitor}
|
||||||
BuildRequires: json-c-devel ncurses-devel
|
BuildRequires: pkgconfig(json-c)
|
||||||
|
BuildRequires: pkgconfig(ncurses)
|
||||||
%endif
|
%endif
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -167,12 +169,13 @@ BuildRequires: emacs
|
|||||||
BuildRequires: jpackage-utils java-devel
|
BuildRequires: jpackage-utils java-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_virthost}
|
%if %{with_virthost}
|
||||||
BuildRequires: libvirt-devel >= 1.0.2
|
# BuildRequires: libvirt-devel >= 1.0.2
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: pkgconfig(libvirt)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
%if 0%{?rhel} <= 5
|
%if 0%{?rhel} <= 5
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: pkgconfig(ncurses)
|
||||||
%endif
|
%endif
|
||||||
%if %{with_python2_probes}
|
%if %{with_python2_probes}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -1134,6 +1137,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 23 2017 Lukas Berk <lberk@redhat.com> - 3.1-0.20170123git756c7cf
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Mon Jan 23 2017 Lukas Berk <lberk@redhat.com> - 3.1-0.20170123git100bca3
|
* Mon Jan 23 2017 Lukas Berk <lberk@redhat.com> - 3.1-0.20170123git100bca3
|
||||||
- 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