public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/scsi-target-utils] f43: Fix perm on service file (rhbz#2517733)
@ 2026-08-18 16:31
0 siblings, 0 replies; only message in thread
From: @ 2026-08-18 16:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/scsi-target-utils
Branch : f43
Commit : 565782505727eefe3ecd2d7aa7b82f635605707d
Author : Terje Røsten <terjeros@gmail.com>
Date : 2026-08-18T18:29:49+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/scsi-target-utils/c/565782505727eefe3ecd2d7aa7b82f635605707d?branch=f43
Log:
Fix perm on service file (rhbz#2517733)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 3d72367..5e867b3 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -20,7 +20,7 @@
Summary: The SCSI target daemon and utility programs
Name: scsi-target-utils
Version: 1.0.97
-Release: 6%{?dist}
+Release: 7%{?dist}
# Automatically converted from old format: GPLv2 - review is highly recommended.
License: GPL-2.0-only
URL: http://stgt.sourceforge.net/
@@ -86,7 +86,7 @@ Adds support for the Gluster glfs backstore to scsi-target-utils.
%install
install -D -p -m 0755 scripts/tgt-setup-lun %{buildroot}%{_sbindir}/tgt-setup-lun
-install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/tgtd.service
+install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/tgtd.service
install -p -m 0755 scripts/tgt-admin %{buildroot}/%{_sbindir}/tgt-admin
install -D -p -m 0644 doc/manpages/targets.conf.5 %{buildroot}/%{_mandir}/man5/targets.conf.5
install -D -p -m 0644 doc/manpages/tgtadm.8 %{buildroot}/%{_mandir}/man8/tgtadm.8
@@ -140,6 +140,9 @@ pushd usr
%endif
%changelog
+* Tue Aug 18 2026 Terje Røsten <terjeros@gmail.com> - 1.0.97-7
+- Fix perm on service file (rhbz#2517733)
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.97-6
- 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-18 16:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 16:31 [rpms/scsi-target-utils] f43: Fix perm on service file (rhbz#2517733)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox