Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
remove %%attr, see #1432372 (Fedora)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Apr 13, 2017
1 parent af82d8d commit 078890c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SPECS/php71u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1599,11 +1599,11 @@ EOF
%endif
fi
cat > files.${mod} <<EOF
%attr(755,root,root) %{_libdir}/php/modules/${mod}.so
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/php.d/${ini}
%{_libdir}/php/modules/${mod}.so
%config(noreplace) %{_sysconfdir}/php.d/${ini}
%if %{with_zts}
%attr(755,root,root) %{_libdir}/php-zts/modules/${mod}.so
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/php-zts.d/${ini}
%{_libdir}/php-zts/modules/${mod}.so
%config(noreplace) %{_sysconfdir}/php-zts.d/${ini}
%endif
EOF
done
Expand Down Expand Up @@ -1866,6 +1866,7 @@ fi
* Thu Apr 13 2017 Carl George <[email protected]> - 7.1.4-1.ius
- Latest upstream
- timelib is MIT license (Fedora)
- remove %%attr, see #1432372 (Fedora)

* Wed Mar 15 2017 Carl George <[email protected]> - 7.1.3-1.ius
- Latest upstream
Expand Down

0 comments on commit 078890c

Please sign in to comment.