summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-04-08 15:32:15 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-04-08 15:32:15 +0200
commitbdcac621104819fd1fd6e250fe9cb5f2e5e421cc (patch)
tree4ef65661f369d2051bbe7427e74fb467411bdc0f
parentfe1030303a05e0c743222a34ae773e6090e81ff5 (diff)
downloadmariadb-git-bdcac621104819fd1fd6e250fe9cb5f2e5e421cc.tar.gz
Remove _unpackaged_files_terminate_build=0, we should not ignore errors.
-rw-r--r--support-files/mysql.spec.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index f7fe9f598b4..663b9bf15e4 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -50,12 +50,6 @@
%define __os_install_post /usr/lib/rpm/brp-compress
# ------------------------------------------------------------------------------
-# We don't package all files installed into the build root by intention -
-# See BUG#998 for details.
-# ------------------------------------------------------------------------------
-%define _unpackaged_files_terminate_build 0
-
-# ------------------------------------------------------------------------------
# RPM build tools now automatically detects Perl module dependencies. This
# detection gives problems as it is broken in some versions, and it also
# give unwanted dependencies from mandatory scripts in our package.