Update to 1.7.20
This commit is contained in:
parent
acd76f155a
commit
13c4f6dda3
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/librepo-68724dc.tar.xz
|
||||
/librepo-1.7.18.tar.gz
|
||||
/librepo-1.7.19.tar.gz
|
||||
/librepo-1.7.20.tar.gz
|
||||
|
12
librepo.spec
12
librepo.spec
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: librepo
|
||||
Version: 1.7.19
|
||||
Version: 1.7.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -95,12 +95,14 @@ popd
|
||||
%if %{with tests}
|
||||
%check
|
||||
pushd build
|
||||
ctest -VV
|
||||
#ctest -VV
|
||||
make ARGS="-V" test
|
||||
popd
|
||||
|
||||
%if %{with python3}
|
||||
pushd build-py3
|
||||
ctest -VV
|
||||
#ctest -VV
|
||||
make ARGS="-V" test
|
||||
popd
|
||||
%endif
|
||||
%endif
|
||||
@ -138,6 +140,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.20-1
|
||||
- Tests: Disable test_download_packages_with_resume_02 test
|
||||
- Update build utils to match new fedora spec schema
|
||||
|
||||
* Wed Aug 24 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.19-1
|
||||
- Add yumrecord substitution mechanism (mluscon)
|
||||
- Fix a memory leak in signature verification (cwalters)
|
||||
|
Loading…
Reference in New Issue
Block a user