diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-08 15:32:15 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-08 15:32:15 +0200 |
commit | bdcac621104819fd1fd6e250fe9cb5f2e5e421cc (patch) | |
tree | 4ef65661f369d2051bbe7427e74fb467411bdc0f | |
parent | fe1030303a05e0c743222a34ae773e6090e81ff5 (diff) | |
download | mariadb-git-bdcac621104819fd1fd6e250fe9cb5f2e5e421cc.tar.gz |
Remove _unpackaged_files_terminate_build=0, we should not ignore errors.
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
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. |