- Add support for .tar.lzma archives in archive mounter
This commit is contained in:
parent
75f05ed4e3
commit
35890474c0
@ -8,7 +8,7 @@ Index: mount-archive.desktop.in.in
|
||||
+_Name=Archive Mounter
|
||||
+Exec=@libexecdir@/gvfsd-archive file=%u
|
||||
+X-Gnome-Vfs-System=gio
|
||||
+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;
|
||||
+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;application/x-lzma-compressed-tar;
|
||||
+Terminal=false
|
||||
+StartupNotify=false
|
||||
+Type=Application
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.1.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -78,7 +78,7 @@ shares (SMB) to applications using gvfs.
|
||||
Summary: Archiving support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libarchive-devel >= libarchive-2.5.903a-2
|
||||
|
||||
%description archive
|
||||
This package provides support for accessing files inside Zip and Tar archives,
|
||||
@ -258,6 +258,9 @@ update-desktop-database &> /dev/null ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 9 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-4
|
||||
- Add support for .tar.lzma archives in archive mounter
|
||||
|
||||
* Fri Dec 5 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-3
|
||||
- Added experimental smb-browse auth patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user