From 74a6780de55232cb629f022e272fba025af15891 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mar 15 2017 18:02:37 +0000 Subject: remove %attr, see #1432372 --- diff --git a/php.spec b/php.spec index 590c221..74a6cfb 100644 --- a/php.spec +++ b/php.spec @@ -21,7 +21,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) # Regression tests take a long time, you can skip 'em with this -#global runselftest 0 +%global runselftest 0 %{!?runselftest: %global runselftest 1} # Use the arch-specific mysql_config binary to avoid mismatch with the @@ -62,7 +62,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1274,11 +1274,11 @@ EOF %endif fi cat > files.${mod} < - 7.1.3-2 +- remove %%attr, see #1432372 + * Wed Mar 15 2017 Remi Collet - 7.1.3-1 - Update to 7.1.3 - http://www.php.net/releases/7_1_3.php