public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gvfs] rawhide: Drop 'archive' and 'afp' subpackages (deprecated and disabled upstream)
@ 2026-06-29 14:13 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-06-29 14:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gvfs
Branch : rawhide
Commit : 7e3bfc9e2db83eadb8feb95f4f051e50649e3477
Author : Milan Crha <mcrha@redhat.com>
Date   : 2026-06-29T16:10:48+02:00
Stats  : +5/-54 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gvfs/c/7e3bfc9e2db83eadb8feb95f4f051e50649e3477?branch=rawhide

Log:
Drop 'archive' and 'afp' subpackages (deprecated and disabled upstream)

---
diff --git a/gvfs.spec b/gvfs.spec
index 612fbe6..22f562f 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -4,7 +4,6 @@
 %global gsettings_desktop_schemas_version 3.33.0
 %global goa_version 3.57.0
 %global gudev_version 147
-%global libarchive_version 3.0.22
 %global libcdio_paranoia_version 0.78.2
 %global libgcrypt_version 1.2.2
 %global libgphoto2_version 2.5.0
@@ -49,6 +48,9 @@ BuildRequires: pkgconfig(udisks2) >= %{udisks2_version}
 %if ! 0%{?rhel}
 BuildRequires: pkgconfig(libbluray)
 %endif
+%if ! (0%{?rhel} >= 9)
+BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
+%endif
 BuildRequires: systemd-devel >= %{systemd_version}
 BuildRequires: pkgconfig(libxslt)
 BuildRequires: docbook-style-xsl
@@ -64,6 +66,8 @@ Requires: /usr/bin/wsdd
 
 Obsoletes: gnome-mount <= 0.8
 Obsoletes: gnome-mount-nautilus-properties <= 0.8
+Obsoletes: gvfs-afp < 1.61.1-1
+Obsoletes: gvfs-archive < 1.61.1-1
 Obsoletes: gvfs-obexftp < 1.17.91-2
 Obsoletes: gvfs-devel < 1.55.1-1
 Obsoletes: gvfs-tests < 1.55.1-3
@@ -110,19 +114,6 @@ This package provides support for reading and writing files on windows
 shares (SMB) to applications using gvfs.
 
 
-%if ! (0%{?rhel} >= 9)
-%package archive
-Summary: Archiving support for gvfs
-Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: %{name}-client%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(libarchive) >= %{libarchive_version}
-
-%description archive
-This package provides support for accessing files inside Zip and Tar archives,
-as well as ISO images, to applications using gvfs.
-%endif
-
-
 %ifnarch s390 s390x
 %package gphoto2
 Summary: gphoto2 support for gvfs
@@ -153,22 +144,6 @@ including phones and music players to applications using gvfs.
 %endif
 
 
-%if ! (0%{?rhel} >= 9)
-%package afp
-Summary: AFP support for gvfs
-Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: %{name}-client%{?_isa} = %{version}-%{release}
-BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
-# this should ensure having this new subpackage installed on upgrade from older versions
-Obsoletes: %{name} < 1.9.4-1
-
-%description afp
-This package provides support for reading and writing files on
-Mac OS X and original Mac OS network shares via Apple Filing Protocol
-to applications using gvfs.
-%endif
-
-
 %ifnarch s390 s390x
 %package mtp
 Summary: MTP support for gvfs
@@ -229,8 +204,6 @@ file services.
        -Donedrive=false \
 %endif
 %if 0%{?rhel} >= 9
-       -Darchive=false \
-       -Dafp=false \
        -Dgcrypt=false \
 %endif
 %if 0%{?rhel} >= 10
@@ -269,18 +242,10 @@ killall -USR1 gvfsd >&/dev/null || :
 %endif
 %endif
 
-%if ! (0%{?rhel} >= 9)
-%post archive
-killall -USR1 gvfsd >&/dev/null || :
-%endif
 %if ! 0%{?rhel}
 %post nfs
 killall -USR1 gvfsd >&/dev/null || :
 %endif
-%if ! (0%{?rhel} >= 9)
-%post afp
-killall -USR1 gvfsd >&/dev/null || :
-%endif
 
 
 %files
@@ -359,12 +324,6 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_datadir}/gvfs/mounts/smb.mount
 
 
-%if ! (0%{?rhel} >= 9)
-%files archive
-%{_libexecdir}/gvfsd-archive
-%{_datadir}/gvfs/mounts/archive.mount
-%endif
-
 %ifnarch s390 s390x
 %files gphoto2
 %{_libexecdir}/gvfsd-gphoto2
@@ -385,14 +344,6 @@ killall -USR1 gvfsd >&/dev/null || :
 %endif
 %endif
 
-%if ! (0%{?rhel} >= 9)
-%files afp
-%{_libexecdir}/gvfsd-afp
-%{_libexecdir}/gvfsd-afp-browse
-%{_datadir}/gvfs/mounts/afp.mount
-%{_datadir}/gvfs/mounts/afp-browse.mount
-%endif
-
 %ifnarch s390 s390x
 %files mtp
 %{_libexecdir}/gvfsd-mtp

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 14:13 [rpms/gvfs] rawhide: Drop 'archive' and 'afp' subpackages (deprecated and disabled upstream) Milan Crha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox