#2978 Merging Fedora source packages
Closed: fixed 5 years ago Opened 6 years ago by edewata.

Currently PKI is provided via the following source packages in Fedora:

  • pki-core
  • pki-console
  • dogtag-pki-theme
  • dogtag-pki

To simplify maintenance they should be merged into a single "pki" package.


Metadata Update from @mharmsen:
- Custom field component adjusted to None
- Custom field feature adjusted to None
- Custom field origin adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue priority set to: critical

6 years ago

mharmsen's comments:

(1) I would like a couple of comment lines added (a) after the "Source:" line, add a comment placeholder for patches -- # Patches and (b) after the "%autosetup" line, add in a # Apply Patches comment placeholder, (2) since build.sh moves all of the RPMS out under <work_dir>/RPMS, have it remove the empty directoris (RPMS/noarch and RPMS/<arch>);

Per discussion with mharmsen we may need to:

  • provide an option to generate an srpm that will generate certain packages only (e.g. base, ca, kra).
  • provide an option to override the %{?dist} macro
  • generate tarball and patch files from git repo and include it automatically in srpm
  • provide an option to squash the patch files into a single file

Need to add -S to use git-style patches (see http://rpm.org/user_doc/autosetup.html). No need to add # Apply Patches.

Please apply the following "tweak" to "build.sh" to allow specifying work-dir=<relative dir>.

        work-dir=?*)
-              WORK_DIR="$LONG_OPTARG"
+              WORK_DIR=`readlink -f "$LONG_OPTARG"`

in order to allow users to specify relative directory paths to override $WORK_DIR

Metadata Update from @mharmsen:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1596913

5 years ago

The 4 source packages have been reduced into just 2 packages:

  • pki-core now contains base, ca, kra, ocsp, tks, tps, and console subpackages
  • dogtag-pki now contains theme and meta subpackages

Metadata Update from @edewata:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/3096

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata