summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-03-10 17:11:09 -0400
committerSimo Sorce <ssorce@redhat.com>2009-03-10 17:26:55 -0400
commite1fec92189677bc2f9ba5259cbf0c1604d94a01c (patch)
tree11ba59b95c98a70a0b6e79ef871ccb3512ebc6f1
parent1659fa967dfad93fc4aed48eb7180b3526d12a44 (diff)
downloadsssd_unused-sssd-0_2_1.tar.gz
sssd_unused-sssd-0_2_1.tar.xz
sssd_unused-sssd-0_2_1.zip
Remove unexisting left over headersssd-0_2_1
Also bump up the version as this error prevented a successful build of 0.2.0
-rw-r--r--server/configure.ac2
-rw-r--r--sss_client/configure.ac2
-rw-r--r--sss_client/pam_sss.c1
-rw-r--r--sssd.spec6
4 files changed, 5 insertions, 6 deletions
diff --git a/server/configure.ac b/server/configure.ac
index 1510d0e9..827addbc 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(sssd, 0.2.0)
+AC_INIT(sssd, 0.2.1)
AC_CONFIG_SRCDIR([autogen.sh])
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index 8572311d..5d3bb0cf 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT(nss_sss, 0.2.0)
+AC_INIT(nss_sss, 0.2.1)
AC_CONFIG_HEADER(config.h)
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index f045602b..7f854f95 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -12,7 +12,6 @@
#include <security/pam_misc.h>
#include "sss_cli.h"
-#include "sss/responder.h"
struct pam_items {
const char* pam_service;
diff --git a/sssd.spec b/sssd.spec
index 6e481527..a40eb85e 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -1,5 +1,5 @@
Name: sssd
-Version: 0.2.0
+Version: 0.2.1
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
@@ -117,8 +117,8 @@ if [ $1 -ge 1 ] ; then
fi
%changelog
-* Tue Mar 10 2009 Simo Sorce <ssorce@redhat.com> - 0.2.0-1
-- Bump up to version 0.2.0
+* Tue Mar 10 2009 Simo Sorce <ssorce@redhat.com> - 0.2.1-1
+- Bump up to version 0.2.1
* Fri Mar 06 2009 Jakub Hrozek <jhrozek@redhat.com> - 0.1.0-4
- fixed items found during review