In Pkgmgr/ I have files generated from the create-debian-pkglist.py. This is the source for an installed package defined in a bundle. I add the sources for different Debian releases (etch/backports/etc) to apt sources via Bcfg so that I can "pin" newer versions.
e.g.
<PackageList? priority="99" type="deb">
<Group name="grpname">
<Package name="pkgname" version="0.1.1-1" type="deb"/>
</Group>
</PackageList>
Problem:
If I add a new PackList? for a group and a Package specification to effectively "upgrade" the package I get the message on the client:
Incomplete information for entry Package:packagename; cannot verify
... due to absense of version attribute(s)
If I restart the bcfg2-server and rerun on the client the "upgrade" succeeds as expected.