Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7042350120 | ||
|
|
20fac367f9 |
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@
|
||||||
/389-admin-1.1.45.tar.bz2
|
/389-admin-1.1.45.tar.bz2
|
||||||
/389-admin-1.1.45-1.bz2
|
/389-admin-1.1.45-1.bz2
|
||||||
/389-admin-1.1.45-1.tar.bz2
|
/389-admin-1.1.45-1.tar.bz2
|
||||||
|
/389-admin-1.1.46.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
Summary: 389 Administration Server (admin)
|
Summary: 389 Administration Server (admin)
|
||||||
Name: 389-admin
|
Name: 389-admin
|
||||||
Version: 1.1.45
|
Version: 1.1.46
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 and ASL 2.0
|
License: GPLv2 and ASL 2.0
|
||||||
URL: http://port389.org/
|
URL: http://www.port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@ Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): 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
|
# 389-admin-git.sh should be used to generate the source tarball from git
|
||||||
Source1: %{name}-git.sh
|
Source1: %{name}-git.sh
|
||||||
|
|
||||||
|
|
@ -128,6 +128,10 @@ end
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 11 2016 Mark Reynolds <mreynolds@redhat.com> - 1.1.45-1
|
||||||
bump version to 1.1.45
|
bump version to 1.1.45
|
||||||
Ticket 48988 - ds_removal and ds_unregister should support prompting for password
|
Ticket 48988 - ds_removal and ds_unregister should support prompting for password
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
5eee9babb0a7363b6aab0e031f8cccfb 389-admin-1.1.45-1.tar.bz2
|
9bae6245eafe691cf47d20ba04e59fa9 389-admin-1.1.46.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue