Skip to content

Commit

Permalink
Remove unexisting left over header
Browse files Browse the repository at this point in the history
Also bump up the version as this error prevented a successful build of 0.2.0
  • Loading branch information
simo5 committed Mar 10, 2009
1 parent 1659fa9 commit e1fec92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sss_client/configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion sss_client/pam_sss.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <security/pam_misc.h>

#include "sss_cli.h"
#include "sss/responder.h"

struct pam_items {
const char* pam_service;
Expand Down
6 changes: 3 additions & 3 deletions sssd.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -117,8 +117,8 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Tue Mar 10 2009 Simo Sorce <[email protected]> - 0.2.0-1
- Bump up to version 0.2.0
* Tue Mar 10 2009 Simo Sorce <[email protected]> - 0.2.1-1
- Bump up to version 0.2.1

* Fri Mar 06 2009 Jakub Hrozek <[email protected]> - 0.1.0-4
- fixed items found during review
Expand Down

0 comments on commit e1fec92

Please sign in to comment.