Do not install conflicting abrt packages in test
This commit is contained in:
parent
a531967da4
commit
ff73caace9
@ -15,7 +15,7 @@
|
|||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.15.2
|
Version: 2.15.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -652,6 +652,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.2-8
|
||||||
|
- Bump release for rebuild
|
||||||
|
|
||||||
* Wed Dec 22 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.2-7
|
* Wed Dec 22 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.2-7
|
||||||
- Rebuild for satyr 0.39
|
- Rebuild for satyr 0.39
|
||||||
|
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
summary: Basic smoke test for libreport
|
summary: Basic smoke test for libreport
|
||||||
require: gcc
|
require: gcc
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
# Do not attempt to install conflicting subpackages.
|
||||||
|
exclude:
|
||||||
|
- abrt-atomic
|
||||||
|
- python3-abrt-container-addon
|
||||||
execute:
|
execute:
|
||||||
script: |
|
script: |
|
||||||
test/smoke.sh
|
test/smoke.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user