From 27fe51ecf0b6b66d8606d174954c4b1323f468a2 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 06 2016 15:11:52 +0000 Subject: Ticket 48418 - 389-admin - remove USE_64 as its not needed Description: The USE_64 variable is no longer needed. Original patch provided by: Marcin Juszkiewicz (Thanks!) https://fedorahosted.org/389/ticket/48418 Reviewed by: mreynolds --- diff --git a/389-admin.spec b/389-admin.spec index e9b333a..a4eff7a 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -13,7 +13,7 @@ Summary: 389 Administration Server (admin) Name: 389-admin Version: 1.1.42 -Release: %{?relprefix}1%{?prerel}%{?dist}.5 +Release: %{?relprefix}1%{?prerel}%{?dist}.6 License: GPLv2 and ASL 2.0 URL: http://port389.org/ Group: System Environment/Daemons @@ -67,10 +67,6 @@ and CGI utilities used by the console. # Generate symbolic info for debuggers export XCFLAGS=$RPM_OPT_FLAGS -%ifarch x86_64 ppc64 ia64 s390x sparc64 -export USE_64=1 -%endif - make %{?_smp_mflags} @@ -132,6 +128,9 @@ end %{_mandir}/man8/* %changelog +* Wed Jul 06 2016 Marcin Juszkiewicz - 1.1.42-1.6 +- Drop USE_64 variable as it is not used anymore. + * Wed Jul 06 2016 Tomas Radej - 1.1.42-1.5 - Updated dep on policycoreutils-python-utils (semanage was moved)