Eliminate freePackage() from librpmbuild API
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Aug 2010 11:13:10 +0000 (14:13 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Aug 2010 11:13:10 +0000 (14:13 +0300)
commit8d448745f053103ce3fbcf16f014cc376be8ddcf
tree460ce148a07902dbd79ffc4d4e9d1218647af42b
parente677ea1ea86cb3202256e7657066538d3b1b2705
Eliminate freePackage() from librpmbuild API
- The only thing that should ever call this is freePackages() which
  was already made static. As newPackage() links the package structure
  with the spec, its not safe for others to call it.
build/rpmbuild.h
build/spec.c