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.

1 commit

Author SHA1 Message Date
Rich Megginson
e3de0853af git tag 389-ds-console-1.2.6
git tag 389-ds-console-1.2.6
added skins support
Bug 700908 - Validate matching rules when creating a new attribute
Bug 705753 - Refresh problem in Console directory browser
(cherry picked from commit 476c2f5c02)
2011-06-21 14:19:50 -06:00
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
389-ds-console-1.2.3.tar.bz2
/389-ds-console-1.2.4.tar.bz2
/389-ds-console-1.2.5.tar.bz2
/389-ds-console-1.2.6.tar.bz2

View file

@ -1,5 +1,5 @@
%define major_version 1.2
%define minor_version 5
%define minor_version 6
%define shortname 389-ds
%define pkgname dirsrv
@ -21,8 +21,6 @@ BuildRequires: ant >= 1.6.2
BuildRequires: ldapjdk
BuildRequires: idm-console-framework >= 1.1
BuildRequires: java-devel >= 1:1.6.0
Provides: fedora-ds-console = %{version}-%{release}
Obsoletes: fedora-ds-console < 1.2.0-3
%if 0%{?rhel} < 6
ExcludeArch: ppc
%endif
@ -87,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html
%changelog
* Fri Jun 17 2011 Rich Megginson <rmeggins@redhat.com> 1.2.6-1
- git tag 389-ds-console-1.2.6
- added skins support
- Bug 700908 - Validate matching rules when creating a new attribute
- Bug 705753 - Refresh problem in Console directory browser
* Wed Mar 30 2011 Rich Megginson <rmeggins@redhat.com> 1.2.5-1
- the 1.2.5 release - git tag 389-ds-console-1.2.5
- Bug 616707 - Add attribute matching rule UI to Console

View file

@ -1 +1 @@
76437cb498bc8bd1abfac70f7d659e0f 389-ds-console-1.2.5.tar.bz2
c53161badabc0715f78bdcefee810c40 389-ds-console-1.2.6.tar.bz2