rpms/bind/devel bind.spec,1.251,1.252

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Sun Feb 24 13:36:20 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12010

Modified Files:
	bind.spec 
Log Message:
- rebuild without mudflap (#434159)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- bind.spec	20 Feb 2008 15:02:41 -0000	1.251
+++ bind.spec	24 Feb 2008 13:35:47 -0000	1.252
@@ -11,7 +11,6 @@
 %{?!bind_uid:   %define bind_uid   25}
 %{?!bind_gid:   %define bind_gid   25}
 %{?!GSSTSIG:    %define GSSTSIG     1}
-%{?!DEBUG:	%define DEBUG       1}
 %define		bind_dir      /var/named
 %define    	chroot_prefix %{bind_dir}/chroot
 #
@@ -19,7 +18,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	28.%{RELEASEVER}%{?dist}
+Release: 	29.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -105,9 +104,6 @@
 %if %{GSSTSIG}
 BuildRequires:	krb5-devel
 %endif
-%if %{DEBUG}
-BuildRequires:	libmudflap-devel
-%endif
 
 %description
 BIND (Berkeley Internet Name Domain) is an implementation of the DNS
@@ -251,10 +247,7 @@
 
 
 %build
-%if %{DEBUG}
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0 -fmudflapth"
-export LDFLAGS="$LDFLAGS -lmudflapth -lpthread"
-%endif
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0"
 export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 export STD_CDEFINES="$CPPFLAGS"
 
@@ -655,6 +648,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Sun Feb 24 2008 Adam Tkac <atkac redhat com> 32:9.5.0-29.b2
+- rebuild without mudflap (#434159)
+
 * Wed Feb 20 2008 Adam Tkac <atkac redhat com> 32:9.5.0-28.b2
 - port named to use libcap library, enable threads (#433102)
 - removed some unneeded Requires




More information about the fedora-extras-commits mailing list