Conent-view import show permission denied for repomd.xml

Hi,

when importing a content-view i get below error message.
However the CV is imported correctly.
Foreman version is 1.24 and katello 3.14.
Is this a know issue and can i am shure the import was really complete?

[root@foreman3 katello-export]# pwd
/var/lib/pulp/katello-export
[root@foreman3 katello-export]# hammer content-view version import --export-tar /var/lib/pulp/katello-export/export-testforemanclient-1.0.tar
[...................................................................................................................................................................................................] [100%]
No new packages.
Error: RPM1004: Error retrieving metadata: [Errno 13] Permission denied: '///var/lib/pulp/katello-export/export-testforemanclient-1.0/OHV2/content_views/testforemanclient/1.0/custom/ForemanClient/ForemanClient/repodata/repomd.xml'
[...................................................................................................................................................................................................] [100%]
[root@foreman3 katello-export]#

I dont see any special with the file.

[root@foreman3 katello-export]# ls -lZ /var/lib/pulp/katello-export/export-testforemanclient-1.0/OHV2/content_views/testforemanclient/1.0/custom/ForemanClient/ForemanClient/repodata/
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 02e68b4cc1491da64e37a6d4cbdcd7a6ebbd998b9fae4b9dd982b41898aeb2fa-other.xml.gz
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 4a55035d3eaf7e5d1f8baa27c06f417709a754a80f69301f37ba4a5943e3f472-comps.xml
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 4baf27e81b5cc7a1ca960db2aff07443cf732dfcb632f96a75dde8365c5683cb-filelists.xml.gz
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 9e51da6c1fb1659a291391e2ca6e1afb2bae6f70e4ac2b4730e6336997c18e65-primary.xml.gz
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 f5cf6a51ef58fa09dd1393e62980bc5549fd64d3cd661010863db734b301abc7-updateinfo.xml.gz
-rw-r--r--. apache apache unconfined_u:object_r:var_lib_t:s0 repomd.xml
[root@foreman3 katello-export]#

BR
Thomas

tested this again with deleting a file in the repo i want to import(dont know if this is a use-case)
now the error looks different:

[root@foreman3 katello-export]# hammer content-view version import --export-tar /var/lib/pulp/katello-export/export-testforemanclient-1.0.tar
[...................................................................................................................................................................................................] [100%]
No new packages.
Error: RPM1004: Error retrieving metadata: [Errno 13] Permission denied: '///var/lib/pulp/katello-export/export-testforemanclient-1.0/OHV2/content_views/testforemanclient/1.0/custom/ForemanClient/ForemanClient/repodata/repomd.xml'
Could not import the content view:
  rubygem-foreman_scap_client-0.4.6-1.el7.noarch.rpm not available in repository ForemanClient
[root@foreman3 katello-export]#

found it in DOCU:
semanage fcontext -a -t httpd_sys_rw_content_t /var/lib/pulp/katello-export/
restorecon -RvF /var/lib/pulp/katello-export/

now its fine