Fix missing semicolon
Resolves: BZ#2235734
This commit is contained in:
parent
9e549c2e6c
commit
3fa397e687
@ -37,6 +37,7 @@ Source25: 91-zipl.install
|
|||||||
# change the defaults to match Fedora environment
|
# change the defaults to match Fedora environment
|
||||||
Patch0: s390-tools-zipl-invert-script-options.patch
|
Patch0: s390-tools-zipl-invert-script-options.patch
|
||||||
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
|
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
|
||||||
|
Patch2: snmp-semicolon.patch
|
||||||
|
|
||||||
# upstream fixes/updates
|
# upstream fixes/updates
|
||||||
#Patch100: s390utils-%%{version}-fedora.patch
|
#Patch100: s390utils-%%{version}-fedora.patch
|
||||||
@ -66,6 +67,7 @@ be used together with the zSeries (s390) Linux kernel and device drivers.
|
|||||||
# Fedora/RHEL changes
|
# Fedora/RHEL changes
|
||||||
%patch 0 -p1 -b .zipl-invert-script-options
|
%patch 0 -p1 -b .zipl-invert-script-options
|
||||||
%patch 1 -p1 -b .blscfg-rpm-nvr-sort
|
%patch 1 -p1 -b .blscfg-rpm-nvr-sort
|
||||||
|
%patch 2 -p1 -b .snmp
|
||||||
|
|
||||||
# upstream fixes/updates
|
# upstream fixes/updates
|
||||||
#%%patch 100 -p1
|
#%%patch 100 -p1
|
||||||
|
12
snmp-semicolon.patch
Normal file
12
snmp-semicolon.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ruNp a/osasnmpd/ibmOSAMib.h b/osasnmpd/ibmOSAMib.h
|
||||||
|
--- a/osasnmpd/ibmOSAMib.h 2023-08-30 20:13:41.231150334 +0200
|
||||||
|
+++ b/osasnmpd/ibmOSAMib.h 2023-08-30 20:13:27.414030798 +0200
|
||||||
|
@@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
/* we may use header_generic and header_simple_table from the util_funcs module */
|
||||||
|
|
||||||
|
-config_require(util_funcs)
|
||||||
|
+config_require(util_funcs);
|
||||||
|
|
||||||
|
|
||||||
|
/* function prototypes */
|
Loading…
Reference in New Issue
Block a user