public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/up-imapproxy] main: service file should not be executable
@ 2026-08-14 0:42 Chris Adams
0 siblings, 0 replies; only message in thread
From: Chris Adams @ 2026-08-14 0:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-14 0:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 0:42 [rpms/up-imapproxy] main: service file should not be executable Chris Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox