77cf323ace
- Update to glibc 2.26 (forwarded request 514072 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/514073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=210
9 lines
256 B
Bash
9 lines
256 B
Bash
#!/bin/sh
|
|
for flavor in utils testsuite; do
|
|
sed -e "/^# INCLUDE /r glibc-$flavor.spec.in" \
|
|
-e "/^# INCLUDE /,/^# END INCLUDE /d" \
|
|
glibc.spec > glibc-$flavor.spec
|
|
cp glibc.changes glibc-$flavor.changes
|
|
done
|
|
osc service lr format_spec_file
|