fdbc4a0048
in various other places, allow these syscalls in seccomp filter. OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=280
5 lines
168 B
Bash
5 lines
168 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
version=$(grep '^Version:.*' file.spec)
|
|
sed -ri "s,^Version:.*,$version," python-magic.spec
|