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.

2 commits

Author SHA1 Message Date
Mark Reynolds
7042350120 Bump verison to 1.1.46
- Ticket 49015 - regsiter-ds-amin.pl silent registration does not work with local instances

(cherry picked from commit f53af7cd66)
2016-11-01 10:34:37 -04:00
Mark Reynolds
20fac367f9 Updated sources 2016-10-13 15:28:34 -04:00
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@
/389-admin-1.1.45.tar.bz2
/389-admin-1.1.45-1.bz2
/389-admin-1.1.45-1.tar.bz2
/389-admin-1.1.46.tar.bz2

View file

@ -12,10 +12,10 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.45
Version: 1.1.46
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
URL: http://www.port389.org/
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -46,7 +46,7 @@ Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Source0: http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
Source0: http://www.port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
# 389-admin-git.sh should be used to generate the source tarball from git
Source1: %{name}-git.sh
@ -128,6 +128,10 @@ end
%{_mandir}/man8/*
%changelog
* Tue Nov 01 2016 Mark Reynolds <mreynolds@redhat.com> - 1.1.46-1
- Bump verison to 1.1.46
- Ticket 49015 - regsiter-ds-amin.pl silent registration does not work with local instances
* Tue Oct 11 2016 Mark Reynolds <mreynolds@redhat.com> - 1.1.45-1
bump version to 1.1.45
Ticket 48988 - ds_removal and ds_unregister should support prompting for password

View file

@ -1 +1 @@
5eee9babb0a7363b6aab0e031f8cccfb 389-admin-1.1.45-1.tar.bz2
9bae6245eafe691cf47d20ba04e59fa9 389-admin-1.1.46.tar.bz2