mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 11:52:46 +00:00
Avoid rediffing patches when possible
This commit is contained in:
parent
8194929104
commit
530d78f0d2
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
%global _debuginfo_template %{nil}
|
||||
%undefine _debugsource_packages
|
||||
|
||||
# Avoid rediffing patches like AUFS when possible
|
||||
%define _default_patch_fuzz 10
|
||||
|
||||
# Hack: flavour and major version are variable, make %%_build_pkgcheck_* always detect and use this config
|
||||
%global _build_pkgcheck_set %(echo "%{_build_pkgcheck_set}" | sed -e 's,/%{name}.rpmlintrc,/kernel.rpmlintrc,')
|
||||
%global _build_pkgcheck_srpm %(echo "%{_build_pkgcheck_srpm}" | sed -e 's,/%{name}.rpmlintrc,/kernel.rpmlintrc,')
|
||||
|
|
Loading…
Add table
Reference in a new issue