Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

3 commits

Author SHA1 Message Date
Noriko Hosoi
abf078cb5a bump version to 1.1.10
- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework)
2015-02-11 14:38:36 -08:00
Noriko Hosoi
6053bf5924 bump version to 1.1.9
- Bug 886407 - Cannot restart SSL-admin server from console (#47477)
- Bug 966958 - Improve online help for Add CRL dialog (#47467)
- Bug 844764 - Directory Console generates insufficient key strength (#362)

(cherry picked from commit e378bd68e5)
(cherry picked from commit d70e236eb5)

Conflicts:
	389-admin-console.spec
2015-02-04 18:17:35 -08:00
Mark Reynolds
551c9ef273 Ticket 47917 - Fix Source location to use new wiki url 2014-10-03 11:45:58 -04:00
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
/389-admin-console-1.1.6.tar.bz2
/389-admin-console-1.1.7.tar.bz2
/389-admin-console-1.1.8.tar.bz2
/389-admin-console-1.1.9.tar.bz2
/389-admin-console-1.1.10.tar.bz2

View file

@ -1,12 +1,12 @@
%define major_version 1.1
%define minor_version 8
%define minor_version 10
%define shortname 389-admin
%define pkgname dirsrv
Name: 389-admin-console
Version: %{major_version}.%{minor_version}
Release: 6%{?dist}
Release: 1%{?dist}
Summary: 389 Admin Server Management Console
Group: Applications/System
@ -15,7 +15,7 @@ URL: http://port389.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Source: http://port389.org/sources/%{name}-%{version}.tar.bz2
Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2
Requires: 389-admin
BuildRequires: ant >= 1.6.2
BuildRequires: ldapjdk
@ -87,6 +87,16 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
%changelog
* Wed Feb 11 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.1.10-1
- bump version to 1.1.10
- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework)
* Wed Feb 04 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.1.9-1
- bump version to 1.1.9
- Bug 886407 - Cannot restart SSL-admin server from console (#47477)
- Bug 966958 - Improve online help for Add CRL dialog (#47467)
- Bug 844764 - Directory Console generates insufficient key strength (#362)
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View file

@ -1 +1 @@
7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2
d50d2ffa1cdcab9a8d6c8f9378266e3e 389-admin-console-1.1.10.tar.bz2