forked from jengelh/openldap2
407ab6330a
- buildrequire krb5-mini in openldap2-client to avoid cycle OBS-URL: https://build.opensuse.org/request/show/138291 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=89
15 lines
397 B
Bash
15 lines
397 B
Bash
#!/bin/bash
|
|
|
|
echo -n "Generating openldap2-client "
|
|
|
|
cp openldap2.changes openldap2-client.changes
|
|
cp openldap2.spec openldap2-client.spec
|
|
|
|
perl -pi -e "s/^Name:.*openldap2$/Name: openldap2-client/g" openldap2-client.spec
|
|
perl -pi -e "s/^Summary:.*Server$/Summary: The OpenLDAP commandline client tools/" openldap2-client.spec
|
|
|
|
osc service localrun format_spec_file
|
|
|
|
echo "Done."
|
|
|