diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-01-18 20:38:54 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-01-18 20:38:54 +0000 |
| commit | 9a44162ff3e5e2312926ff765cbe3fe506bfa818 (patch) | |
| tree | 95b265371f69f79670e408f63b73d95894595945 | |
| parent | 0eb5b7dcdd40ea4618f485cc70248a5262181fc4 (diff) | |
Apply changes from Package Wrangler:
https://pkgdb.lab.eng.bos.redhat.com/pkg/packages/srpm/5936/.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1739 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rwxr-xr-x | pki/scripts/compose_ipa_pki_theme_packages | 2 | ||||
| -rw-r--r-- | pki/specs/ipa-pki-theme.spec | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/pki/scripts/compose_ipa_pki_theme_packages b/pki/scripts/compose_ipa_pki_theme_packages index ae2c21506..dc05f4ab3 100755 --- a/pki/scripts/compose_ipa_pki_theme_packages +++ b/pki/scripts/compose_ipa_pki_theme_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## IPA_PKI_THEME="ipa-pki-theme" -IPA_PKI_THEME_VERSION="9.0.0" +IPA_PKI_THEME_VERSION="9.0.1" ## diff --git a/pki/specs/ipa-pki-theme.spec b/pki/specs/ipa-pki-theme.spec index 158d5ea88..37e160de4 100644 --- a/pki/specs/ipa-pki-theme.spec +++ b/pki/specs/ipa-pki-theme.spec @@ -1,6 +1,6 @@ Name: ipa-pki-theme -Version: 9.0.0 -Release: 2%{?dist} +Version: 9.0.1 +Release: 1%{?dist} Summary: Certificate System - IPA PKI Theme Components URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -54,6 +54,8 @@ This package is used by the Certificate System utilized by IPA. Summary: Certificate System - Certificate Authority User Interface Group: System Environment/Base +Requires: ipa-pki-common-theme = %{version}-%{release} + Conflicts: dogtag-pki-ca-theme Conflicts: dogtag-pki-ca-ui Conflicts: redhat-pki-ca-theme @@ -104,11 +106,15 @@ cd build %files -n ipa-pki-ca-theme %defattr(-,root,root,-) %doc dogtag/ca-ui/LICENSE -%dir %{_datadir}/pki %{_datadir}/pki/ca-ui/ %changelog +* Tue Jan 18 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-1 +- Made 'ipa-pki-common-theme' a runtime dependency of 'ipa-pki-ca-theme' +- https://pkgdb.lab.eng.bos.redhat.com/pkg/packages/srpm/5936/ +- Package Wrangler: applied GPLv2 license header to 'xml.vm' + * Thu Jan 13 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-2 - Bugzilla Bug #668836 - Review Request: ipa-pki-theme - Modified overview to pertain more to these packages |
