[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: proper way to build same rpm for different redhat versions
- From: Rex Dieter <rdieter math unl edu>
- To: Rpm-list redhat com
- Cc:
- Subject: Re: proper way to build same rpm for different redhat versions
- Date: Mon, 21 Aug 2006 14:04:14 -0500
hbeaumont hbeaumont wrote:
> for app "foo" version 2.5.1, rpm release 1 I would name it:
>
> foo-2.5.1.rh73-1.i386.rpm
> foo-2.5.1.rhel3-1.i386.rpm
> foo-2.5.1.rhel4-1.i386.rpm
>
> What is the true standard way to name these?
Most folks prefer to embed %{dist} into the Release tag, so you'd end up
with something like this instead:
foo-2.5.1-1.rh73.i386.rpm
foo-2.5.1-1.rhel3.i386.rpm
foo-2.5.1-1.rhel4.i386l.rpm
For your choice of %{dist}.
-- Rex
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]