Re: [CentOS] rpm split

2011-03-18 Thread Joseph L. Casale
Tried sending this a while ago, but looks like mailman blocked it? >But i don't know how to write the spec file so a simple yum update will >install both packages and it won't create any problems. A few options here, create a %{name} .spec with: # This is part one, or the main component %descrip

[CentOS] rpm split

2011-03-18 Thread Janez Kosmrlj
Hi, I have a custom rpm for our application. The problem is that it grew old and fat. It's about 30 MB. So i would like to split it into two parts. One big part that almost never changes and one smaller part that is changed more frequently. But i don't know how to write the spec file so a simple yu