bump version to 1.1.12

- Ticket 48823 - admin-console - Add IPv6 support
- Ticket 48809 - Admin conosle displays the wrong log names
- bump version to 1.1.11
- Bug 1234441 - Security info from Help should be removed
This commit is contained in:
Mark Reynolds 2016-10-12 13:31:17 -04:00
commit 32af102bd0
3 changed files with 19 additions and 5 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
/389-admin-console-1.1.7.tar.bz2
/389-admin-console-1.1.8.tar.bz2
/389-admin-console-1.1.10.tar.bz2
/389-admin-console-1.1.12.tar.bz2

View file

@ -1,5 +1,5 @@
%define major_version 1.1
%define minor_version 10
%define minor_version 12
%define shortname 389-admin
%define pkgname dirsrv
@ -10,12 +10,12 @@ Release: 1%{?dist}
Summary: 389 Admin Server Management Console
Group: Applications/System
License: GPLv2
URL: http://port389.org
License: GPLv3
URL: http://www.port389.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2
Source: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2
Requires: 389-admin
BuildRequires: ant >= 1.6.2
BuildRequires: ldapjdk
@ -87,6 +87,19 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
%changelog
* Wed Oct 12 2016 Mark Reynolds <mreynolds@redhat.com> - 1.1.12-1
- bump version to 1.1.12
- Ticket 48823 - admin-console - Add IPv6 support
- Ticket 48809 - Admin conosle displays the wrong log names
- bump version to 1.1.11
- Bug 1234441 - Security info from Help should be removed
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* 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)

View file

@ -1 +1 @@
d50d2ffa1cdcab9a8d6c8f9378266e3e 389-admin-console-1.1.10.tar.bz2
0043e11613d32b6f728c5fa21792ab7f 389-admin-console-1.1.12.tar.bz2