[PATCH] Remove policycoreutils-python as Kimchi dependency

According to commit fcd407e, policycoreutils-python was added as a dependency because of semanage command which is not in use anymore. Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- contrib/kimchi.spec.fedora.in | 1 - docs/README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in index 92d3e49..112834b 100644 --- a/contrib/kimchi.spec.fedora.in +++ b/contrib/kimchi.spec.fedora.in @@ -27,7 +27,6 @@ Requires: python-lxml Requires: nfs-utils Requires: nginx Requires: iscsi-initiator-utils -Requires: policycoreutils-python Requires: python-ldap Requires: python-libguestfs Requires: libguestfs-tools diff --git a/docs/README.md b/docs/README.md index 0160ee5..db65c0d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,8 +54,8 @@ Install Dependencies qemu-kvm python-psutil python-ethtool sos \ python-ipaddr python-ldap python-lxml nfs-utils \ iscsi-initiator-utils libxslt pyparted nginx \ - policycoreutils-python python-libguestfs \ - libguestfs-tools python-websockify novnc + python-libguestfs libguestfs-tools python-websockify \ + novnc # If using RHEL6 or Fedora, install the following additional package: $ sudo yum install spice-html5 -- 2.1.0

Reviewed-by: Paulo Vital <pvital@gmail.com> On Tue Jan 27 2015 at 8:58:05 PM Aline Manera <alinefm@linux.vnet.ibm.com> wrote:
According to commit fcd407e, policycoreutils-python was added as a dependency because of semanage command which is not in use anymore.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- contrib/kimchi.spec.fedora.in | 1 - docs/README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in index 92d3e49..112834b 100644 --- a/contrib/kimchi.spec.fedora.in +++ b/contrib/kimchi.spec.fedora.in @@ -27,7 +27,6 @@ Requires: python-lxml Requires: nfs-utils Requires: nginx Requires: iscsi-initiator-utils -Requires: policycoreutils-python Requires: python-ldap Requires: python-libguestfs Requires: libguestfs-tools diff --git a/docs/README.md b/docs/README.md index 0160ee5..db65c0d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,8 +54,8 @@ Install Dependencies qemu-kvm python-psutil python-ethtool sos \ python-ipaddr python-ldap python-lxml nfs-utils \ iscsi-initiator-utils libxslt pyparted nginx \ - policycoreutils-python python-libguestfs \ - libguestfs-tools python-websockify novnc + python-libguestfs libguestfs-tools python-websockify \ + novnc
# If using RHEL6 or Fedora, install the following additional package: $ sudo yum install spice-html5 -- 2.1.0
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (2)
-
Aline Manera
-
Paulo Ricardo Paz Vital