public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nextcloud-client] f45: Remove some unnecessary conditionals (since they match all supported releases)
@ 2026-08-11 21:02 Nick Bebout
  0 siblings, 0 replies; only message in thread
From: Nick Bebout @ 2026-08-11 21:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/nextcloud-client
Branch : f45
Commit : 0327162675c07dbba745dbcc919ba2f522eaf923
Author : Nick Bebout <nick@bebout.net>
Date   : 2026-08-11T15:29:02-05:00
Stats  : +0/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/nextcloud-client/c/0327162675c07dbba745dbcc919ba2f522eaf923?branch=f45

Log:
Remove some unnecessary conditionals (since they match all supported releases)

---
diff --git a/nextcloud-client.spec b/nextcloud-client.spec
index 3905575..df14c8a 100644
--- a/nextcloud-client.spec
+++ b/nextcloud-client.spec
@@ -146,7 +146,6 @@ This package provides overlay icons to visualize the sync state
 in the caja file manager.
 %endif
 
-%if 0%{?fedora} || 0%{?rhel} > 7
 %package dolphin
 Summary:        Dolphin overlay icons
 Supplements:    (nextcloud-client and dolphin)
@@ -155,7 +154,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description dolphin
 The nextcloud desktop client dolphin extension.
-%endif
 
 %prep
 %setup -n desktop-%{version}
@@ -205,9 +203,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextc
 
 %ldconfig_scriptlets libs
 
-%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
 %ldconfig_scriptlets dolphin
-%endif
 
 %files -f client.lang
 %{_bindir}/nextcloud
@@ -246,12 +242,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextc
 %{_datadir}/caja-python/extensions/*
 %endif
 
-%if 0%{?fedora} || 0%{?rhel} > 7
 %files dolphin
 %{_libdir}/libnextclouddolphinpluginhelper.so
 %{_kf6_plugindir}/overlayicon/nextclouddolphinoverlayplugin.so
 %{_kf6_plugindir}/kfileitemaction/nextclouddolphinactionplugin.so
-%endif
 
 %changelog
 %autochangelog

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

only message in thread, other threads:[~2026-08-11 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 21:02 [rpms/nextcloud-client] f45: Remove some unnecessary conditionals (since they match all supported releases) Nick Bebout

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