Skip to content

Commit df237f6

Browse files
committedNov 29, 2018
Updated version number to PKI 10.6.8
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.
1 parent 14e2912 commit df237f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎pki.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ License: GPLv2 and LGPLv2
1515
ExcludeArch: s390 s390x
1616
%endif
1717

18-
Version: 10.6.7
18+
Version: 10.6.8
1919
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
2020
# global _phase -a1
2121

@@ -683,6 +683,9 @@ Requires: tomcatjss >= 7.2.1-4
683683
Requires: tomcatjss >= 7.3.6
684684
%endif
685685

686+
# https://pagure.io/freeipa/issue/7742
687+
Conflicts: freeipa-server < 4.7.1
688+
686689
%description -n pki-server
687690
The PKI Server Package contains libraries and utilities needed by the
688691
following PKI subsystems:

‎travis/ipa-init.sh

+3
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
#
2222
set -e
2323

24+
# Enable IPA COPR repo
25+
dnf copr enable -y @freeipa/freeipa-4-7
26+
2427
# Install latest IPA from official fedora/updates repository
2528
dnf install -y freeipa-server freeipa-server-dns freeipa-server-trust-ad python3-ipatests --best --allowerasing

0 commit comments

Comments
 (0)
Please sign in to comment.