Accepting request 801697 from science:HPC

- Fix typo in shell script variable.

OBS-URL: https://build.opensuse.org/request/show/801697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-hpc?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-05-09 17:49:09 +00:00 committed by Git OBS Bridge
commit df4160fe55
2 changed files with 6 additions and 1 deletions

View File

@ -427,7 +427,7 @@ Obsoletes: %_lname < %version \
v=%{-O*}; \ v=%{-O*}; \
for i in ${v//:/ }; \ for i in ${v//:/ }; \
do echo "Obsoletes: $i < %version"; \ do echo "Obsoletes: $i < %version"; \
echo "Provides: %i = %version"; \ echo "Provides: $i = %version"; \
done)\ done)\
} \ } \
%{!-E:Requires: %{s_name} = %version} \ %{!-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> Mon Apr 27 06:58:20 UTC 2020 - Egbert Eich <eich@suse.com>