summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-03-12 15:28:58 +0100
committerMartin Kosek <mkosek@redhat.com>2013-03-29 08:59:36 +0100
commit13b1028ac832c29656c6711834f05f7b34c75cfa (patch)
tree23e1e0e6725ec054e6413426c3f09ae08ef05bb9
parente13a4370312781169c916d52da37fbdc9c77b62e (diff)
downloadfreeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.tar.gz
freeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.tar.xz
freeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.zip
Remove build warnings
Fix rpm build warnings report in Fedora 19 build. https://fedorahosted.org/freeipa/ticket/3500
-rw-r--r--daemons/ipa-kdb/Makefile.am2
-rw-r--r--daemons/ipa-sam/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-dns/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-lockout/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-modrdn/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-sidgen/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-uuid/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-version/Makefile.am2
-rw-r--r--daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am2
-rw-r--r--freeipa.spec.in32
-rw-r--r--ipa-client/Makefile.am2
16 files changed, 31 insertions, 31 deletions
diff --git a/daemons/ipa-kdb/Makefile.am b/daemons/ipa-kdb/Makefile.am
index 23ba1cc05..13c455131 100644
--- a/daemons/ipa-kdb/Makefile.am
+++ b/daemons/ipa-kdb/Makefile.am
@@ -5,7 +5,7 @@ IPA_UTIL_DIR = ../../../util
KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
$(KRB5_UTIL_DIR)/ipa_pwd.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(KRB5_UTIL_DIR) \
diff --git a/daemons/ipa-sam/Makefile.am b/daemons/ipa-sam/Makefile.am
index 53c8f47bb..e8e22503a 100644
--- a/daemons/ipa-sam/Makefile.am
+++ b/daemons/ipa-sam/Makefile.am
@@ -8,7 +8,7 @@ SAMBA40EXTRA_LIBS = $(SAMBA40EXTRA_LIBPATH) \
KRB5_UTIL_DIR=../../util
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c $(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I/usr/include/samba-4.0 \
diff --git a/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am b/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
index 27f53e9aa..f669d6b56 100644
--- a/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-dns/Makefile.am b/daemons/ipa-slapi-plugins/ipa-dns/Makefile.am
index 1b9f649b2..6d09c8d9c 100644
--- a/daemons/ipa-slapi-plugins/ipa-dns/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-dns/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am b/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am
index c3bb27959..7ba754a48 100644
--- a/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
index d93e094b9..67b556a4a 100644
--- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-lockout/Makefile.am b/daemons/ipa-slapi-plugins/ipa-lockout/Makefile.am
index fea3fe67d..0c69f4d7f 100644
--- a/daemons/ipa-slapi-plugins/ipa-lockout/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-lockout/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-modrdn/Makefile.am b/daemons/ipa-slapi-plugins/ipa-modrdn/Makefile.am
index 5d9db51f4..9fbd03397 100644
--- a/daemons/ipa-slapi-plugins/ipa-modrdn/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-modrdn/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
index f3bb58961..ec98f95e6 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
@@ -6,7 +6,7 @@ KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
$(KRB5_UTIL_DIR)/ipa_pwd.c \
$(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am b/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am
index f284b42ff..f23a24ed8 100644
--- a/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-sidgen/Makefile.am b/daemons/ipa-slapi-plugins/ipa-sidgen/Makefile.am
index a0d0e9ecf..4bfb0185e 100644
--- a/daemons/ipa-slapi-plugins/ipa-sidgen/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-sidgen/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-uuid/Makefile.am b/daemons/ipa-slapi-plugins/ipa-uuid/Makefile.am
index 15e6dedb8..738290170 100644
--- a/daemons/ipa-slapi-plugins/ipa-uuid/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-uuid/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/daemons/ipa-slapi-plugins/ipa-version/Makefile.am b/daemons/ipa-slapi-plugins/ipa-version/Makefile.am
index c7317ecdf..5396bda99 100644
--- a/daemons/ipa-slapi-plugins/ipa-version/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-version/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I../../ \
-I$(srcdir) \
diff --git a/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am b/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
index 2d4b5a447..c41692864 100644
--- a/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
@@ -2,7 +2,7 @@ NULL =
PLUGIN_COMMON_DIR=../common
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(PLUGIN_COMMON_DIR) \
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 8dbee49fb..cb1980a33 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -803,7 +803,7 @@ fi
- Add certmonger condrestart to server post scriptlet
- Make certmonger a (pre) Requires on the server subpackage
-* Fri Jan 22 2013 Petr Vobornik <pvoborni@redhat.com> - 3.0.99-11
+* Tue Jan 22 2013 Petr Vobornik <pvoborni@redhat.com> - 3.0.99-11
- dependency fix
- Add BuildRequires: java-1.7.0-openjdk.
- Removed BuildRequires: rhino
@@ -881,7 +881,7 @@ fi
* Mon Aug 20 2012 Tomas Babej <tbabej@redhat.com> - 2.99.0-42
- Add samba4-winbind to build dependencies for AD server-side code
-* Thu Aug 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-41
+* Fri Aug 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-41
- Set min for bind-dyndb-ldap to 1.1.0-0.16.rc1 to pick up complete zone transfer
support
@@ -900,14 +900,14 @@ fi
- Set minimum tomcat6 to 6.0.35-4 in F-18
- Set minimum mod_auth_kerb to 5.4-16 in F-18
-* Fri Jun 21 2012 Sumit Bose <sbose@redhat.com> - 2.99.0-36
+* Thu Jun 21 2012 Sumit Bose <sbose@redhat.com> - 2.99.0-36
- Add extdom extop plugin
-* Fri Jun 21 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-35
+* Thu Jun 21 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-35
- Add client requires on libsss-autofs, autofs, libnfsidmap and nfs-utils
for configuring automount and NFS.
-* Fri Jun 21 2012 Petr Vobornik <pvoborni@redhat.com> - 2.99.0-34
+* Thu Jun 21 2012 Petr Vobornik <pvoborni@redhat.com> - 2.99.0-34
- Add Web UI reset password pages
* Wed Jun 20 2012 Ondrej Hamada <ohamada@redhat.com> - 2.99.0-33
@@ -941,13 +941,13 @@ fi
* Tue Mar 27 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-26
- Add python-krbV Requires on client package
-* Wed Mar 26 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-25
+* Mon Mar 26 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-25
- Set min for 389-ds-base to 1.2.10.4-2 to fix upgrade issue
* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-24
- Add python-lxml and python-pyasn1 to BuildRequires
-* Wed Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
+* Mon Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes
* Thu Mar 1 2012 Jan Cholasta <jcholast@redhat.com> - 2.99.0-22
@@ -983,12 +983,12 @@ fi
* Fri Dec 9 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-13
- Fix dependency for samba4-devel package
-* Wed Nov 17 2011 Simo Sorce <simo@redhat.com> - 2.99.0-12
+* Thu Nov 17 2011 Simo Sorce <simo@redhat.com> - 2.99.0-12
- Add CLDAP plugin
- Set min nvr of 389-ds-base to 1.2.10-0.5.a5 for SLAPI_PLUGIN_CONFIG_ENTRY
support
-* Wed Nov 14 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-11
+* Mon Nov 14 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-11
- Make sure changes to extension.js are not removed.
* Wed Oct 26 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-10
@@ -1018,7 +1018,7 @@ fi
* Mon Aug 29 2011 Rob Crittenden <rcritten@redhat.com> - 2.99.0-2
- Set min nvr of pki-ca to 9.0.12 for fix in BZ 700505
-* Wed Aug 25 2011 Simo Sorce <ssorce#redhat.com> - 2.99.0-1
+* Thu Aug 25 2011 Simo Sorce <ssorce#redhat.com> - 2.99.0-1
- Remove ipa_kpasswd.
* Tue Aug 23 2011 Jan Cholasta <jcholast@redhat.com> - 2.1.0-1
@@ -1036,7 +1036,7 @@ fi
* Tue Aug 2 2011 Endi S. Dewata <edewata@redhat.com> - 2.0.90-10
- Add *.ico files
-* Tue Jul 29 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.0.90-9
+* Fri Jul 29 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.0.90-9
- Add libipa_hbac-python dependency for hbactest plugin
* Thu Jul 28 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-8
@@ -1078,7 +1078,7 @@ fi
* Wed Feb 9 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-44
- Set minimum version of sssd to 1.5.1
-* Thu Feb 2 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-43
+* Wed Feb 2 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-43
- Set min version of 389-ds-base to 1.2.8
- Set min version of mod_nss 1.0.8-10
- Set min version of selinux-policy to 3.9.7-27
@@ -1093,7 +1093,7 @@ fi
- Remove some explicit Requires in client that aren't needed
- Consistent use of buildroot vs RPM_BUILD_ROOT
-* Thu Jan 19 2011 Adam Young <ayoung@redhat.com> - 1.99-40
+* Wed Jan 19 2011 Adam Young <ayoung@redhat.com> - 1.99-40
- Moved directory install/static to install/ui
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-39
@@ -1215,7 +1215,7 @@ fi
- Move ipalib to ipa-python subpackage
- Bump minimum version of slapi-nis to 0.15
-* Thu May 6 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-5
+* Wed May 6 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-5
- Set 0.14 as minimum version for slapi-nis
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
@@ -1303,7 +1303,7 @@ fi
- Pull upstream changelog 722
- Add Conflicts mod_ssl (435360)
-* Thu Feb 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-11
+* Fri Feb 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-11
- Pull upstream changelog 698
- Fix ownership of /var/log/ipa_error.log during install (435119)
- Add pwpolicy command and man page
@@ -1393,7 +1393,7 @@ fi
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
- Added support for ipa_kpasswd and ipa_pwd_extop
-* Mon Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3
+* Sun Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3
- Abstracted client class to work directly or over RPC
* Wed Aug 1 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-2
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am
index f22a2c345..b7d70fd8d 100644
--- a/ipa-client/Makefile.am
+++ b/ipa-client/Makefile.am
@@ -15,7 +15,7 @@ export AM_CFLAGS
KRB5_UTIL_DIR=../util
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(KRB5_UTIL_DIR) \