3 commits - client/rhel client/solaris rel-eng/packages

Jan Pazdziora adelton at fedoraproject.org
Thu Jun 21 06:39:20 UTC 2012


 client/rhel/rhnlib/rhnlib.spec                 |    6 +++++-
 client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec |    6 +++++-
 client/solaris/rhnclient/rhnclient.spec        |    6 +++++-
 client/solaris/rhnclient/setup.py              |    2 +-
 rel-eng/packages/rhnclient                     |    2 +-
 rel-eng/packages/rhnlib                        |    2 +-
 rel-eng/packages/yum-rhn-plugin                |    2 +-
 7 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit ed77a5b332c17bc07b3f62a53a5bebfda2750289
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Thu Jun 21 08:39:00 2012 +0200

    Automatic commit of package [rhnclient] release [0.15-1].

diff --git a/client/solaris/rhnclient/rhnclient.spec b/client/solaris/rhnclient/rhnclient.spec
index c494236..f464e5f 100644
--- a/client/solaris/rhnclient/rhnclient.spec
+++ b/client/solaris/rhnclient/rhnclient.spec
@@ -5,7 +5,7 @@
 Summary: Red Hat Network Client Utilities and Libraries
 Name: rhnclient
 Source0: %{name}-%{version}.tar.gz
-Version: 0.14
+Version: 0.15
 Release: 1
 License: GPLv2
 Group: Development/Libraries
@@ -64,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 #%doc ChangeLog COPYING README TODO
 
 %changelog
+* Thu Jun 21 2012 Jan Pazdziora 0.15-1
+- allow linking against openssl
+- %%defattr is not needed since rpm 4.4
+
 * Tue Nov 01 2011 Michael Mraka <michael.mraka at redhat.com> 0.14-1
 - 744287 - fixed path so it isn't substituted in rpm2pkg
 
diff --git a/client/solaris/rhnclient/setup.py b/client/solaris/rhnclient/setup.py
index 44e392b..97e0563 100644
--- a/client/solaris/rhnclient/setup.py
+++ b/client/solaris/rhnclient/setup.py
@@ -6,7 +6,7 @@
 from distutils.core import setup
 
 setup(name = "rhnclient",
-      version = "0.14",
+      version = "0.15",
       description = "Red Hat Network Client Utilities and Libraries",
       long_description = """\
 Red Hat Network Client Utilities
diff --git a/rel-eng/packages/rhnclient b/rel-eng/packages/rhnclient
index 5047cdc..3245db7 100644
--- a/rel-eng/packages/rhnclient
+++ b/rel-eng/packages/rhnclient
@@ -1 +1 @@
-0.14-1 client/solaris/rhnclient/
+0.15-1 client/solaris/rhnclient/


commit 07f9e195be887f2ded5075b0f867f3d21f6fa8eb
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Thu Jun 21 08:38:44 2012 +0200

    Automatic commit of package [yum-rhn-plugin] release [1.8.2-1].

diff --git a/client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec b/client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec
index 07abc9b..8fa4101 100644
--- a/client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec
+++ b/client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec
@@ -1,6 +1,6 @@
 Summary: RHN support for yum
 Name: yum-rhn-plugin
-Version: 1.8.1
+Version: 1.8.2
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -70,6 +70,10 @@ fi
 %doc LICENSE
 
 %changelog
+* Thu Jun 21 2012 Jan Pazdziora 1.8.2-1
+- fix files headers. our code is under gplv2 license
+- %%defattr is not needed since rpm 4.4
+
 * Wed May 02 2012 Milan Zazrivec <mzazrivec at redhat.com> 1.8.1-1
 - 817567 - fix reports for auto-errata application already installed
 
diff --git a/rel-eng/packages/yum-rhn-plugin b/rel-eng/packages/yum-rhn-plugin
index fbefb30..902ead9 100644
--- a/rel-eng/packages/yum-rhn-plugin
+++ b/rel-eng/packages/yum-rhn-plugin
@@ -1 +1 @@
-1.8.1-1 client/rhel/yum-rhn-plugin/
+1.8.2-1 client/rhel/yum-rhn-plugin/


commit 9dffe1443de68a3d9ed61ca6173d9a56c8adc0cf
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Thu Jun 21 08:38:31 2012 +0200

    Automatic commit of package [rhnlib] release [2.5.53-1].

diff --git a/client/rhel/rhnlib/rhnlib.spec b/client/rhel/rhnlib/rhnlib.spec
index c9ee639..a621544 100644
--- a/client/rhel/rhnlib/rhnlib.spec
+++ b/client/rhel/rhnlib/rhnlib.spec
@@ -4,7 +4,7 @@ Summary: Python libraries for the RHN project
 Name: rhnlib
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 2.5.52
+Version: 2.5.53
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Thu Jun 21 2012 Jan Pazdziora 2.5.53-1
+- allow linking against openssl
+- %%defattr is not needed since rpm 4.4
+
 * Thu Mar 29 2012 Jan Pazdziora 2.5.52-1
 - 807679 - replace $Revision$ with rhnlib version-release.
 
diff --git a/rel-eng/packages/rhnlib b/rel-eng/packages/rhnlib
index a0b1e3d..74f4653 100644
--- a/rel-eng/packages/rhnlib
+++ b/rel-eng/packages/rhnlib
@@ -1 +1 @@
-2.5.52-1 client/rhel/rhnlib/
+2.5.53-1 client/rhel/rhnlib/




More information about the spacewalk-commits mailing list