public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Toshio Kuratomi <toshio@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jigdo] epel10: Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
Date: Fri, 21 Aug 2026 17:27:13 GMT [thread overview]
Message-ID: <178733323319.1.11086307627496822118.rpms-jigdo-9b68723bd93d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jigdo
Branch : epel10
Commit : 9b68723bd93d66b2ca3bfdc0457666140e3a6555
Author : Toshio Kuratomi <toshio@fedoraproject.org>
Date : 2013-03-06T13:47:05-08:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jigdo/c/9b68723bd93d66b2ca3bfdc0457666140e3a6555?branch=epel10
Log:
Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
---
diff --git a/jigdo.spec b/jigdo.spec
index bea52f2..3679e22 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -1,6 +1,6 @@
Name: jigdo
Version: 0.7.3
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Ease distribution of large files over the Internet
Group: Applications/Internet
@@ -52,7 +52,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror \
%find_lang %{name}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora \
+desktop-file-install \
+%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
+ --vendor fedora \
+%endif
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
--add-category X-Fedora-Extra \
%{SOURCE1}
@@ -85,6 +88,9 @@ install -m 0755 scripts/jigdo-mirror $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror
%changelog
+* Wed Mar 6 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.3-17
+- Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
+
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
reply other threads:[~2026-08-21 17:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178733323319.1.11086307627496822118.rpms-jigdo-9b68723bd93d@fedoraproject.org \
--to=toshio@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox