[msktutil/el5: 2/2] Update to 0.4.2

Ken Dreyer ktdreyer at fedoraproject.org
Fri Nov 23 19:26:31 UTC 2012


commit a709f1a7fd8b1fefe6bbec0be8ce095d9991a773
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Mon Nov 19 23:59:30 2012 -0700

    Update to 0.4.2
    
    - Update to latest upstream, 0.4.2
    - Remove CPPFLAGS and PATH_KRB5_CONFIG hacks

 .gitignore    |    1 +
 msktutil.spec |   23 +++++++----------------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bc74f0..a89537c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /msktutil-0.4.1.tar.bz2
+/msktutil-0.4.2.tar.bz2
diff --git a/msktutil.spec b/msktutil.spec
index 6940b90..882ace4 100644
--- a/msktutil.spec
+++ b/msktutil.spec
@@ -1,6 +1,6 @@
 Name:		msktutil
-Version:	0.4.1
-Release:	2%{?dist}
+Version:	0.4.2
+Release:	0.1%{?dist}
 Summary:	Program for interoperability with Active Directory 
 
 Group:		System Environment/Base
@@ -23,20 +23,7 @@ account's password.
 %setup -q
 
 %build
-# Have to set CPPFLAGS per https://bugzilla.redhat.com/550889
-# Fedora 17 and later include a symlink.
-if [ ! -r /usr/include/com_err.h ]; then
-	# RHEL 5 and 6 store com_err.h here.
-	export CPPFLAGS="-I/usr/include/et/"
-fi
-
-export PATH_KRB5_CONFIG="/usr/bin/krb5-config"
-# RHEL 5 uses /usr/kerberos.
-if [ -x /usr/kerberos/bin/krb5-config ]; then
-	export PATH_KRB5_CONFIG="/usr/kerberos/bin/krb5-config"
-fi
-
-%configure --with-krb5-config=$PATH_KRB5_CONFIG
+%configure
 make %{?_smp_mflags}
 
 
@@ -56,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 19 2012 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.4.2-0.1
+- Update to 0.4.2
+- Remove CPPFLAGS and PATH_KRB5_CONFIG hacks
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c957ac..80bb065 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58a65cca949eec704912998e24d6dc34  msktutil-0.4.1.tar.bz2
+8b3ef0af3766b35a7e46f7eabe725187  msktutil-0.4.2.tar.bz2


More information about the scm-commits mailing list