Accepting request 915783 from home:cgiboudeaux:branches:graphics

- Fix rpmlint errors.

OBS-URL: https://build.opensuse.org/request/show/915783
OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=17
This commit is contained in:
Luigi Baldoni 2021-09-02 16:03:51 +00:00 committed by Git OBS Bridge
parent be78905eaf
commit 5e67441a86
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 2 14:42:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Fix rpmlint errors.
-------------------------------------------------------------------
Tue Nov 10 07:17:16 UTC 2020 - aloisio@gmx.com

View File

@ -39,11 +39,13 @@ access to nearly all of the libgphoto2 functions, although sometimes
in a nonstandard manner.
%prep
%setup -q -n gphoto2-%{version}
%patch0 -p1
%autosetup -p1 -n gphoto2-%{version}
# remove unwanted shebang
sed -e '1d' -i examples/*.py
# E: spurious-executable-perm
chmod -x examples/*.py
%build
%python_build