- delete unused perl script without executable permissions to fix rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=91
This commit is contained in:
Olaf Hering 2012-09-13 08:40:16 +00:00 committed by Git OBS Bridge
parent 12d092a073
commit c0cdbdd21e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 13 10:39:54 CEST 2012 - ohering@suse.de
- delete unused perl script without executable permissions to fix rpmlint warning
-------------------------------------------------------------------
Thu Sep 13 10:18:06 CEST 2012 - ohering@suse.de

View File

@ -370,6 +370,8 @@ make \
%makeinstall
# Delete empty perl bootstrap files
find $RPM_BUILD_ROOT -name "*.bs" -size 0c -print -delete
# Delete unused perl script without executable permissions
find $RPM_BUILD_ROOT%perl_vendorarch/ -name bindtests.pl -print -delete
%perl_process_packlist
%perl_gen_filelist
# the macro above packages everything, here only the perl files are desrired