Skip to content

Commit

Permalink
Updated version number to PKI 10.6.8
Browse files Browse the repository at this point in the history
The pki.spec has been modified to define a conflict between
pki-server package and freeipa-server < 4.7.1 due to IPA
ticket #7742.

The ipa-init.sh has been modified to enable IPA 4.7 COPR repo
in order to get freeipa-server 4.7.1 for F28 and F29.
  • Loading branch information
edewata committed Nov 29, 2018
1 parent 14e2912 commit df237f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ License: GPLv2 and LGPLv2
ExcludeArch: s390 s390x
%endif

Version: 10.6.7
Version: 10.6.8
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1

Expand Down Expand Up @@ -683,6 +683,9 @@ Requires: tomcatjss >= 7.2.1-4
Requires: tomcatjss >= 7.3.6
%endif

# https://pagure.io/freeipa/issue/7742
Conflicts: freeipa-server < 4.7.1

%description -n pki-server
The PKI Server Package contains libraries and utilities needed by the
following PKI subsystems:
Expand Down
3 changes: 3 additions & 0 deletions travis/ipa-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
#
set -e

# Enable IPA COPR repo
dnf copr enable -y @freeipa/freeipa-4-7

# Install latest IPA from official fedora/updates repository
dnf install -y freeipa-server freeipa-server-dns freeipa-server-trust-ad python3-ipatests --best --allowerasing

0 comments on commit df237f6

Please sign in to comment.