user1234
user1234

Reputation: 309

installer updation using RPM

I have an RPM package for my application and the path of the installation is /company/application/version.

I am finding this difficult as it is a unix platform and there is no registry concept.

I need few things to be clarified:

Every time I install my different version application all gets installed (i.e 2.5 and 2.6 both are considered as 2 different softwares because of the installation directory structure.)

Upvotes: 3

Views: 75

Answers (1)

pwan
pwan

Reputation: 2914

Without seeing the spec file, this is just shooting in the dark, but I would guess you are probably missing the 'Version' tag in your spec file. See http://www.rpm.org/max-rpm/s1-rpm-inside-tags.html. In general, Maximum RPM is a good resource.

Upvotes: 1

Related Questions