diff --git a/map-desktop-category.sh b/map-desktop-category.sh index d4fb393..500960a 100644 --- a/map-desktop-category.sh +++ b/map-desktop-category.sh @@ -103,7 +103,7 @@ function mapCategory() { FileManager|Filesystem|Archiving|PackageManager|TrayIcon| \ Security|RemoteAccess) ret=$in ;; ServiceConfiguration| \ - Backup|YaST|YaST-Hardware|YaST-Misc|YaST-Network| \ + Backup|YaST|YaST-Hardware|YaST-Misc|YaST-Network|YaST-Virtualization| \ Feedback|YaST-Net_advanced|YaST-Security|YaST-Software|YaST-System|YaST-AppArmor) ret="X-SuSE-$in" ;; #Utility Menu: diff --git a/update-desktop-files.changes b/update-desktop-files.changes index 46159a0..9a19f7d 100644 --- a/update-desktop-files.changes +++ b/update-desktop-files.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 11 12:06:29 CEST 2007 - coolo@suse.de + +- add X-SuSE-YaST2-Virtualization (#258600) + ------------------------------------------------------------------- Mon May 7 14:00:51 CEST 2007 - coolo@suse.de diff --git a/update-desktop-files.spec b/update-desktop-files.spec index 2e5a19d..833a621 100644 --- a/update-desktop-files.spec +++ b/update-desktop-files.spec @@ -12,7 +12,7 @@ Name: update-desktop-files Version: 10.3 -Release: 17 +Release: 18 Summary: A Build Tool to Update Desktop Files License: GNU General Public License (GPL) Group: Development/Tools/Building @@ -123,6 +123,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/LC_MESSAGES/*mo %changelog +* Fri May 11 2007 - coolo@suse.de +- add X-SuSE-YaST2-Virtualization (#258600) * Mon May 07 2007 - coolo@suse.de - add Encoding=UTF-8 to generated .desktop files to keep (older) desktop-file-validate happy