- 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:
Olaf Hering 2012-10-03 15:01:35 +00:00 committed by Git OBS Bridge
parent 3d5cee3e1e
commit 0c1fce8817
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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