summaryrefslogtreecommitdiffstats
path: root/specs/pki-core.spec
Commit message (Collapse)AuthorAgeFilesLines
* Synced up local spec files with latest release (10.4.4)Matthew Harmsen2017-05-091-8/+24
|
* Updated source version number to 10.4.3-1.1Matthew Harmsen2017-05-011-1/+4
|
* Synced up local spec files with latest releaseMatthew Harmsen2017-05-011-7/+24
|
* Synced up local spec files with latest releaseMatthew Harmsen2017-04-271-15/+26
|
* dogtagpki Pagure Issue #2633 - Missing python-cryptography dependenciesMatthew Harmsen2017-04-111-0/+8
|
* Fixed typo.Matthew Harmsen2017-04-031-1/+1
|
* Checked-in under one-liner/trivial rule.Matthew Harmsen2017-04-031-2/+10
|
* Synced up local spec files with latest releaseMatthew Harmsen2017-03-311-35/+88
|
* Added python3-pyldap build dependencyChristian Heimes2017-03-311-0/+1
|
* Updated version number to 10.4.1-0.1Matthew Harmsen2017-03-311-3/+6
|
* Fixed typo.Matthew Harmsen2017-03-151-1/+1
|
* Synced changelog with Koji pki-core master.Matthew Harmsen2017-03-151-3/+178
|
* Upgraded remaining 10.3.3 references to 10.4.0.Matthew Harmsen2017-03-151-1/+1
|
* Re-base Dogtag pki packages to 10.4.xMatthew Harmsen2017-03-141-10/+115
| | | | https://pagure.io/dogtagpki/issue/2541
* Updated RPM spec to include Java examples.Endi S. Dewata2017-02-161-0/+1
| | | | | | | The pki-core.spec has been modified to include Java examples in pki-base-java package. https://fedorahosted.org/pki/ticket/2584
* Removed library links creation from RPM spec.Endi S. Dewata2017-02-151-12/+0
| | | | | | The code that creates links to subsystem library files have been removed from RPM spec file since it has been converted into CMake scripts.
* Updated NSS dependency on Fedora.Endi S. Dewata2016-12-051-4/+32
| | | | | | | | | | | | | | | | | The spec file has been updated to require NSS 3.27.0 on Fedora to avoid problems running in Docker container. The NSS dependency in pki-symkey has been updated to require NSS 3.14.3 on non-Fedora platforms since it's already implied by other NSS dependency definitions in the spec file. The NSS dependency in pki-tools has been moved into pki-base since python-nss dependency is also defined in that package. The NSS dependency in pki-tps has been removed since it's already implied by pki-symkey. https://fedorahosted.org/pki/ticket/2226
* Update PKCS12Util to use SLF4J.Endi S. Dewata2016-11-181-1/+6
| | | | | | | | | The PKCS12Util class has been modified to use SLF4J logging framework. The CMake scripts has been modified to include SLF4J libraries in the classpath. The spec file has been modified to add SLF4J dependencies. https://fedorahosted.org/pki/ticket/195
* Updated spec file for logging configuration man pages.Endi S. Dewata2016-11-181-1/+3
| | | | | | | The pki-core.spec file has been updated to include the new man pages for logging configuration. https://fedorahosted.org/pki/ticket/1897
* Updated pki-core.spec.Endi S. Dewata2016-11-081-0/+3
| | | | | | | The pki-core.spec has been updated to include the new man pages for PKCS #12 utilities. https://fedorahosted.org/pki/ticket/1920
* Added openssl runtime dependency for support of External CA.Matthew Harmsen2016-10-101-0/+1
| | | | - PKI TRAC Ticket #2478
* Updated RPM spec.Endi S. Dewata2016-09-071-5/+2
| | | | | | | | | | | | | | The code in the RPM spec that moves the upgrade scripts has been updated to reflect the FixSELinuxContexts deletion. The libselinux-python is used by deployment and upgrade scripts to set the SELinux contexts, so a direct runtime dependency has been added to the RPM spec file. The duplicate python-ldap and python-lxml dependencies have been removed. https://fedorahosted.org/pki/ticket/2452
* Updated RPM spec for RHEL.Endi S. Dewata2016-08-261-0/+1
| | | | | | | The RPM spec has been modified to move the upgrade script into the correct folder for RHEL. https://fedorahosted.org/pki/ticket/2439
* Resolve python-requests dependencies appropriately by adding minimum requiredMatthew Harmsen2016-08-221-16/+4
| | | | | | version - PKI TRAC Ticket #2431 - Errors noticed during ipa server upgrade.
* pki-tools CMCEnroll man page (spec file)Matthew Harmsen2016-08-191-0/+1
| | | | | * PKI TRAC Ticket #690 - [MAN] pki-tools man pages - CMCEnroll
* Resolves: rhbz #1366465Matthew Harmsen2016-08-171-0/+34
| | | | - Bugzilla Bug #1366465 - Errata TPS upgrade test fails
* Updated version number to 10.4.0-0.1Matthew Harmsen2016-08-081-2/+5
|
* Update version number to 10.3.5-1Matthew Harmsen2016-08-081-1/+4
|
* Moved upgrade scripts for RHEL.Endi S. Dewata2016-08-061-0/+14
| | | | | | | On RHEL the upgrade scripts after 10.3.3 have been moved into the 10.3.3 folder to match RHEL version number. https://fedorahosted.org/pki/ticket/2403
* Split link customization in RPM spec.Endi S. Dewata2016-08-061-14/+17
| | | | | | | The code that customizes the links to the JAR files has been split between client and server packages. https://fedorahosted.org/pki/ticket/2403
* Fixed RPM spec for client-only build.Endi S. Dewata2016-08-061-0/+4
| | | | | | | The RPM spec has been fixed not to include the %pre script for the pki-server package if --without-server parameter is specified. https://fedorahosted.org/pki/ticket/2403
* Added python-urllib3 dependencyMatthew Harmsen2016-08-051-0/+12
| | | | * PKI TRAC Ticket #2431 - Errors noticed during ipa server upgrade.
* pki-tools man pages (spec file)Matthew Harmsen2016-08-011-3/+12
| | | | | | | | | | | * PKI TRAC Ticket #690 - [MAN] pki-tools man pages - AtoB, - AuditVerify, - BtoA, - DRMTool, - KRATool, - PrettyPrintCert, and - PrettyPrintCrl
* Re-license the python client files to LGPLv3Ade Lee2016-07-291-0/+2
|
* Updated RESTEasy dependency on Fedora 24.Endi S. Dewata2016-07-291-4/+4
| | | | | | | The RPM spec for Fedora 24 has been updated to use RESTEasy 3.0.17 as in Fedora 25. https://fedorahosted.org/pki/ticket/2403
* RPM spec changes for removing hard-coded paths in deployment tool.Endi S. Dewata2016-07-261-0/+23
| | | | https://fedorahosted.org/pki/ticket/2403
* RPM spec changes for removing hard-coded paths in pki CLI.Endi S. Dewata2016-07-261-0/+39
| | | | https://fedorahosted.org/pki/ticket/2403
* Fix conflict in file ownership in pki-base and pki-serverMatthew Harmsen2016-07-141-0/+2
| | | | * PKI TRAC Ticket #2402 - Conflict in file ownership in pki-base and pki-server
* Added 'hostname' as a runtime requirement to pki-serverMatthew Harmsen2016-07-111-0/+1
| | | | | * PKI TRAC Ticket #2401 - pkispawn calls dnsdomainname even if it does not rpm-require hostname
* Updated version number to 10.3.5-0.1Matthew Harmsen2016-07-051-1/+4
|
* Added gcc-c++ as a build requirement.Matthew Harmsen2016-06-281-0/+1
| | | | - PKI TRAC Ticket #2228 - RHEL 7.2: Could NOT find Threads
* Updated version number to 10.3.4-0.1Matthew Harmsen2016-06-211-2/+5
|
* Updated resteasy packages for Fedora 25 and laterMatthew Harmsen2016-06-201-0/+16
|
* date typoMatthew Harmsen2016-06-201-1/+1
|
* Updated pki-core-rhel-version.Matthew Harmsen2016-06-201-1/+1
|
* Updated release number to 10.3.3-1Matthew Harmsen2016-06-201-9/+12
|
* Fixed Java dependency.Endi S. Dewata2016-06-171-6/+5
| | | | | | | | | | The code has been modified to use the JAVA_HOME path specified in the pki.conf. The spec file has been modified to depend specifically on OpenJDK 1.8.0 and to provide the default JAVA_HOME path for the pki.conf. https://fedorahosted.org/pki/ticket/2363
* Provided cleaner runtime dependency separationMatthew Harmsen2016-06-141-0/+21
|
* Add man page and clarify CLI for kra-connectorAde Lee2016-06-131-0/+1
|
* Updated 'tomcatjss' dependenciesMatthew Harmsen2016-06-131-6/+7
|