Accepting request 678172 from home:fbui:branches:security:Stunnel

- Drop use of $FIRST_ARG in .spec
  The use of $FIRST_ARG was probably required because of the
  %service_* rpm macros were playing tricks with the shell positional
  parameters. This is bad practice and error prones so let's assume
  that no macros should do that anymore and hence it's safe to assume
  that positional parameters remains unchanged after any rpm macro
  call.

OBS-URL: https://build.opensuse.org/request/show/678172
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=105
This commit is contained in:
2019-02-22 09:52:05 +00:00
committed by Git OBS Bridge
parent fe5b45c9f3
commit 15e411d7b6
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 22 07:49:21 UTC 2019 - Franck Bui <fbui@suse.com>
- Drop use of $FIRST_ARG in .spec
The use of $FIRST_ARG was probably required because of the
%service_* rpm macros were playing tricks with the shell positional
parameters. This is bad practice and error prones so let's assume
that no macros should do that anymore and hence it's safe to assume
that positional parameters remains unchanged after any rpm macro
call.
-------------------------------------------------------------------
Sun Nov 11 11:08:22 UTC 2018 - obs@botter.cc