summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-09-25 10:34:03 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-09-25 10:34:32 -0400
commit3e3a90352d950b88257da5cc9c5efa64ac3c9134 (patch)
tree718d582ad23848c420c82fbc8c99a8b7984595fa
parentfe05a23be38253f1599cb2deed258a12981ca923 (diff)
downloadkernel-3e3a90352d950b88257da5cc9c5efa64ac3c9134.tar.gz
kernel-3e3a90352d950b88257da5cc9c5efa64ac3c9134.tar.xz
kernel-3e3a90352d950b88257da5cc9c5efa64ac3c9134.zip
Fix debuginfo_args regex for + separator (rhbz 1009751)
-rw-r--r--kernel.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index b306492b9..ef9932863 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -936,7 +936,7 @@ AutoReqProv: no\
%description -n %{name}%{?1:-%{1}}-debuginfo\
This package provides debug information for package %{name}%{?1:-%{1}}.\
This is required to use SystemTap with %{name}%{?1:-%{1}}-%{KVERREL}.\
-%{expand:%%global debuginfo_args %{?debuginfo_args} -p '/.*/%%{KVERREL}%{?1:\+%{1}}/.*|/.*%%{KVERREL}%{?1:\+%{1}}(\.debug)?' -o debuginfo%{?1}.list}\
+%{expand:%%global debuginfo_args %{?debuginfo_args} -p '/.*/%%{KVERREL}%{?1:[+]%{1}}/.*|/.*%%{KVERREL}%{?1:\+%{1}}(\.debug)?' -o debuginfo%{?1}.list}\
%{nil}
#
@@ -2301,6 +2301,7 @@ fi
# || ||
%changelog
* Wed Sep 25 2013 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix debuginfo_args regex for + separator (rhbz 1009751)
- Fix invalid value passed to pci_unmap_single in skge (rhbz 1008323)
* Tue Sep 24 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc2.git0.1