[389-admin/f14] Bug 730079 - Update SELinux policy during upgrades (cherry picked from commit a8b99a4fba9ea49b37bd60

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Aug 11 20:50:54 UTC 2011


commit c3d53e96974c96632e9f40f216ef67fa693ba068
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Aug 11 14:43:24 2011 -0600

    Bug 730079 - Update SELinux policy during upgrades
    (cherry picked from commit a8b99a4fba9ea49b37bd6093176b1d8b2693ab9b)
    (cherry picked from commit 7c57f8eb773858dfe2e44459b5fb34acb43c2eff)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    5 ++++-
 sources                |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aae0e45..b3d3fd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 42f3a52..d5bdce8 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -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}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index c53b33b..82a549a 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -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
diff --git a/389-admin.spec b/389-admin.spec
index 88c5f53..965988e 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -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/
@@ -132,6 +132,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug 11 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.23-1
+- Bug 730079 - Update SELinux policy during upgrades
+
 * Thu Aug 11 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.22-1
 - Bug 724808 - startup CGIs write temp file to /
 - add man pages for ds_removal and ds_unregister
diff --git a/sources b/sources
index bf9a149..5e0e19f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c497084aa4e349d844138ecc6c4969dd  389-admin-1.1.22.tar.bz2
+34d7608a1b4b7c1b56d649a3dc407682  389-admin-1.1.23.tar.bz2


More information about the scm-commits mailing list