Updated spec files for 1.2.6.a3 release.

This commit is contained in:
Nathan Kinder 2010-04-06 18:46:00 +00:00
parent ee8e910545
commit 83e7c49a97

View File

@ -1,7 +1,7 @@
%global pkgname dirsrv %global pkgname dirsrv
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
%global prerel .a2 %global prerel .a3
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
%global relprefix 0. %global relprefix 0.
@ -10,7 +10,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.6 Version: 1.2.6
Release: %{?relprefix}3%{?prerel}%{?dist} Release: %{?relprefix}4%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -43,6 +43,12 @@ BuildRequires: /usr/share/selinux/devel/Makefile
# the following is for the pam passthru auth plug-in # the following is for the pam passthru auth plug-in
BuildRequires: pam-devel BuildRequires: pam-devel
# require our selinux subpackage
Requires: %{name}-selinux = %{version}-%{release}
# this is needed for using semanage from our setup scripts
Requires: policycoreutils-python
# the following are needed for some of our scripts # the following are needed for some of our scripts
Requires: mozldap-tools Requires: mozldap-tools
Requires: perl-Mozilla-LDAP Requires: perl-Mozilla-LDAP
@ -94,7 +100,13 @@ Development Libraries and headers for the 389 Directory Server base package.
Summary: SELinux policy for 389 Directory Server Summary: SELinux policy for 389 Directory Server
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: selinux-policy Requires: selinux-policy
Requires: %{name} = %{version}-%{release}
# this is needed to load and unload the policy module
Requires(post): policycoreutils
Requires(post): /sbin/service
Requires(preun): policycoreutils
Requires(preun): /sbin/service
Requires(postun): policycoreutils
%description selinux %description selinux
SELinux policy for the 389 Directory Server base package. SELinux policy for the 389 Directory Server base package.
@ -356,6 +368,11 @@ fi
%{_datadir}/%{pkgname}-selinux %{_datadir}/%{pkgname}-selinux
%changelog %changelog
* Tue Apr 6 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.4.a3
- 1.2.6.a3 release
- add managed entries plug-in
- many bug fixes
* Fri Apr 2 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.6-0.3.a2 * Fri Apr 2 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.6-0.3.a2
- rebuild for icu 4.4 - rebuild for icu 4.4