Use --no-backup-if-mismatch to prevent including backup files
This commit is contained in:
parent
bded96964a
commit
95a6a64ced
@ -81,6 +81,11 @@ Obsoletes: mysql-cluster < 5.1.44
|
|||||||
%global __perl_requires %{SOURCE999}
|
%global __perl_requires %{SOURCE999}
|
||||||
%global __perllib_requires %{SOURCE999}
|
%global __perllib_requires %{SOURCE999}
|
||||||
|
|
||||||
|
# patch utility does automatically back-up of chunks that didn't apply
|
||||||
|
# smoothly, but we don't want to create that files because they could be
|
||||||
|
# included in RPM incorrectly
|
||||||
|
%global _default_patch_flags --no-backup-if-mismatch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
|
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
|
||||||
client/server implementation consisting of a server daemon (mysqld)
|
client/server implementation consisting of a server daemon (mysqld)
|
||||||
@ -707,6 +712,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 6 2012 Honza Horak <hhorak@redhat.com> 5.5.28-3
|
* Thu Dec 6 2012 Honza Horak <hhorak@redhat.com> 5.5.28-3
|
||||||
- Rebase patches to not leave backup files when not applied smoothly
|
- Rebase patches to not leave backup files when not applied smoothly
|
||||||
|
- Use --no-backup-if-mismatch to prevent including backup files
|
||||||
|
|
||||||
* Wed Dec 5 2012 Tom Lane <tgl@redhat.com> 5.5.28-2
|
* Wed Dec 5 2012 Tom Lane <tgl@redhat.com> 5.5.28-2
|
||||||
- Add patch for CVE-2012-5611
|
- Add patch for CVE-2012-5611
|
||||||
|
Loading…
Reference in New Issue
Block a user