- remove obsolete virt-list-filesystems, virt-list-partitions and
virt-tar comamnds OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=121
This commit is contained in:
parent
3d5cee3e1e
commit
0c1fce8817
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 3 17:00:39 CEST 2012 - ohering@suse.de
|
||||
|
||||
- remove obsolete virt-list-filesystems, virt-list-partitions and
|
||||
virt-tar comamnds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 07:37:17 CEST 2012 - ohering@suse.de
|
||||
|
||||
|
@ -391,6 +391,11 @@ make \
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find $RPM_BUILD_ROOT -type f \( \
|
||||
-name "virt-list-filesystems" -o -name "virt-list-filesystems.*" -o \
|
||||
-name "virt-list-partitions" -o -name "virt-list-partitions.*" -o \
|
||||
-name "virt-tar" -o -name "virt-tar.*" \
|
||||
\) -print -delete
|
||||
%if %{with_perl}
|
||||
# Delete empty perl bootstrap files
|
||||
find $RPM_BUILD_ROOT -name "*.bs" -size 0c -print -delete
|
||||
|
Loading…
Reference in New Issue
Block a user