postfix/pre_checkin.sh
Peter Varkoly fee3f5190a - Missing posttls-finger in postfix though changes mention it
(bsc#1221501)

- Missing posttls-finger in postfix though changes mention it
  (bsc#1221501)

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=496
2024-09-24 08:48:37 +00:00

9 lines
234 B
Bash

#!/bin/bash
echo -n "Generating postfix-bdb "
cp postfix.changes postfix-bdb.changes
VERSION=$(awk '/^Version/ {print $2; exit;} {next;};' < postfix.spec)
perl -pi -e "s/^Version:.*/Version: $VERSION/" postfix-bdb.spec
echo "Done."