mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Remove build warnings
Fix rpm build warnings report in Fedora 19 build. https://fedorahosted.org/freeipa/ticket/3500
This commit is contained in:
parent
e13a437031
commit
13b1028ac8
@ -5,7 +5,7 @@ IPA_UTIL_DIR = ../../../util
|
|||||||
KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
|
KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
|
||||||
$(KRB5_UTIL_DIR)/ipa_pwd.c
|
$(KRB5_UTIL_DIR)/ipa_pwd.c
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(KRB5_UTIL_DIR) \
|
-I$(KRB5_UTIL_DIR) \
|
||||||
|
@ -8,7 +8,7 @@ SAMBA40EXTRA_LIBS = $(SAMBA40EXTRA_LIBPATH) \
|
|||||||
KRB5_UTIL_DIR=../../util
|
KRB5_UTIL_DIR=../../util
|
||||||
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c $(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
|
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c $(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I/usr/include/samba-4.0 \
|
-I/usr/include/samba-4.0 \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -6,7 +6,7 @@ KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
|
|||||||
$(KRB5_UTIL_DIR)/ipa_pwd.c \
|
$(KRB5_UTIL_DIR)/ipa_pwd.c \
|
||||||
$(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
|
$(KRB5_UTIL_DIR)/ipa_pwd_ntlm.c
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I../../ \
|
-I../../ \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
|
@ -2,7 +2,7 @@ NULL =
|
|||||||
|
|
||||||
PLUGIN_COMMON_DIR=../common
|
PLUGIN_COMMON_DIR=../common
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(PLUGIN_COMMON_DIR) \
|
-I$(PLUGIN_COMMON_DIR) \
|
||||||
|
@ -803,7 +803,7 @@ fi
|
|||||||
- Add certmonger condrestart to server post scriptlet
|
- Add certmonger condrestart to server post scriptlet
|
||||||
- Make certmonger a (pre) Requires on the server subpackage
|
- 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
|
- dependency fix
|
||||||
- Add BuildRequires: java-1.7.0-openjdk.
|
- Add BuildRequires: java-1.7.0-openjdk.
|
||||||
- Removed BuildRequires: rhino
|
- Removed BuildRequires: rhino
|
||||||
@ -881,7 +881,7 @@ fi
|
|||||||
* Mon Aug 20 2012 Tomas Babej <tbabej@redhat.com> - 2.99.0-42
|
* Mon Aug 20 2012 Tomas Babej <tbabej@redhat.com> - 2.99.0-42
|
||||||
- Add samba4-winbind to build dependencies for AD server-side code
|
- 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
|
- Set min for bind-dyndb-ldap to 1.1.0-0.16.rc1 to pick up complete zone transfer
|
||||||
support
|
support
|
||||||
|
|
||||||
@ -900,14 +900,14 @@ fi
|
|||||||
- Set minimum tomcat6 to 6.0.35-4 in F-18
|
- Set minimum tomcat6 to 6.0.35-4 in F-18
|
||||||
- Set minimum mod_auth_kerb to 5.4-16 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
|
- 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
|
- Add client requires on libsss-autofs, autofs, libnfsidmap and nfs-utils
|
||||||
for configuring automount and NFS.
|
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
|
- Add Web UI reset password pages
|
||||||
|
|
||||||
* Wed Jun 20 2012 Ondrej Hamada <ohamada@redhat.com> - 2.99.0-33
|
* 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
|
* Tue Mar 27 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-26
|
||||||
- Add python-krbV Requires on client package
|
- 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
|
- 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
|
* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-24
|
||||||
- Add python-lxml and python-pyasn1 to BuildRequires
|
- 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
|
- 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
|
* 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
|
* Fri Dec 9 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-13
|
||||||
- Fix dependency for samba4-devel package
|
- 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
|
- Add CLDAP plugin
|
||||||
- Set min nvr of 389-ds-base to 1.2.10-0.5.a5 for SLAPI_PLUGIN_CONFIG_ENTRY
|
- Set min nvr of 389-ds-base to 1.2.10-0.5.a5 for SLAPI_PLUGIN_CONFIG_ENTRY
|
||||||
support
|
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.
|
- Make sure changes to extension.js are not removed.
|
||||||
|
|
||||||
* Wed Oct 26 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-10
|
* 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
|
* 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
|
- 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.
|
- Remove ipa_kpasswd.
|
||||||
|
|
||||||
* Tue Aug 23 2011 Jan Cholasta <jcholast@redhat.com> - 2.1.0-1
|
* 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
|
* Tue Aug 2 2011 Endi S. Dewata <edewata@redhat.com> - 2.0.90-10
|
||||||
- Add *.ico files
|
- 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
|
- Add libipa_hbac-python dependency for hbactest plugin
|
||||||
|
|
||||||
* Thu Jul 28 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-8
|
* 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
|
* Wed Feb 9 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-44
|
||||||
- Set minimum version of sssd to 1.5.1
|
- 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 389-ds-base to 1.2.8
|
||||||
- Set min version of mod_nss 1.0.8-10
|
- Set min version of mod_nss 1.0.8-10
|
||||||
- Set min version of selinux-policy to 3.9.7-27
|
- 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
|
- Remove some explicit Requires in client that aren't needed
|
||||||
- Consistent use of buildroot vs RPM_BUILD_ROOT
|
- 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
|
- Moved directory install/static to install/ui
|
||||||
|
|
||||||
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-39
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-39
|
||||||
@ -1215,7 +1215,7 @@ fi
|
|||||||
- Move ipalib to ipa-python subpackage
|
- Move ipalib to ipa-python subpackage
|
||||||
- Bump minimum version of slapi-nis to 0.15
|
- 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
|
- Set 0.14 as minimum version for slapi-nis
|
||||||
|
|
||||||
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
|
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
|
||||||
@ -1303,7 +1303,7 @@ fi
|
|||||||
- Pull upstream changelog 722
|
- Pull upstream changelog 722
|
||||||
- Add Conflicts mod_ssl (435360)
|
- 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
|
- Pull upstream changelog 698
|
||||||
- Fix ownership of /var/log/ipa_error.log during install (435119)
|
- Fix ownership of /var/log/ipa_error.log during install (435119)
|
||||||
- Add pwpolicy command and man page
|
- Add pwpolicy command and man page
|
||||||
@ -1393,7 +1393,7 @@ fi
|
|||||||
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
|
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
|
||||||
- Added support for ipa_kpasswd and ipa_pwd_extop
|
- 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
|
- Abstracted client class to work directly or over RPC
|
||||||
|
|
||||||
* Wed Aug 1 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-2
|
* Wed Aug 1 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-2
|
||||||
|
@ -15,7 +15,7 @@ export AM_CFLAGS
|
|||||||
KRB5_UTIL_DIR=../util
|
KRB5_UTIL_DIR=../util
|
||||||
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
|
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(KRB5_UTIL_DIR) \
|
-I$(KRB5_UTIL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user