--with-ipv6-default

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2018-09-04 07:04:30 -04:00
parent f1c3e1ab5f
commit a7dfa968c6

View File

@ -60,7 +60,7 @@
# ipv6default
# if you wish to compile an rpm with IPv6 default...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with ipv6default
%{?_with_ipv6default:%global _with_ipv6default --with-ipv6default}
%{?_with_ipv6default:%global _with_ipv6default --with-ipv6-default}
# libtirpc
# if you wish to compile an rpm without TIRPC (i.e. use legacy glibc rpc)
@ -1443,6 +1443,9 @@ exit 0
%endif
%changelog
* Tue Sep 4 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- --with-ipv6-default
* Mon Aug 27 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.3-1
- 4.1.3 GA