Changes to 'refs/tags/rhn-client-tools-1.7.1-1'
by aparsons
Tag 'rhn-client-tools-1.7.1-1' created by Aron Parsons <parsonsa(a)bit-sys.com> at 2011-12-30 15:08 +0000
Tagging package [rhn-client-tools] version [1.7.1-1] in directory [client/rhel/rhn-client-tools/].
Changes since spacewalk-backend-1.7.1-1:
Aron Parsons (2):
continue to search for the hostname if IPv6 is disabled
Automatic commit of package [rhn-client-tools] release [1.7.1-1].
---
client/rhel/rhn-client-tools/rhn-client-tools.spec | 6 +++++-
client/rhel/rhn-client-tools/src/up2date_client/hardware.py | 5 ++++-
rel-eng/packages/rhn-client-tools | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
11 years, 5 months
2 commits - client/rhel rel-eng/packages
by aparsons
client/rhel/rhn-client-tools/rhn-client-tools.spec | 6 +++++-
client/rhel/rhn-client-tools/src/up2date_client/hardware.py | 5 ++++-
rel-eng/packages/rhn-client-tools | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
New commits:
commit 975fa2b6b8b579110f8c7e5ce1047a21f9dec34b
Author: Aron Parsons <parsonsa(a)bit-sys.com>
Date: Fri Dec 30 10:08:40 2011 -0500
Automatic commit of package [rhn-client-tools] release [1.7.1-1].
diff --git a/client/rhel/rhn-client-tools/rhn-client-tools.spec b/client/rhel/rhn-client-tools/rhn-client-tools.spec
index dde6912..4b2cf4a 100644
--- a/client/rhel/rhn-client-tools/rhn-client-tools.spec
+++ b/client/rhel/rhn-client-tools/rhn-client-tools.spec
@@ -4,7 +4,7 @@ Group: System Environment/Base
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
URL: https://fedorahosted.org/spacewalk
Name: rhn-client-tools
-Version: 1.7.0
+Version: 1.7.1
Release: 1%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -334,6 +334,10 @@ make -f Makefile.rhn-client-tools test
%endif
%changelog
+* Fri Dec 30 2011 Aron Parsons <parsonsa(a)bit-sys.com> 1.7.1-1
+- continue to search for the hostname if IPv6 is disabled (parsonsa@bit-
+ sys.com)
+
* Wed Dec 21 2011 Milan Zazrivec <mzazrivec(a)redhat.com> 1.6.46-1
- update copyright info
- 751760 - use __getattr__ rather then __getattribute__ (msuchy(a)redhat.com)
diff --git a/rel-eng/packages/rhn-client-tools b/rel-eng/packages/rhn-client-tools
index cfdf01d..732e387 100644
--- a/rel-eng/packages/rhn-client-tools
+++ b/rel-eng/packages/rhn-client-tools
@@ -1 +1 @@
-1.6.46-1 client/rhel/rhn-client-tools/
+1.7.1-1 client/rhel/rhn-client-tools/
commit 60b361bba52f028941c657eb4bef7fd41cb35a0c
Author: Aron Parsons <parsonsa(a)bit-sys.com>
Date: Fri Dec 30 10:07:56 2011 -0500
continue to search for the hostname if IPv6 is disabled
diff --git a/client/rhel/rhn-client-tools/src/up2date_client/hardware.py b/client/rhel/rhn-client-tools/src/up2date_client/hardware.py
index dfdace6..42f5e06 100644
--- a/client/rhel/rhn-client-tools/src/up2date_client/hardware.py
+++ b/client/rhel/rhn-client-tools/src/up2date_client/hardware.py
@@ -418,7 +418,10 @@ def findHostByRoute():
port = st[servertype]
for family in (AF_INET6, AF_INET):
- s = socket.socket(family)
+ try:
+ s = socket.socket(family)
+ except socket.error:
+ continue
if cfg['enableProxy']:
server_port = config.getProxySetting()
11 years, 5 months
Changes to 'refs/tags/spacewalk-backend-1.7.1-1'
by Jan Pazdziora
Tag 'spacewalk-backend-1.7.1-1' created by Jan Pazdziora <jpazdziora(a)redhat.com> at 2011-12-22 14:20 +0000
Tagging package [spacewalk-backend] version [1.7.1-1] in directory [backend/].
Changes since spacewalk-web-1.7.1-1:
Jan Pazdziora (4):
Better explanation of slot changes.
Also show what the certificate slot is called in the WebUI.
Check for channel family entitlement counts.
Automatic commit of package [spacewalk-backend] release [1.7.1-1].
Milan Zazrivec (2):
use 1.7 koji tags
update for sw 1.7
---
backend/satellite_tools/satCerts.py | 209 +++++++++++++++++++++++++++++++-
backend/spacewalk-backend.spec | 7 -
rel-eng/build-missing-builds-in-koji.sh | 2
rel-eng/packages/spacewalk-backend | 2
rel-eng/releasers.conf | 2
rel-eng/tito.props | 14 --
6 files changed, 222 insertions(+), 14 deletions(-)
---
11 years, 5 months
backend/spacewalk-backend.spec rel-eng/packages
by Jan Pazdziora
backend/spacewalk-backend.spec | 7 ++++++-
rel-eng/packages/spacewalk-backend | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit bc3b47e1b3ca0797b2c23f70b60c5d7b0b2c28ed
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu Dec 22 15:20:25 2011 +0100
Automatic commit of package [spacewalk-backend] release [1.7.1-1].
diff --git a/backend/spacewalk-backend.spec b/backend/spacewalk-backend.spec
index 04cdd1e..65d777c 100644
--- a/backend/spacewalk-backend.spec
+++ b/backend/spacewalk-backend.spec
@@ -12,7 +12,7 @@ Name: spacewalk-backend
Summary: Common programs needed to be installed on the Spacewalk servers/proxies
Group: Applications/Internet
License: GPLv2 and Python
-Version: 1.7.0
+Version: 1.7.1
Release: 1%{?dist}
URL: https://fedorahosted.org/spacewalk
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -675,6 +675,11 @@ rm -f %{rhnconf}/rhnSecret.py*
# $Id$
%changelog
+* Thu Dec 22 2011 Jan Pazdziora 1.7.1-1
+- Check for channel family entitlement counts.
+- Also show what the certificate slot is called in the WebUI.
+- Better explanation of slot changes.
+
* Wed Dec 21 2011 Milan Zazrivec <mzazrivec(a)redhat.com> 1.6.66-1
- update copyright info
diff --git a/rel-eng/packages/spacewalk-backend b/rel-eng/packages/spacewalk-backend
index cb2fcf5..420f977 100644
--- a/rel-eng/packages/spacewalk-backend
+++ b/rel-eng/packages/spacewalk-backend
@@ -1 +1 @@
-1.6.66-1 backend/
+1.7.1-1 backend/
11 years, 5 months
3 commits - backend/satellite_tools
by Jan Pazdziora
backend/satellite_tools/satCerts.py | 209 +++++++++++++++++++++++++++++++++++-
1 file changed, 208 insertions(+), 1 deletion(-)
New commits:
commit 04fe23a6d3525c7de1651bde6e7ab69ebff5479a
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Tue Dec 20 13:42:09 2011 +0100
Check for channel family entitlement counts.
This should provide nicer messages for errors
common.rhnException.rhnFault: (23, 'ORA-20294: (not_enough_flex_entitlements_in_base_org) - You do not have enough entitlements in the base org.: org_id [1] family [rhel-server-6] max [10]', 'Could not update database entry.')
common.rhnException.rhnFault: (23, 'ORA-20290: (not_enough_entitlements_in_base_org) - You do not have enough entitlements in the base org.: org_id [1] family [rhel-server-6] max [-3]', 'Could not update database entry.')
diff --git a/backend/satellite_tools/satCerts.py b/backend/satellite_tools/satCerts.py
index 5eb954e..f3a4890 100644
--- a/backend/satellite_tools/satCerts.py
+++ b/backend/satellite_tools/satCerts.py
@@ -134,6 +134,40 @@ select case when rhnServerGroup.org_id = :base_org_id then 'base' else 'other' e
group by org, slot_name
""")
+_query_get_family_counts = rhnSQL.Statement("""
+select org, label,
+ sum(current_members) as current_members,
+ sum(max_members) as max_members,
+ sum(fve_current_members) as fve_current_members,
+ sum(fve_max_members) as fve_max_members,
+ sum(physical_count) as physical_count,
+ sum(virtual_count) as virtual_count
+from (
+ select case when CFO.org_id = :base_org_id then 'base' else 'other' end as org,
+ CFO.label,
+ CFO.current_members, coalesce(CFO.max_members, 0) as max_members,
+ CFO.fve_current_members, coalesce(CFO.fve_max_members, 0) as fve_max_members,
+ (select count(CFS.server_id)
+ from rhnChannelFamilyServers CFS
+ where CFS.customer_id = CFO.org_id
+ and CFS.channel_family_id = CFO.id
+ and CFS.server_id not in
+ (select virtual_system_id from rhnVirtualInstance)) as physical_count,
+ (select count(CFS.server_id)
+ from rhnChannelFamilyServers CFS
+ where CFS.customer_id = CFO.org_id
+ and CFS.channel_family_id = CFO.id
+ and CFS.server_id in
+ (select virtual_system_id from rhnVirtualInstance)
+ and CFS.server_id not in
+ (select SV.server_id from rhnChannelFamilyServerVirtual SV
+ where SV.CHANNEL_FAMILY_ID = CFO.id)) as virtual_count
+ from rhnChannelFamilyOverview CFO
+) X
+group by org, label
+""")
+
+
def set_slots_from_cert(cert):
""" populates database with entitlements from an RHN certificate
"cert" is a satellite_cert.SatelliteCert() object
@@ -198,6 +232,105 @@ def set_slots_from_cert(cert):
entitlement_name = entitlement_name.replace('RHN ', '')
sys.stderr.write(" In the WebUI, the entitlement is named %s.\n" % entitlement_name)
+ h = rhnSQL.prepare(_query_get_family_counts)
+ h.execute(base_org_id = org_id)
+ rows = h.fetchall_dict()
+
+ families = {}
+ for entry in rows:
+ if not families.has_key(entry['label']):
+ families[entry['label']] = { 'base' : ( 0, 0, 0, 0, 0, 0 ), 'other' : ( 0, 0, 0, 0, 0, 0 ) }
+
+ families[entry['label']][entry['org']] = [ entry[i] for i in ( 'current_members',
+ 'max_members',
+ 'fve_current_members',
+ 'fve_max_members',
+ 'physical_count',
+ 'virtual_count'
+ )]
+
+ print families['rhel-server-6']
+ print families['private-channel-family-1']
+
+ for cf in cert.channel_families:
+ if not families.has_key(cf.name):
+ continue
+ flex = cf.flex
+ if not flex:
+ flex = 0
+ flex = int(flex)
+
+ quantity = cf.quantity
+ if not quantity:
+ quantity = 0
+ quantity = int(quantity)
+
+ # print cf.name, quantity, flex
+ if cf.name == 'rhel-server-6':
+ print cf.name, quantity, flex
+
+ existing_base = families[cf.name]['base'][4] + families[cf.name]['base'][5]
+ allocated_other = families[cf.name]['other'][1] + families[cf.name]['other'][3]
+
+ if quantity < existing_base + allocated_other:
+ has_error = True
+ sys.stderr.write("Certificate specifies %s of %s channel family entitlements" % ( quantity, cf.name ))
+ if flex:
+ sys.stderr.write(",\n of which %s are flex entitlements.\n" % flex)
+ else:
+ sys.stderr.write(".\n")
+ sys.stderr.write(" There are")
+ if existing_base:
+ sys.stderr.write(" %s systems in the base organization" % existing_base)
+ if not families[cf.name]['base'][4]:
+ sys.stderr.write(", all virtual (flex-capable)")
+ elif families[cf.name]['base'][5]:
+ sys.stderr.write("\n of which %s are virtual (flex-capable)" % families[cf.name]['base'][5])
+
+ if allocated_other:
+ sys.stderr.write(",\n plus")
+ else:
+ sys.stderr.write(".\n")
+
+ if allocated_other:
+ sys.stderr.write(" %s entitlements allocated to non-base org(s) (%s used).\n" % (allocated_other, families[cf.name]['other'][0] + families[cf.name]['other'][2]))
+
+ sys.stderr.write(" You might need to ")
+ if existing_base:
+ sys.stderr.write("unentitle some systems in the base organization")
+ if existing_base and allocated_other:
+ sys.stderr.write(",\n or ")
+ if allocated_other:
+ sys.stderr.write("deallocate some entitlements from non-base organization(s)")
+ sys.stderr.write(".\n")
+ sys.stderr.write(" You need to free %s entitlements to match the new certificate.\n" % (existing_base + allocated_other - quantity))
+
+ elif quantity - flex < families[cf.name]['base'][4] + families[cf.name]['other'][1]:
+ has_error = True
+ sys.stderr.write("Certificate specifies %s of %s non-flex entitlements.\n" % ( quantity - flex, cf.name ))
+
+ sys.stderr.write(" There are")
+ if families[cf.name]['base'][4]:
+ sys.stderr.write(" %s non-flex systems in the base organization" % families[cf.name]['base'][4])
+
+ if families[cf.name]['other'][1]:
+ sys.stderr.write(",\n plus")
+ else:
+ sys.stderr.write(".\n")
+
+ if families[cf.name]['other'][1]:
+ sys.stderr.write(" %s non-flex entitlements allocated to non-base org(s) (%s used).\n" % (families[cf.name]['other'][1], families[cf.name]['other'][0]))
+
+ sys.stderr.write(" You might need to ")
+ if families[cf.name]['base'][4]:
+ sys.stderr.write("unentitle some systems in the base organization")
+ if families[cf.name]['base'][4] and families[cf.name]['other'][1]:
+ sys.stderr.write(",\n or ")
+ if families[cf.name]['other'][1]:
+ sys.stderr.write("deallocate some entitlements from non-base organization(s)")
+ sys.stderr.write(".\n")
+ sys.stderr.write(" You need to free %s entitlements to match the new certificate.\n" % (families[cf.name]['base'][4] + families[cf.name]['other'][1] - (quantity - flex)))
+
if has_error:
sys.stderr.write("Activation failed, will now exit with no changes.\n")
sys.exit(1)
commit 570df4c30b5a57c0372038ec3df1e26069f31720
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu Dec 8 14:47:33 2011 +0100
Also show what the certificate slot is called in the WebUI.
diff --git a/backend/satellite_tools/satCerts.py b/backend/satellite_tools/satCerts.py
index e878d0e..5eb954e 100644
--- a/backend/satellite_tools/satCerts.py
+++ b/backend/satellite_tools/satCerts.py
@@ -142,6 +142,8 @@ def set_slots_from_cert(cert):
org_id = get_org_id()
counts = {}
+ slot_table = rhnSQL.Table("rhnServerGroupType", "label")
+
h = rhnSQL.prepare(_query_get_slots)
h.execute(base_org_id = org_id)
rows = h.fetchall_dict()
@@ -189,6 +191,12 @@ def set_slots_from_cert(cert):
sys.stderr.write("deallocate some entitlements from non-base organization(s)")
sys.stderr.write(".\n")
sys.stderr.write(" You need to free %s entitlements to match the new certificate.\n" % (allocated - quantity))
+ if slot_table.has_key(db_label):
+ entitlement_name = slot_table[db_label]['name']
+ entitlement_name = entitlement_name.replace(' Entitled Servers', '')
+ entitlement_name = entitlement_name.replace('Spacewalk ', '')
+ entitlement_name = entitlement_name.replace('RHN ', '')
+ sys.stderr.write(" In the WebUI, the entitlement is named %s.\n" % entitlement_name)
if has_error:
sys.stderr.write("Activation failed, will now exit with no changes.\n")
@@ -199,7 +207,6 @@ def set_slots_from_cert(cert):
activate_system_entitlement = rhnSQL.Procedure(
"rhn_entitlements.activate_system_entitlement")
org_service_proc = rhnSQL.Procedure("rhn_entitlements.modify_org_service")
- slot_table = rhnSQL.Table("rhnServerGroupType", "label")
# Fetch all available entitlements; the ones that are not present in the
# cert will have to be set to zero
h = rhnSQL.prepare(_query_get_allorg_slot_types)
commit db09035c9f6c9e13554a89395f76040d40577f5a
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Wed Dec 7 17:12:01 2011 +0100
Better explanation of slot changes.
diff --git a/backend/satellite_tools/satCerts.py b/backend/satellite_tools/satCerts.py
index 2203f16..e878d0e 100644
--- a/backend/satellite_tools/satCerts.py
+++ b/backend/satellite_tools/satCerts.py
@@ -121,6 +121,18 @@ _query_get_allorg_slot_types = rhnSQL.Statement("""
where sg.group_type = sgt.id
""")
+_query_get_slots = rhnSQL.Statement("""
+select org, slot_name, sum(max_members) as max_members, sum(current_members) as current_members
+from (
+select case when rhnServerGroup.org_id = :base_org_id then 'base' else 'other' end as org,
+ rhnServerGroupType.label as slot_name,
+ rhnServerGroup.max_members,
+ rhnServerGroup.current_members
+ from rhnServerGroup, rhnServerGroupType
+ where rhnServerGroup.group_type = rhnServerGroupType.id
+) X
+group by org, slot_name
+""")
def set_slots_from_cert(cert):
""" populates database with entitlements from an RHN certificate
@@ -129,6 +141,61 @@ def set_slots_from_cert(cert):
"""
org_id = get_org_id()
+ counts = {}
+ h = rhnSQL.prepare(_query_get_slots)
+ h.execute(base_org_id = org_id)
+ rows = h.fetchall_dict()
+
+ for entry in rows:
+ if not counts.has_key(entry['slot_name']):
+ counts[entry['slot_name']] = { 'base' : ( 0, 0 ), 'other' : ( 0, 0 ) }
+
+ counts[entry['slot_name']][entry['org']] = ( entry['max_members'], entry['current_members'] )
+
+ has_error = False
+ for slot_type in cert.get_slot_types():
+ slots = cert.get_slots(slot_type)
+ db_label = slots.get_db_label()
+ quantity = slots.get_quantity()
+ # Do not pass along a NULL quantity - NULL for
+ # rhnServerGroup.max_members means 'no maximum' BZ #160046
+ if not quantity:
+ quantity = 0
+ else:
+ quantity = int(quantity)
+
+ if not counts.has_key(db_label):
+ continue
+
+ allocated = counts[db_label]['base'][1] + counts[db_label]['other'][0]
+ if allocated > quantity:
+ has_error = True
+ sys.stderr.write("Certificate specifies %s of %s entitlements.\n" % ( quantity, db_label ))
+ sys.stderr.write(" There are ")
+ if counts[db_label]['base'][1]:
+ sys.stderr.write("%s entitlements used by systems in the base (id %s) organization" % ( counts[db_label]['base'][1], org_id ))
+ if counts[db_label]['base'][1] and counts[db_label]['other'][0]:
+ sys.stderr.write(",\n plus ")
+ if counts[db_label]['other'][0]:
+ sys.stderr.write("%s entitlements allocated to non-base org(s) (%s used)" % ( counts[db_label]['other'][0], counts[db_label]['other'][1] ))
+ sys.stderr.write(".\n")
+
+ sys.stderr.write(" You might need to ")
+ if counts[db_label]['base'][1]:
+ sys.stderr.write("unentitle some systems in the base organization")
+ if counts[db_label]['base'][1] and counts[db_label]['other'][0]:
+ sys.stderr.write(",\n or ")
+ if counts[db_label]['other'][0]:
+ sys.stderr.write("deallocate some entitlements from non-base organization(s)")
+ sys.stderr.write(".\n")
+ sys.stderr.write(" You need to free %s entitlements to match the new certificate.\n" % (allocated - quantity))
+
+ if has_error:
+ sys.stderr.write("Activation failed, will now exit with no changes.\n")
+ sys.exit(1)
+
+
+
activate_system_entitlement = rhnSQL.Procedure(
"rhn_entitlements.activate_system_entitlement")
org_service_proc = rhnSQL.Procedure("rhn_entitlements.modify_org_service")
11 years, 5 months
rel-eng/releasers.conf
by Milan Zazrivec
rel-eng/releasers.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b1e1ec04f6aae672bb98500692ed069e413dd46
Author: Milan Zazrivec <mzazrivec(a)redhat.com>
Date: Thu Dec 22 13:19:13 2011 +0100
update for sw 1.7
diff --git a/rel-eng/releasers.conf b/rel-eng/releasers.conf
index a7f1601..61218cf 100644
--- a/rel-eng/releasers.conf
+++ b/rel-eng/releasers.conf
@@ -1,4 +1,4 @@
[koji]
releaser = tito.release.KojiGitReleaser
-autobuild_tags = dist-5E-sw-1.6-candidate dist-6E-sw-1.6-candidate dist-f14-sw-1.6-candidate dist-f15-sw-1.6-candidate dist-f16-sw-1.6-candidate
+autobuild_tags = dist-5E-sw-1.7-candidate dist-6E-sw-1.7-candidate dist-f15-sw-1.7-candidate dist-f16-sw-1.7-candidate
git_url = git://git.fedorahosted.org/git/spacewalk.git
11 years, 5 months
rel-eng/build-missing-builds-in-koji.sh rel-eng/tito.props
by Milan Zazrivec
rel-eng/build-missing-builds-in-koji.sh | 2 +-
rel-eng/tito.props | 14 +++++---------
2 files changed, 6 insertions(+), 10 deletions(-)
New commits:
commit 3754e9bc8ed4437f71b0c13c48fadca8b1dd6420
Author: Milan Zazrivec <mzazrivec(a)redhat.com>
Date: Thu Dec 22 13:11:14 2011 +0100
use 1.7 koji tags
diff --git a/rel-eng/build-missing-builds-in-koji.sh b/rel-eng/build-missing-builds-in-koji.sh
index 5a1543e..d3b5993 100755
--- a/rel-eng/build-missing-builds-in-koji.sh
+++ b/rel-eng/build-missing-builds-in-koji.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-TAGS="dist-5E-sw-1.6-candidate dist-6E-sw-1.6-candidate dist-f14-sw-1.6-candidate dist-f15-sw-1.6-candidate dist-f16-sw-1.6-candidate"
+TAGS="dist-5E-sw-1.7-candidate dist-6E-sw-1.7-candidate dist-f15-sw-1.7-candidate dist-f16-sw-1.7-candidate"
FEDORA_UPLOAD=1
pushd . >/dev/null
diff --git a/rel-eng/tito.props b/rel-eng/tito.props
index f07ba83..dc5ff85 100644
--- a/rel-eng/tito.props
+++ b/rel-eng/tito.props
@@ -6,24 +6,20 @@ changelog_do_not_remove_cherrypick = 0
lib_dir = rel-eng/lib
[koji]
-autobuild_tags = dist-5E-sw-1.6-candidate dist-6E-sw-1.6-candidate dist-f14-sw-1.6-candidate dist-f15-sw-1.6-candidate dist-f16-sw-1.6-candidate
+autobuild_tags = dist-5E-sw-1.7-candidate dist-6E-sw-1.7-candidate dist-f15-sw-1.7-candidate dist-f16-sw-1.7-candidate
-[dist-5E-sw-1.6-candidate]
+[dist-5E-sw-1.7-candidate]
disttag = .el5
blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool spacewalk-jpp-workaround apt-spacewalk python-hwdata spacewalk-oro-compat
-[dist-6E-sw-1.6-candidate]
+[dist-6E-sw-1.7-candidate]
disttag = .el6
blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm heirloom-pkgtools jabberd-selinux apt-spacewalk python-hwdata spacewalk-oro-compat
-[dist-f14-sw-1.6-candidate]
-disttag = .fc14
-blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool spacewalk-jpp-workaround apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux spacewalk-oro-compat
-
-[dist-f15-sw-1.6-candidate]
+[dist-f15-sw-1.7-candidate]
disttag = .fc15
blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux spacewalk-oro-compat
-[dist-f16-sw-1.6-candidate]
+[dist-f16-sw-1.7-candidate]
disttag = .fc16
blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux
11 years, 5 months
Changes to 'refs/tags/spacewalk-web-1.7.1-1'
by Milan Zazrivec
Tag 'spacewalk-web-1.7.1-1' created by Milan Zazrivec <mzazrivec(a)redhat.com> at 2011-12-22 10:40 +0000
Tagging package [spacewalk-web] version [1.7.1-1] in directory [web/].
Changes since spacewalk-repo-1.7-1:
Milan Zazrivec (2):
web.version: 1.7 nightly
Automatic commit of package [spacewalk-web] release [1.7.1-1].
---
rel-eng/packages/spacewalk-web | 2 +-
web/conf/rhn_web.conf | 2 +-
web/spacewalk-web.spec | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
11 years, 5 months
Changes to 'refs/tags/spacewalk-web-1.6.37-1'
by Milan Zazrivec
Tag 'spacewalk-web-1.6.37-1' created by Milan Zazrivec <mzazrivec(a)redhat.com> at 2011-12-22 10:21 +0000
Tagging package [spacewalk-web] version [1.6.37-1] in directory [web/].
Changes since spacewalk-schema-1.6.42-1:
Milan Zazrivec (2):
update web version to 1.6
Automatic commit of package [spacewalk-web] release [1.6.37-1].
---
rel-eng/packages/spacewalk-web | 2 +-
web/conf/rhn_web.conf | 2 +-
web/spacewalk-web.spec | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
11 years, 5 months
Changes to 'refs/tags/spacewalk-repo-1.7-1'
by Milan Zazrivec
Tag 'spacewalk-repo-1.7-1' created by Milan Zazrivec <mzazrivec(a)redhat.com> at 2011-12-22 10:37 +0000
Tagging package [spacewalk-repo] version [1.7-1] in directory [spec-tree/spacewalk-repo/].
Changes since spacewalk-schema-1.6.42-1:
Milan Zazrivec (2):
Bumping package versions for 1.7.
Automatic commit of package [spacewalk-repo] minor release [1.7-1].
---
backend/spacewalk-backend.spec | 2 +-
branding/spacewalk-branding.spec | 2 +-
client/rhel/rhn-client-tools/rhn-client-tools.spec | 2 +-
client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec | 2 +-
client/tools/spacewalk-koan/spacewalk-koan.spec | 2 +-
client/tools/spacewalk-remote-utils/spacewalk-remote-utils.spec | 2 +-
java/spacewalk-java.spec | 2 +-
monitoring/PerlModules/NP/PersistentConnection/perl-NOCpulse-PersistentConnection.spec | 2 +-
monitoring/PerlModules/NP/ProcessPool/perl-NOCpulse-ProcessPool.spec | 2 +-
monitoring/PerlModules/NP/SetID/perl-NOCpulse-SetID.spec | 2 +-
monitoring/SatConfig/spread/SatConfig-spread.spec | 2 +-
monitoring/SputLite/SputLite.spec | 2 +-
monitoring/spacewalk-monitoring/spacewalk-monitoring.spec | 2 +-
monitoring/spacewalk-proxy-monitoring/spacewalk-proxy-monitoring.spec | 2 +-
projects/python-gzipstream/python-gzipstream.spec | 2 +-
projects/python-hwdata/python-hwdata.spec | 2 +-
proxy/installer/spacewalk-proxy-installer.spec | 2 +-
proxy/proxy-docs/spacewalk-proxy-docs.spec | 2 +-
proxy/proxy-html/spacewalk-proxy-html.spec | 2 +-
proxy/proxy/spacewalk-proxy.spec | 2 +-
rel-eng/packages/spacewalk-repo | 2 +-
reporting/spacewalk-reports.spec | 2 +-
schema/spacewalk/spacewalk-schema.spec | 2 +-
search-server/spacewalk-doc-indexes/spacewalk-doc-indexes.spec | 2 +-
search-server/spacewalk-search/spacewalk-search.spec | 2 +-
selinux/jabberd-selinux/jabberd-selinux.spec | 2 +-
selinux/spacewalk-monitoring-selinux/spacewalk-monitoring-selinux.spec | 2 +-
selinux/spacewalk-proxy-selinux/spacewalk-proxy-selinux.spec | 2 +-
selinux/spacewalk-selinux/spacewalk-selinux.spec | 2 +-
spacecmd/spacecmd.spec | 2 +-
spacewalk/admin/spacewalk-admin.spec | 2 +-
spacewalk/certs-tools/spacewalk-certs-tools.spec | 2 +-
spacewalk/config/spacewalk-config.spec | 2 +-
spacewalk/package/spacewalk.spec | 2 +-
spacewalk/setup/spacewalk-setup.spec | 2 +-
spacewalk/spacewalk-setup-jabberd/spacewalk-setup-jabberd.spec | 2 +-
spec-tree/spacewalk-repo/spacewalk-repo.spec | 5 ++++-
utils/spacewalk-utils.spec | 2 +-
web/spacewalk-web.spec | 2 +-
39 files changed, 42 insertions(+), 39 deletions(-)
---
11 years, 5 months