This commit is contained in:
committed by
Git OBS Bridge
parent
5dba71d4fe
commit
97accbef3f
7
pre_checkin.sh
Normal file
7
pre_checkin.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# This script is called automatically during autobuild checkin.
|
||||
|
||||
version=$(grep '^Version:.*' file.spec)
|
||||
|
||||
cp -f file.changes python-magic.changes
|
||||
sed -i -e "s,Version:.*,$version," python-magic.spec
|
Reference in New Issue
Block a user