public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Adams <linux@cmadams.net>
To: git-commits@fedoraproject.org
Subject: [rpms/up-imapproxy] main: service file should not be executable
Date: Fri, 14 Aug 2026 00:42:55 GMT	[thread overview]
Message-ID: <178666817581.1.3285080655442430017.rpms-up-imapproxy-9134deff1b95@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/up-imapproxy
Branch : main
Commit : 9134deff1b95cb6f0a413eab982b7a60e4d6dbc9
Author : Chris Adams <linux@cmadams.net>
Date   : 2026-08-13T19:42:45-05:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/up-imapproxy/c/9134deff1b95cb6f0a413eab982b7a60e4d6dbc9?branch=main

Log:
service file should not be executable

---
diff --git a/up-imapproxy.spec b/up-imapproxy.spec
index fa45037..b79fc0d 100644
--- a/up-imapproxy.spec
+++ b/up-imapproxy.spec
@@ -3,7 +3,7 @@
 Name:           up-imapproxy
 Summary:        University of Pittsburgh IMAP Proxy
 Version:        1.2.8
-Release:        0.36.20250101svn15036%{?dist}
+Release:        0.37.20250101svn15036%{?dist}
 License:        GPL-2.0-or-later
 URL:            http://www.imapproxy.org
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -73,7 +73,7 @@ make %{?_smp_mflags}
 # The install-* Makefile targets don't support DESTDIR syntax, so work around.
 install -D -m 0644 -p scripts/imapproxy.conf \
     $RPM_BUILD_ROOT%{_sysconfdir}/imapproxy.conf
-install -D -m 0755 -p %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/imapproxy.service
+install -D -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/imapproxy.service
 install -d -m 0755 $RPM_BUILD_ROOT%{_sbindir}
 install -D -m 0755 bin/* $RPM_BUILD_ROOT%{_sbindir}
 
@@ -103,6 +103,9 @@ install -m0644 -D up-imapproxy.sysusers.conf %{buildroot}%{_sysusersdir}/up-imap
 %{_sysusersdir}/up-imapproxy.conf
 
 %changelog
+* Thu Aug 13 2026 Chris Adams <linux@cmadams.net> - 1.2.8-0.37.20250101svn15036
+- service file should not be executable
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-0.36.20250101svn15036
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-08-14  0:42 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=178666817581.1.3285080655442430017.rpms-up-imapproxy-9134deff1b95@fedoraproject.org \
    --to=linux@cmadams.net \
    --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