2 commits - java/spacewalk-java.spec rel-eng/packages

Tomas Lestach tlestach at fedoraproject.org
Tue Jun 5 15:53:37 UTC 2012


 java/spacewalk-java.spec        |   28 +++++++++++++++++++++++++---
 rel-eng/packages/spacewalk-java |    2 +-
 2 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit 4d832a859f0b4443fe6e3874159a49519579c735
Author: Tomas Lestach <tlestach at redhat.com>
Date:   Tue Jun 5 17:53:29 2012 +0200

    Automatic commit of package [spacewalk-java] release [1.8.82-1].

diff --git a/java/spacewalk-java.spec b/java/spacewalk-java.spec
index b744ab1..fdba3f1 100644
--- a/java/spacewalk-java.spec
+++ b/java/spacewalk-java.spec
@@ -23,7 +23,7 @@ Name: spacewalk-java
 Summary: Spacewalk Java site packages
 Group: Applications/Internet
 License: GPLv2
-Version: 1.8.81
+Version: 1.8.82
 Release: 1%{?dist}
 URL:       https://fedorahosted.org/spacewalk
 Source0:   https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz 
@@ -615,6 +615,25 @@ fi
 %{jardir}/postgresql-jdbc.jar
 
 %changelog
+* Tue Jun 05 2012 Tomas Lestach <tlestach at redhat.com> 1.8.82-1
+- use apache-commons-io on Fedoras instead of jakarta-commons-io
+- Refactor "pageList" to RequestContext.PAGE_LIST
+- Refactor struts "default" forward also in /tests.
+- Refactor "default" to RhnHelper.DEFAULT_FORWARD
+- Remove unneeded variable
+- Do not set nonexisting localization.
+- Localized defaults should be localized.
+- Handle nonexistent testresult.
+- Show also scan's scheduler on details page.
+- Show also scan's arguments on details page.
+- 811470 - proper use of xml entities in apidoc
+- 811470 - fix apidoc for system.listLatestAvailablePackage()
+- 811470 - fix apidoc for kickstart.profile.system.checkRemoteCommands()
+- 811470 - fix apidoc of kickstart.profile.system.checkConfigManagement()
+- 811470 - fix apidoc for kickstart.profile.getKickstartTree()
+- 811470 - fix apidoc for kickstart.profile.comparePackages()
+- 811470 - fix apidoc for distchannel.listDefaultMaps()
+
 * Mon Jun 04 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.81-1
 - Add support for studio image deployments (web UI) (jrenner at suse.de)
 - 811470 - fix apidoc for channel.access.setOrgSharing() (mzazrivec at redhat.com)
diff --git a/rel-eng/packages/spacewalk-java b/rel-eng/packages/spacewalk-java
index efab547..cb59d2b 100644
--- a/rel-eng/packages/spacewalk-java
+++ b/rel-eng/packages/spacewalk-java
@@ -1 +1 @@
-1.8.81-1 java/
+1.8.82-1 java/


commit 8f2e4eea7ff3837612b43b819c154d6d1d956742
Author: Tomas Lestach <tlestach at redhat.com>
Date:   Tue Jun 5 17:10:34 2012 +0200

    use apache-commons-io on Fedoras instead of jakarta-commons-io

diff --git a/java/spacewalk-java.spec b/java/spacewalk-java.spec
index 2460587..b744ab1 100644
--- a/java/spacewalk-java.spec
+++ b/java/spacewalk-java.spec
@@ -56,7 +56,6 @@ Requires: jakarta-commons-discovery
 Requires: jakarta-commons-cli
 Requires: jakarta-commons-el
 Requires: jakarta-commons-fileupload
-Requires: jakarta-commons-io
 Requires: jakarta-taglibs-standard
 Requires: jcommon
 Requires: jdom
@@ -93,8 +92,10 @@ Requires: jpackage-utils >= 0:1.5
 Requires: cobbler >= 2.0.0
 Requires: dojo
 %if 0%{?fedora}
+Requires: apache-commons-io
 Requires: apache-commons-logging
 %else
+Requires: jakarta-commons-io
 Requires: jakarta-commons-logging
 %endif
 BuildRequires: ant
@@ -128,7 +129,6 @@ BuildRequires: jakarta-commons-collections
 BuildRequires: jakarta-commons-discovery
 BuildRequires: jakarta-commons-el
 BuildRequires: jakarta-commons-fileupload
-BuildRequires: jakarta-commons-io
 BuildRequires: jakarta-commons-validator
 BuildRequires: jakarta-taglibs-standard
 BuildRequires: jcommon
@@ -158,6 +158,9 @@ BuildRequires: postgresql-jdbc
 %if 0%{?fedora}
 # spelling checker is only for Fedoras (no aspell in RHEL6)
 BuildRequires: aspell aspell-en libxslt
+BuildRequires: apache-commons-io
+%else
+BuildRequires: jakarta-commons-io
 %endif
 Obsoletes: rhn-java < 5.3.0
 Obsoletes: rhn-java-sat < 5.3.0




More information about the spacewalk-commits mailing list