Changes to 'refs/tags/spacewalk-backend-1.8.43-1'

Michael Mraka mmraka at fedoraproject.org
Thu Jun 28 12:05:20 UTC 2012


Tag 'spacewalk-backend-1.8.43-1' created by Michael Mraka <michael.mraka at redhat.com> at 2012-06-28 12:04 +0000

Tagging package [spacewalk-backend] version [1.8.43-1] in directory [backend/].

Changes since spacewalk-java-1.8.103-1:
Michael Mraka (2):
      removed unused query
      Automatic commit of package [spacewalk-backend] release [1.8.43-1].

Pierre Casenove (2):
      Correct query for PGSQL, addressing: SQL Error generated: ('syntax error at or near "name" at character 41\n', 0, '\n select distinct\n pn.name name,\n pe.epoch epoch,\n pe.version version,\n pe.release release,\n pa.label arch,\n c.label channel_label,\n nvl2(c.parent_channel, 0, 1) is_parent_channel\n from rhnActionPackage ap,\n rhnPackage p,\n rhnPackageName pn,\n rhnPackageEVR pe,\n rhnPackageArch pa,\n rhnServerChannel sc,\n rhnChannelPackage cp,\n rhnChannel c\n where ap.action_id = %(action_id)s\n and ap.evr_id = p.evr_id\n and ap.evr_id = pe.id\n and ap.name_id = p.name_id\n and ap.name_id = pn.id\n and p.package_arch_id = pa.id\n and p.id = cp.package_id\n and cp.channel_id = sc.channel_id\n and sc.server_id = %(server_id)s\n and sc.channel_id = c.id\n')
      Correct SQL query for installing and removing solaris patches

---
 backend/server/action/solarispkgs.py                     |   31 +++++++--------
 backend/spacewalk-backend.spec                           |    6 ++
 rel-eng/packages/spacewalk-backend                       |    2 
 web/modules/rhn/RHN/DB/DataSource/xml/System_queries.xml |   18 --------
 web/modules/sniglets/Sniglets/ListView/SystemList.pm     |    4 -
 5 files changed, 21 insertions(+), 40 deletions(-)
---


More information about the spacewalk-commits mailing list