0

I have two rpms, (generated after changing couple of lines of code). one rpm is of 25mb other rpm is of 40+ mb. If I extract both rpms, they both are of same size 129mb(in fact the first rpm size is bigger by few bytes). I don't think metadata will differ so much. What could be the problem here ?

madhu
  • 55
  • 1
  • 5
  • maybe you could say what lines of code you changed? Did you change anything in the spec file? or in your build command? – Chris Maes May 09 '17 at 09:36
  • Hi Thanks for response. I found the solution. The problem was with rpm compression macro. – madhu May 19 '17 at 10:01

1 Answers1

2

Type of compression of RPM payload. See:

Community
  • 1
  • 1
msuchy
  • 5,162
  • 1
  • 14
  • 26