diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-10-13 22:46:01 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-10-13 22:46:01 +0000 |
| commit | e94a77f77f6020cd8557366b42017ef6d7f5f669 (patch) | |
| tree | 3b9f3fa3640daf6aaf565268bed18a698aacb303 | |
| parent | 751df0563f84e5337595be87c643205994f4d591 (diff) | |
Fixed bugs: 466781, 440546.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@126 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/linux/console/pki-console.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pki/linux/console/pki-console.spec b/pki/linux/console/pki-console.spec index 987452f15..6e4dc210c 100644 --- a/pki/linux/console/pki-console.spec +++ b/pki/linux/console/pki-console.spec @@ -33,7 +33,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 6 +%define base_release 7 %define base_group System Environment/Shells %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -260,6 +260,9 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Mon Oct 13 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-7 +- Bugzilla bug #466781 - Starting console without subsystem type is causing StringIndexOutOfBoundsException +- Bugzilla bug #440546 - Console CLI crashes when not prefixed with "https://" * Thu Oct 9 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-6 - Bugzilla bug #465536 - pki-console rpm is missing gif files. * Fri Oct 3 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-5 |
