Bugzilla – Attachment 66335 Details for
Bug 147705
su does not work in a build-root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
proposed patch
build_10.1.patch (text/plain), 3.18 KB, created by
Karsten Keil
on 2006-02-03 12:33:06 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Karsten Keil
Created:
2006-02-03 12:33:06 UTC
Size:
3.18 KB
patch
obsolete
>diff -ur usr.old/bin/build usr/bin/build >--- usr.old/bin/build 2005-09-12 11:07:35.000000000 +0200 >+++ usr/bin/build 2006-02-03 13:26:43.000000000 +0100 >@@ -352,7 +352,7 @@ > ADDITIONAL_PACKS=`sed -ne 's/^#.*usedforbuild[ ][ ]*//p' < $SPECFILE` > fi > if test -z "$ADDITIONAL_PACKS" ; then >- ADDITIONAL_PACKS="aaa_base acl attr autoconf automake bash bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libgcc libnscd libselinux libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel netcfg net-tools openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel" >+ ADDITIONAL_PACKS="aaa_base acl attr autoconf automake bash bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libgcc libnscd libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel netcfg net-tools openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel" > # Need to include additional packages from the neededforbuild line > add_packages_in_neededforbuild \ > $(sed -ne 's/^#.*neededforbuild[ \t]\+//p' $SPECFILE) >diff -ur usr.old/lib/build/init_buildsystem usr/lib/build/init_buildsystem >--- usr.old/lib/build/init_buildsystem 2005-05-12 14:45:18.000000000 +0200 >+++ usr/lib/build/init_buildsystem 2006-02-03 13:26:57.000000000 +0100 >@@ -59,12 +59,16 @@ > SECOND_FILES="cpp file findutils gawk mktemp pwdutils timezone util-linux bind-utils libselinux" > ;; > *) >- BASE_FILES="aaa_base acl attr bash bzip2 coreutils db devs >- diffutils filesystem fillup glibc grep insserv >- libacl libattr libgcc libnscd libselinux libxcrypt >- m4 ncurses pam permissions popt pwdutils readline >- sed tar zlib rpm" >- SECOND_FILES="cpp file findutils gawk mktemp pwdutils timezone util-linux bind-utils libselinux" >+ BASE_FILES="aaa_base acl attr bash bzip2 coreutils cpio cracklib cyrus-sasl >+ db diffutils e2fsprogs filesystem fillup glibc gzip grep insserv >+ klogd less libacl libattr libcom_err libgcc libnscd libstdc++ >+ libtool libxcrypt libzio m4 make ncurses openldap2-client openssl >+ pam pam-modules patch perl permissions popt procinfo procps >+ psmisc pwdutils readline rpm sed tar tcpd texinfo timezone unzip zlib" >+ SECOND_FILES="autoconf automake bind-libs bind-utils binutils bison cpp cvs file >+ findutils flex gawk gcc gdbm gdbm-devel gettext glibc-devel >+ glibc-locale groff info man mktemp ncurses-devel net-tools netcfg >+ pwdutils rcs timezone vim util-linux zlib-devel" > ;; > esac > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 147705
:
66223
| 66335