- 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:
parent
12d092a073
commit
c0cdbdd21e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user