]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
SPEC: bump libdtrace-ctf requirement to 0.7+.
authorNick Alcock <nick.alcock@oracle.com>
Tue, 5 Sep 2017 21:39:34 +0000 (22:39 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 22 Sep 2017 11:45:25 +0000 (12:45 +0100)
This version includes the CTF archive support needed to build
CTF into an archive rather than linking in into modules.

It is backwardly binary-, source-, and CTF-format-compatible with
current releases (0.5, 0.6).

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Tomas Jedlicka <tomas.jedlicka@oracle.com>
Reviewed-by: Victor Erminpour <victor.erminpour@oracle.com>
Orabug: 25815362

scripts/package/mkspec
uek-rpm/ol6/kernel-uek.spec
uek-rpm/ol7/kernel-uek.spec

index 7fff59c5f93f02836a2c0511022793718847569c..342c4d17dfea09108a97f15ce1846513f2a6703d 100755 (executable)
@@ -49,8 +49,8 @@ fi
 echo "BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root"
 
 if $CTF; then
-echo "BuildRequires: libdtrace-ctf >= 0.5.0"
-echo "BuildRequires: libdtrace-ctf-devel >= 0.5.0"
+echo "BuildRequires: libdtrace-ctf >= 0.7.0"
+echo "BuildRequires: libdtrace-ctf-devel >= 0.7.0"
 fi
 
 echo "Provides: $PROVIDES"
@@ -81,7 +81,7 @@ echo "This package provides kernel headers and makefiles sufficient to build mod
 echo "against the $__KERNELRELEASE kernel package."
 
 if $CTF; then
-echo "Requires: libdtrace-ctf >= 0.5.0"
+echo "Requires: libdtrace-ctf >= 0.7.0"
 fi
 
 echo ""
index cddb4cd80fcb686ff35e96b4b3009cd05c6261ba..c7b9ea3f42ecdfcb791a4ab160f327130e266488 100644 (file)
@@ -530,7 +530,7 @@ BuildRequires: pesign >= 0.10-4
 BuildRequires: hmaccalc
 %endif
 %if %{with_dtrace}
-BuildRequires: libdtrace-ctf-devel >= 0.5.0
+BuildRequires: libdtrace-ctf-devel >= 0.7.0
 %endif
 %if %{with_perf_tui}
 BuildRequires: slang-devel, slang-static
@@ -735,7 +735,7 @@ Requires(pre): /usr/bin/find\
 Requires: elfutils-libelf >= 0.158\
 Requires: elfutils-libs >= 0.158\
 %if %{with_dtrace}\
-Requires: libdtrace-ctf >= 0.5.0\
+Requires: libdtrace-ctf >= 0.7.0\
 %endif\
 %description -n kernel%{?variant}%{?1:-%{1}}-devel\
 This package provides kernel headers and makefiles sufficient to build modules\
index cfbcdc4bd04b9ae953573559ec66fa5de5b2ed12..b21c8d5642bd6e08cfefcb2bf1f7a00fa8a922d5 100644 (file)
@@ -520,7 +520,7 @@ BuildRequires: pesign >= 0.10-4
 BuildRequires: hmaccalc
 %endif
 %if %{with_dtrace}
-BuildRequires: libdtrace-ctf-devel >= 0.5.0
+BuildRequires: libdtrace-ctf-devel >= 0.7.0
 %endif
 %if %{with_perf_tui}
 BuildRequires: slang-devel, slang-static
@@ -710,7 +710,7 @@ Requires(pre): /usr/bin/find\
 Requires: elfutils-libelf >= 0.160\
 Requires: elfutils-libs >= 0.160\
 %if %{with_dtrace}\
-Requires: libdtrace-ctf >= 0.5.0\
+Requires: libdtrace-ctf >= 0.7.0\
 %endif\
 %description -n kernel%{?variant}%{?1:-%{1}}-devel\
 This package provides kernel headers and makefiles sufficient to build modules\