public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon] rawhide: Remove dead cinnamon2d rm commands from %install
@ 2026-07-26 14:03 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 14:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon
            Branch : rawhide
            Commit : 6044b268a968612b68f548a1f6fe1aaffa353061
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-26T15:44:08+02:00
            Stats  : +1/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon/c/6044b268a968612b68f548a1f6fe1aaffa353061?branch=rawhide

            Log:
            Remove dead cinnamon2d rm commands from %install

Only 2 of the 5 cinnamon2d rm targets actually exist in the
upstream source tarball:
- 'files/usr/bin/cinnamon2d'
  https://github.com/linuxmint/cinnamon/blob/6.7.4-unstable/files/usr/bin/cinnamon2d
- 'man/cinnamon2d.1'
  https://github.com/linuxmint/cinnamon/blob/6.7.4-unstable/man/cinnamon2d.1

The other 3 targets do not exist and the rm commands were no-ops:
- 'cinnamon-session-cinnamon2d' (no such binary)
- 'applications/cinnamon2d.desktop' (no such file)
- 'xsessions/cinnamon2d.desktop' (no such file)

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon.spec b/cinnamon.spec
index 47e5e7f..ed3692c 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -248,11 +248,8 @@ EOF
 # Delete useless gir files
 %{__rm} -rf %{buildroot}%{_datadir}/%{name}/*.gir
 
-# Delete cinnamon2d session files
+# Delete cinnamon2d files
 %{__rm} -rf %{buildroot}%{_bindir}/cinnamon2d
-%{__rm} -rf %{buildroot}%{_bindir}/cinnamon-session-cinnamon2d
-%{__rm} -rf %{buildroot}%{_datadir}/applications/cinnamon2d.desktop
-%{__rm} -rf %{buildroot}%{_datadir}/xsessions/cinnamon2d.desktop
 %{__rm} -rf %{buildroot}%{_mandir}/man1/cinnamon2d*
 
 %check

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

only message in thread, other threads:[~2026-07-26 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 14:03 [rpms/cinnamon] rawhide: Remove dead cinnamon2d rm commands from %install Michal Schorm

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