public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/scsi-target-utils] f44: Use undefined variable for epel case
@ 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 : f44
Commit : bd660ebeb6c0e1054b137b3fab385563f3e400fe
Author : Terje Røsten <terjeros@gmail.com>
Date   : 2026-05-20T19:14:36+02:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/scsi-target-utils/c/bd660ebeb6c0e1054b137b3fab385563f3e400fe?branch=f44

Log:
Use undefined variable for epel case

---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 375f8d6..445a2f6 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -10,19 +10,17 @@
 %{!?rhel:%global with_rbd 1}
 %endif
 
+# no glfs in epel
 %if 0%{?fedora}
 %ifnarch ppc64
 %global with_glfs 1
 %endif
-%else
-%global with_glfs 0
 %endif
 
-
 Summary:        The SCSI target daemon and utility programs
 Name:           scsi-target-utils
 Version:        1.0.97
-Release:        4%{?dist}
+Release:        5%{?dist}
 # Automatically converted from old format: GPLv2 - review is highly recommended.
 License:        GPL-2.0-only
 URL:            http://stgt.sourceforge.net/
@@ -142,6 +140,9 @@ pushd usr
 %endif
 
 %changelog
+* Wed May 20 2026 Terje Rosten <terjeros@gmail.com> - 1.0.97-5
+- Use undefined variable for epel case
+
 * Wed May 20 2026 Terje Rosten <terjeros@gmail.com> - 1.0.97-4
 - Fix a typo in prev. change
 

^ 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] f44: Use undefined variable for epel case 

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