Request History
a_jaeger created request
Various small fixes.
coolo approved review
Builds for repo openSUSE_Factory
Output of check script (non-fatal):
- package has baselibs.conf: (unchanged)
- package has check-build.sh: (new or modified)
--------------------------------------------------------------
#!/bin/bash
# Copyright (c) 2003, 2004, 2011 SUSE Linux Products GmbH, Germany. All rights reserved.
#
# Authors: Thorsten Kukuk
#
if [ `nice` -gt '9' ] ; then
echo "Don't modify nice for building glibc!"
exit 1
fi
# get kernel version
OFS="$IFS" ; IFS=".-" ; version=(`uname -r`) ; IFS="$OIFS"
if test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 16 ; then
echo "FATAL: kernel too old, need kernel >= 2.6.16 for this package" 1>&2
exit 1
fi
exit 0
--------------------------------------------------------------
###ASK glibc/check-build.sh
- package has glibc.rpmlintrc: (unchanged)
(W) glibc.spec: patch 2 glibc-fnmatch-multibyte.diff is commented out
(W) glibc.spec: patch 11 glibc-2.3.1.localedef.diff is commented out
(W) glibc.spec: patch 37 glibc-2.10-nscd-nostack.diff is commented out
saschpe accepted request
Accepted submit request 75320 from user coolo
licensedigger accepted review
{"approve": "license and version number unchanged: 2.13"}
coolo accepted review
Builds for repo openSUSE_Factory
Output of check script (non-fatal):
- package has baselibs.conf: (unchanged)
- package has check-build.sh: (new or modified)
--------------------------------------------------------------
#!/bin/bash
# Copyright (c) 2003, 2004, 2011 SUSE Linux Products GmbH, Germany. All rights reserved.
#
# Authors: Thorsten Kukuk
#
if [ `nice` -gt '9' ] ; then
echo "Don't modify nice for building glibc!"
exit 1
fi
# get kernel version
OFS="$IFS" ; IFS=".-" ; version=(`uname -r`) ; IFS="$OIFS"
if test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 16 ; then
echo "FATAL: kernel too old, need kernel >= 2.6.16 for this package" 1>&2
exit 1
fi
exit 0
--------------------------------------------------------------
###ASK glibc/check-build.sh
- package has glibc.rpmlintrc: (unchanged)
(W) glibc.spec: patch 2 glibc-fnmatch-multibyte.diff is commented out
(W) glibc.spec: patch 11 glibc-2.3.1.localedef.diff is commented out
(W) glibc.spec: patch 37 glibc-2.10-nscd-nostack.diff is commented out