Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0df8904b92 | ||
|
|
a0545843cf | ||
|
|
d70e236eb5 | ||
|
|
108290989e |
3 changed files with 19 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
||||||
/389-admin-console-1.1.6.tar.bz2
|
/389-admin-console-1.1.6.tar.bz2
|
||||||
/389-admin-console-1.1.7.tar.bz2
|
/389-admin-console-1.1.7.tar.bz2
|
||||||
/389-admin-console-1.1.8.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
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
%define major_version 1.1
|
%define major_version 1.1
|
||||||
%define minor_version 8
|
%define minor_version 10
|
||||||
|
|
||||||
%define shortname 389-admin
|
%define shortname 389-admin
|
||||||
%define pkgname dirsrv
|
%define pkgname dirsrv
|
||||||
|
|
||||||
Name: 389-admin-console
|
Name: 389-admin-console
|
||||||
Version: %{major_version}.%{minor_version}
|
Version: %{major_version}.%{minor_version}
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: 389 Admin Server Management Console
|
Summary: 389 Admin Server Management Console
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
@ -15,7 +15,7 @@ URL: http://port389.org
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source: http://port389.org/sources/%{name}-%{version}.tar.bz2
|
Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2
|
||||||
Requires: 389-admin
|
Requires: 389-admin
|
||||||
BuildRequires: ant >= 1.6.2
|
BuildRequires: ant >= 1.6.2
|
||||||
BuildRequires: ldapjdk
|
BuildRequires: ldapjdk
|
||||||
|
|
@ -87,6 +87,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
|
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
|
||||||
|
|
||||||
%changelog
|
%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 11 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.1.9-2
|
||||||
|
- Rebuild 1.1.9
|
||||||
|
|
||||||
|
* 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 Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-7
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2
|
d50d2ffa1cdcab9a8d6c8f9378266e3e 389-admin-console-1.1.10.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue