Automated weekly systemtap rawhide release: 0.186.gc1cb76c
This commit is contained in:
parent
fdee748f59
commit
ec8c6168a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-2.4-0.131.g1acfc03.tar.gz
|
/systemtap-2.4-0.131.g1acfc03.tar.gz
|
||||||
/systemtap-2.4-0.137.gbbb71aa.tar.gz
|
/systemtap-2.4-0.137.gbbb71aa.tar.gz
|
||||||
/systemtap-2.4-0.173.g2576d05.tar.gz
|
/systemtap-2.4-0.173.g2576d05.tar.gz
|
||||||
|
/systemtap-2.4-0.186.gc1cb76c.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f1daef1bd33eaa6c9e555fe26b8f5850 systemtap-2.4-0.173.g2576d05.tar.gz
|
f9b80da19f3b65931ddd1eee86e9edfb systemtap-2.4-0.186.gc1cb76c.tar.gz
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 0.173.g2576d05.1%{?dist}
|
Release: 0.186.gc1cb76c%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ 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.173.g2576d05.tar.gz
|
Source: %{name}-%{version}-0.186.gc1cb76c.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -450,10 +450,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
# Temporary kludge, don't let the examples symlink collide with the following mv.
|
|
||||||
# Upstream is renaming the symlink to EXAMPLES, commit c878e1d3.
|
|
||||||
test -L examples && rm -f examples
|
|
||||||
|
|
||||||
# We want the examples in the special doc dir, not the build install dir.
|
# We want the examples in the special doc dir, not the build install dir.
|
||||||
# We build it in place and then move it away so it doesn't get installed
|
# We build it in place and then move it away so it doesn't get installed
|
||||||
# twice. rpm can specify itself where the (versioned) docs go with the
|
# twice. rpm can specify itself where the (versioned) docs go with the
|
||||||
@ -974,6 +970,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 28 2013 Lukas Berk <lberk@redhat.com> - 2.4-0.186.gc1cb76c
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Wed Oct 23 2013 Josh Stone <jistone@redhat.com> - 2.4-0.173.g2576d05.1
|
* Wed Oct 23 2013 Josh Stone <jistone@redhat.com> - 2.4-0.173.g2576d05.1
|
||||||
- BZ1022483: don't ship the sourcedir 'examples' symlink.
|
- BZ1022483: don't ship the sourcedir 'examples' symlink.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user