public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/phosh] f43: Fix bundled source extraction on Fedora 43
@ 2026-09-22 23:32 Sam Day
  0 siblings, 0 replies; only message in thread
From: Sam Day @ 2026-09-22 23:32 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/phosh
            Branch : f43
            Commit : 1069febdfa11fec8e400cb2de97c2d77afbb90bc
            Author : Sam Day <me@samcday.com>
            Date   : 2026-09-23T09:32:04+10:00
            Stats  : +4/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/phosh/c/1069febdfa11fec8e400cb2de97c2d77afbb90bc?branch=f43

            Log:
            Fix bundled source extraction on Fedora 43

Apply the compatibility patch after the original multi-archive setup. Keep the Fedora 43-only release below Fedora 44 for upgrades.

---
diff --git a/phosh.spec b/phosh.spec
index 4ee0117..23441d4 100644
--- a/phosh.spec
+++ b/phosh.spec
@@ -3,7 +3,8 @@
 
 Name:     phosh
 Version:  0.57.0
-Release:  %autorelease
+# Keep Fedora 43-only fixes below the Fedora 44 release when upgrading.
+Release:  1%{?dist}.1
 Summary:  Graphical shell for mobile devices
 License:  GPL-3.0-or-later
 URL:      https://gitlab.gnome.org/World/Phosh/phosh
@@ -119,7 +120,8 @@ Requires:   lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
 Development headers for libphosh.
 
 %prep
-%autosetup -a1 -a2 -p1 -n %{name}-v%{version_no_tilde _}
+%setup -a1 -a2 -q -n %{name}-v%{version_no_tilde _}
+%autopatch -p1
 
 mv libgnome-volume-control-%{gvc_commit} subprojects/gvc
 mv libcall-ui-%{libcall_ui_version} subprojects/libcall-ui

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

only message in thread, other threads:[~2026-09-22 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 23:32 [rpms/phosh] f43: Fix bundled source extraction on Fedora 43 Sam Day

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