Dirk Mueller
2e12840ffb
- Update package summaries. Replace old RPM constructs. - Remove --with-pic which is useless with --disable-static. - Edit pre_checkin.sh to remove dead python3 file. OBS-URL: https://build.opensuse.org/request/show/532487 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=166
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
|