Drop dependency on atomic from all platforms.
We cannot have inconsistent requires amongs the architectures. Otherwise the koji build fails with: BuildError: mismatch when analyzing openscap-containers-1.2.6-2.fc24.noarch.rpm, rpmdiff output was: error: cannot open Packages index using db5 - Permission denied (13) error: cannot open Packages database in /var/lib/rpm error: cannot open Packages database in /var/lib/rpm added REQUIRES atomic
This commit is contained in:
parent
a53fc56927
commit
848bbfc2a7
@ -169,9 +169,6 @@ Summary: Utils for scanning containers
|
||||
Group: Applications/System
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-scanner
|
||||
%ifarch x86_64
|
||||
Requires: atomic
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description containers
|
||||
@ -337,7 +334,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Wed Oct 07 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.6-2
|
||||
- put oscap-docker to openscap-containers subpackage
|
||||
- require atomic package only when exists
|
||||
- do not require atomic at all
|
||||
|
||||
* Mon Oct 05 2015 Zbyněk Moravec <zmoravec@redhat.com> - 1.2.6-1
|
||||
- upgrade to the latest upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user