diff --git a/SPECS/oscap-anaconda-addon.spec b/SPECS/oscap-anaconda-addon.spec index bb1d428..69eb708 100644 --- a/SPECS/oscap-anaconda-addon.spec +++ b/SPECS/oscap-anaconda-addon.spec @@ -3,7 +3,7 @@ Name: oscap-anaconda-addon Version: 1.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Anaconda addon integrating OpenSCAP to the installation process License: GPLv2+ @@ -27,8 +27,9 @@ Patch6: oaa-1.2-unicode_issues_PR124.patch Patch7: oscap-anaconda-addon-1.2-new_package_groups-PR_128.patch BuildArch: noarch +BuildRequires: make BuildRequires: gettext -BuildRequires: python3-devel +BuildRequires: python3-devel BuildRequires: python3-pycurl BuildRequires: openscap openscap-utils openscap-python3 BuildRequires: anaconda-core >= 33 @@ -78,6 +79,9 @@ make install DESTDIR=%{buildroot} %doc COPYING ChangeLog README.md %changelog +* Mon Feb 15 2021 Matej Tyc - 1.1.1-7 +- Updated translations. + * Wed Nov 11 11:46:56 CET 2020 Matej Tyc - 1.1.1-6 - Improved handling of conflicts between packages removed vs software wanted to be installed - rhbz#1892310