diff --git a/SPECS/ebtables.spec b/SPECS/ebtables.spec
index 0b6985c..453b637 100644
--- a/SPECS/ebtables.spec
+++ b/SPECS/ebtables.spec
@@ -2,7 +2,7 @@
 
 Name:			ebtables
 Version:		2.0.10
-Release:		9%{?dist}
+Release:		13%{?dist}
 Summary:		Ethernet Bridge frame table administration tool
 License:		GPLv2+
 Group:			System Environment/Base
@@ -43,8 +43,7 @@ like iptables. There are no known incompatibility issues.
 f=THANKS; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
 
 %build
-MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
-make %{?_smp_mflags} CFLAGS="$MY_CFLAGS" LIBDIR="/%{_lib}/ebtables" BINDIR="/sbin" MANDIR="%{_mandir}" LDFLAGS="$LDFLAGS -Wl,-z,now"
+make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" LIBDIR="/%{_lib}/ebtables" BINDIR="/sbin" MANDIR="%{_mandir}" LDFLAGS="${RPM_LD_FLAGS} -Wl,-z,now"
 
 %install
 mkdir -p %{buildroot}%{_initrddir}
@@ -95,6 +94,19 @@ mv %{buildroot}/%{_lib}/ebtables/libebtc.so %{buildroot}/%{_lib}/
 %ghost %{_sysconfdir}/sysconfig/ebtables.broute
 
 %changelog
+* Tue Mar 04 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0.10-13
+- do not eviscerate -fstack-protector(-strong) from CFLAGS (#1070801)
+
+* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.0.10-12
+- Mass rebuild 2014-01-24
+
+* Tue Jan  7 2014 Thomas Woerner <twoerner@redhat.com> - 2.0.10-11
+- fixed rebuild problem, using MY_CFLAGS from latest fedora package
+  (RHBZ#1048855)
+
+* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0.10-10
+- Mass rebuild 2013-12-27
+
 * Tue Nov  5 2013 Thomas Woerner <twoerner@redhat.com> - 2.0.10-9
 - fixed missing systemd unit file (RHBZ#818953)
   merged fedora patches from Tom Callaway