first pass at getting dogtag-pki-ca-ui into Fedora.
Spec URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui.spec SRPM URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui-1.3.0-1.fc11.src.rpm Description: Dogtag PKI is an enterprise software system designed to manage enterprise Public Key Infrastructure (PKI) deployments. The Dogtag Certificate Authority User Interface contains the graphical user interface for the Dogtag Certificate Authority.
Updated spec file and src rpm: Spec URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui.spec SRPM URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui-1.3.0-1.fc11.src.rpm
* Mon Nov 17 2009 Kevin Wright <kwright> 1.3.0-2 - Bugzilla Bug #522208 - Packaging for Fedora Dogtag - Take ownership of directories Spec URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui.spec SRPM URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui-1.3.0-2.fc11.src.rpm
* Mon Dec 14 2009 Kevin Wright <kwright> 1.3.0-3 - Removed 'with exceptions' from License Spec URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui.spec SRPM URL: http://people.redhat.com/kwright/dogtag-pki-ca-ui/dogtag-pki-ca-ui-1.3.0-3.fc11.src.rpm
Review: + package builds in mock (rawhide i686). koji Build =>http://koji.fedoraproject.org/koji/taskinfo?taskID=1876549 + rpmlint is silent for SRPM and for RPM. + source files match upstream url (sha1sum) fafcf9fae985c40a84d65389a0f78a73444ab038 dogtag-pki-ca-ui-1.3.0.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + Not a GUI application Suggestions: 1) Before importing package in cvs, please remove Requires: bash APPROVED.
New Package CVS Request ======================= Package Name: dogtag-pki-ca-ui Short Description: The Dogtag Certificate Authority User Interface Owners: kwright Branches: F-11, F-12, EL-5 InitialCC: ausil
cvs done.
dogtag-pki-ca-ui-1.3.0-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-3.fc11
dogtag-pki-ca-ui-1.3.0-3.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-3.fc12
dogtag-pki-ca-ui-1.3.0-3.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-3.el5
dogtag-pki-ca-ui-1.3.0-3.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dogtag-pki-ca-ui'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-1047
dogtag-pki-ca-ui-1.3.0-3.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dogtag-pki-ca-ui'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-13645
dogtag-pki-ca-ui-1.3.0-3.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dogtag-pki-ca-ui'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13688
dogtag-pki-ca-ui-1.3.0-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
dogtag-pki-ca-ui-1.3.0-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
# cd pki/dogtag/ca-ui # svn diff Index: dogtag-pki-ca-ui.spec =================================================================== --- dogtag-pki-ca-ui.spec (revision 911) +++ dogtag-pki-ca-ui.spec (working copy) @@ -1,6 +1,6 @@ Name: dogtag-pki-ca-ui Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Dogtag Certificate System - Certificate Authority User Interface URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -12,8 +12,6 @@ BuildRequires: ant -Requires: bash - Provides: pki-ca-ui = %{version}-%{release} Obsoletes: pki-ca-ui < %{version}-%{release} @@ -52,6 +50,10 @@ %{_datadir}/pki/ %changelog +* Thu Jan 14 2010 Matthew Harmsen <mharmsen> 1.3.0-4 +- Bugzilla Bug #522208 - New Package for Dogtag PKI: dogtag-pki-ca-ui +- Removed "Requires: bash" + * Mon Dec 14 2009 Kevin Wright <kwright> 1.3.0-3 - Removed 'with exceptions' from License # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? M dogtag-pki-ca-ui.spec # svn commit Sending ca-ui/dogtag-pki-ca-ui.spec Transmitting file data . Committed revision 915.
dogtag-pki-ca-ui-1.3.0-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-4.fc11
dogtag-pki-ca-ui-1.3.0-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-4.fc12
dogtag-pki-ca-ui-1.3.0-4.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/dogtag-pki-ca-ui-1.3.0-4.el5
dogtag-pki-ca-ui-1.3.0-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
dogtag-pki-ca-ui-1.3.0-4.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
dogtag-pki-ca-ui-1.3.0-4.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.