https://bugzilla.redhat.com/show_bug.cgi?id=999383

Susi Lehtola <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|[email protected] |
                   |project.org                 |
                 CC|                            |[email protected]



--- Comment #3 from Susi Lehtola <[email protected]> ---
# Remove executable mode from header files
find c++ -type f -name *.h -exec chmod -x {} \;
find c++ -type f -name *.hpp -exec chmod -x {} \;
find c++ -type f -name *.cpp -exec chmod -x {} \;

This should be done in %prep.

**

Jaroslav: if you are reviewing, please set the fedora_review flag to ? and
assign the bug to yourself.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=sIQ7yUl8qP&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to