Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Virtualization:OpenVZ:kernel-2.6.24
kernel-source
prepare-build.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File prepare-build.sh of Package kernel-source
#!/bin/bash # vim: syntax=sh #set -x set -e test -f /.buildenv || exit 0 this_release=`rpm -q --qf %{RELEASE} kernel-dummy` echo this_release $this_release test -n "$this_release" || exit 1 shopt -s nullglob for i in /usr/src/packages/SOURCES/*.spec; do sed -i -e '/^BuildRequires:/s@kernel-dummy@@g' \ -e '/^BuildRequires:[ \t]*$/d' \ -e "/^Release:/s@^.*@Release: $this_release@" $i done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor