Ludwig Nussel
4b801c3ccb
Fix all issues with dapl OBS-URL: https://build.opensuse.org/request/show/243995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dapl?expand=0&rev=1
9 lines
247 B
Bash
9 lines
247 B
Bash
#!/bin/bash
|
|
# This script has to be run prior to a check-in if changes were done
|
|
# to spec and/or changes
|
|
sed -e "s,^\(Name:.*dapl\),\1-debug," dapl.spec > dapl-debug.spec
|
|
cp dapl.changes dapl-debug.changes
|
|
|
|
osc service localrun format_spec_file
|
|
|