SHA256
1
0
forked from pool/suse-hpc

- Fix typo in shell script variable.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=48
This commit is contained in:
Egbert Eich 2020-05-07 21:51:12 +00:00 committed by Git OBS Bridge
parent 37307aed0b
commit f6a43b44b5
2 changed files with 6 additions and 1 deletions

View File

@ -427,7 +427,7 @@ Obsoletes: %_lname < %version \
v=%{-O*}; \
for i in ${v//:/ }; \
do echo "Obsoletes: $i < %version"; \
echo "Provides: %i = %version"; \
echo "Provides: $i = %version"; \
done)\
} \
%{!-E:Requires: %{s_name} = %version} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 7 21:50:13 UTC 2020 - Egbert Eich <eich@suse.com>
- Fix typo in shell script variable.
-------------------------------------------------------------------
Mon Apr 27 06:58:20 UTC 2020 - Egbert Eich <eich@suse.com>