https://bugzilla.novell.com/show_bug.cgi?id=728841 https://bugzilla.novell.com/show_bug.cgi?id=728841#c1 Karl Eichwalder <ke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #1 from Karl Eichwalder <ke@suse.com> 2011-11-08 09:29:03 CET --- Thanks. Here is my proposal: <title>rpm: %_topdir Changed for Non-root Users</title> <para> Unprivileged users can no longer write to <filename>/usr/src/packages</filename>. <command>rpmbuild></command> now uses <filename>~/rpmbuild</filename> by default. To change the directory add a line as follows to <filename>~/.rpmmacros</filename>: </para> <screen>%_topdir /some/where/else</screen> <para> To use the subdirectory <filename>foo</filename> of <literal>$HOME</literal> add to <filename>~/.rpmmacros</filename>: </para> <screen>%_topdir %{getenv:HOME}/foo</screen> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.