Mailinglist Archive: opensuse-packaging (220 mails)
| < Previous | Next > |
Re: [opensuse-packaging] New RPM in Factory
- From: Michal Marek <mmarek@xxxxxxx>
- Date: Sat, 05 Sep 2009 13:40:23 +0200
- Message-id: <4AA24E27.7030700@xxxxxxx>
Sascha 'saigkill' Manns napsal(a):
That's two different things:
1) The build script creates a chroot to build the packages reproducibly.
This is typically /var/tmp/build-root
2) rpmbuild _inside the chroot_ uses a staging directory where 'make
install' is supposed to put files in, this is either defined by the spec
file (e.g. BuildRoot: /var/tmp/%name-%version-build) or the new default
is used.
Michal
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Am Freitag 04 September 2009 17:31:40 wrote Philipp Thomas:
* Pavol Rusnak (prusnak@xxxxxxx) [20090904 16:55]:Instead of /var/tmp/build-root? Is the new Buildroot an chroot too?
will probably grow until 11.2 final is out), but I will also post the[...]
shortened version here too:
* BuildRoot has become obsolete as it will be ignored. The build root is
now /usr/src/packages/BUILDROOT/%{name}-%{version}.
That's two different things:
1) The build script creates a chroot to build the packages reproducibly.
This is typically /var/tmp/build-root
2) rpmbuild _inside the chroot_ uses a staging directory where 'make
install' is supposed to put files in, this is either defined by the spec
file (e.g. BuildRoot: /var/tmp/%name-%version-build) or the new default
is used.
Michal
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |