#236 Specific version of python libselinux for each distro.
Merged 5 years ago by astepano. Opened 5 years ago by astepano.

@@ -3,9 +3,16 @@ 

  beakerlib_pkgs_req:

    rhel_7: &rhel_7

      - python-lxml

+     - libselinux-python

    centos_7: *rhel_7

    fedora:

      - python2-lxml

+   fedora_27:

+     - libselinux-python3

+   fedora_28:

+     - python3-libselinux

+   rhel_8:

+     - python3-libselinux

  

  makefile_pkgs_req1: []

  makefile_pkgs_req2: []
@@ -15,7 +22,6 @@ 

    - beakerlib

    - rsync

    - make

-   - libselinux-python

    - beakerlib-libraries

    - "{{ beakerlib_pkgs_req[distro_name_ver] | default([]) }}"

    - "{{ beakerlib_pkgs_req[distro_name] | default([]) }}"

rebased onto 00381e5

5 years ago

pretty please pagure-ci rebuild

Commit 8a17144 fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago