further increase rescans in silent-loop-detection patch [release 5.2.1-29mamba;Thu Aug 25 2016]
This commit is contained in:
parent
c69f596e54
commit
5c48294028
@ -5,7 +5,7 @@
|
||||
int npeer = 128; /* XXX more than deep enough for now. */
|
||||
int * peer = memset(alloca(npeer*sizeof(*peer)), 0, (npeer*sizeof(*peer)));
|
||||
- int nrescans = 10;
|
||||
+ int nrescans = 20;
|
||||
+ int nrescans = 50;
|
||||
int _printed = 0;
|
||||
char deptypechar;
|
||||
size_t tsbytes;
|
||||
|
5
rpm.spec
5
rpm.spec
@ -33,7 +33,7 @@
|
||||
|
||||
Name: rpm
|
||||
Version: 5.2.1
|
||||
Release: 28mamba
|
||||
Release: 29mamba
|
||||
Summary: The RPM package management system
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
@ -630,6 +630,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-29mamba
|
||||
- further increase rescans in silent-loop-detection patch
|
||||
|
||||
* Mon May 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-28mamba
|
||||
- patch67: don't fail on postun, continue removing package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user