Bug 730079 - Update SELinux policy during upgrades

(cherry picked from commit a8b99a4fba)
This commit is contained in:
Rich Megginson 2011-08-11 14:43:24 -06:00
commit 7c57f8eb77
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@
/389-admin-1.1.20.tar.bz2
/389-admin-1.1.21.tar.bz2
/389-admin-1.1.22.tar.bz2
/389-admin-1.1.23.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.22
VERSION=1.1.23
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.22
VERSION=1.1.23
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -6,7 +6,7 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.22
Version: 1.1.23
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
@ -134,6 +134,9 @@ fi
%{_mandir}/man8/*
%changelog
* Thu Aug 11 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.23-1
- Bug 730079 - Update SELinux policy during upgrades
* Thu Aug 11 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.22-1
- Bug 724808 - startup CGIs write temp file to /
- add man pages for ds_removal and ds_unregister

View file

@ -1 +1 @@
c497084aa4e349d844138ecc6c4969dd 389-admin-1.1.22.tar.bz2
34d7608a1b4b7c1b56d649a3dc407682 389-admin-1.1.23.tar.bz2