[spacewalk-web] Rebase to spacewalk-web-1.7.28-1.fc16 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Wed Mar 7 12:17:35 UTC 2012


commit d52d7674dd642b0a56d155ad4cdb18a1aa4bcf68
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Mar 7 13:17:28 2012 +0100

    Rebase to spacewalk-web-1.7.28-1.fc16 in rawhide.

 .gitignore         |    1 +
 sources            |    2 +-
 spacewalk-web.spec |  147 +++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 142 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab60e24..f46c817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /spacewalk-web-1.6.18.tar.gz
 /spacewalk-web-1.6.37.tar.gz
+/spacewalk-web-1.7.28.tar.gz
diff --git a/sources b/sources
index f28b12a..6460443 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5bd0f538e994fbb7e4605ffa7391599  spacewalk-web-1.6.37.tar.gz
+8e262f9b3fa5d59c3c1e7738fab1b207  spacewalk-web-1.7.28.tar.gz
diff --git a/spacewalk-web.spec b/spacewalk-web.spec
index 787ea54..37676a3 100644
--- a/spacewalk-web.spec
+++ b/spacewalk-web.spec
@@ -2,8 +2,8 @@ Name: spacewalk-web
 Summary: Spacewalk Web site - Perl modules
 Group: Applications/Internet
 License: GPLv2
-Version: 1.6.37
-Release: 2%{?dist}
+Version: 1.7.28
+Release: 1%{?dist}
 URL:          https://fedorahosted.org/spacewalk/
 Source0:      https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -159,7 +159,6 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/RHN/ConfigRevision.pm
 %{perl_vendorlib}/RHN/ContactGroup.pm
 %{perl_vendorlib}/RHN/ContactMethod.pm
-%{perl_vendorlib}/RHN/CryptoKey.pm
 %{perl_vendorlib}/RHN/CustomInfoKey.pm
 %{perl_vendorlib}/RHN/DB/
 %{perl_vendorlib}/RHN/DataSource.pm
@@ -222,6 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/RHN/SessionSwap.pm
 %{perl_vendorlib}/RHN/Exception.pm
 %{perl_vendorlib}/RHN/DB.pm
+%{perl_vendorlib}/RHN/DBI.pm
 %{perl_vendorlib}/PXT/Config.pm
 %attr(640,root,apache) %{_prefix}/share/rhn/config-defaults/rhn_web.conf
 %doc LICENSE
@@ -254,11 +254,144 @@ rm -rf $RPM_BUILD_ROOT
 
 # $Id$
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.37-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Mar 02 2012 Jan Pazdziora 1.7.28-1
+- Going for release 1.7, removing the nightly part.
 
-* Thu Dec 22 2011 Milan Zazrivec <mzazrivec at redhat.com> 1.6.37-1
-- update web version to 1.6
+* Fri Mar 02 2012 Jan Pazdziora 1.7.27-1
+- Update the copyright year info.
+
+* Thu Mar 01 2012 Miroslav Suchý 1.7.26-1
+- call plsql function or procedure correctly
+
+* Mon Feb 27 2012 Jan Pazdziora 1.7.25-1
+- call composite type correctly on Pg (msuchy at redhat.com)
+- call procedure compatible way (Pg) (msuchy at redhat.com)
+
+* Wed Feb 22 2012 Miroslav Suchý 1.7.24-1
+- automatically focus search form (msuchy at redhat.com)
+
+* Mon Feb 20 2012 Jan Pazdziora 1.7.23-1
+- Removing rhnUser synonym and just using the base web_contact.
+- Methods users_in_org and users_in_org_overview do not seem to be used,
+  removing.
+- The valid_cert_countries in RHN::DB::SatInstall is not used, spacewalk-setup
+  has its own version.
+
+* Mon Feb 20 2012 Miroslav Suchý 1.7.22-1
+- call procedure compatible way (Pg) (msuchy at redhat.com)
+- check if error is RHN::Exception (msuchy at redhat.com)
+
+* Mon Feb 20 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.21-1
+- fixed list of patches in solaris package
+
+* Thu Feb 16 2012 Jan Pazdziora 1.7.20-1
+- The iso_path parameter is not used anywere, removing the verify_file_access
+  cleanser.
+
+* Thu Feb 16 2012 Jan Pazdziora 1.7.19-1
+- With update_errata_cache removed, update_cache_for_server is not called
+  either, removing.
+- With log_user_in removed, removing mark_log_in as well.
+- With log_user_in removed, removing clear_selections as well.
+- With validate_password_pam gone, Authen::PAM and pam_conversation_func are no
+  longer called.
+- With check_login gone, validate_password (and validate_password_pam) are not
+  longer used.
+- With validate_cert gone and no longer calling str2time, use Date::Parse is
+  not needed.
+- Method has_incomplete_info no longer used, removing.
+- With rhn_login_cb gone, update_errata_cache is not longer used.
+- With rhn_login_cb gone, log_user_in is not longer used.
+- The check_login no longer invoked, removing.
+- With the if test for validate_cert gone, /errors/cert-expired.pxt is no
+  longer used.
+- The validate_cert is no longer called, removing.
+- The clear_user method no longer invoked, removing.
+- We no longer check cookie_test.
+- With rhn_login_cb gone, /errors/cookies.pxt is no longer used, removing.
+- The rhn:login_cb and rhn_login_cb are no longer used, removing.
+- The [login_form_hidden] is not longer used, removing.
+- login_form.pxi no longer used, removing.
+- In the /errors/permission.pxt, redirect to the main page to log in again.
+- The $package_name_ids parameter never passed.
+
+* Wed Feb 15 2012 Jan Pazdziora 1.7.18-1
+- The note_count value is nowhere used in the application code, removing from
+  selects.
+
+* Mon Feb 13 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.17-1
+- PostgreSQL: Fix adding systems to a system group
+
+* Tue Feb 07 2012 Jan Pazdziora 1.7.16-1
+- Updating the oversight in license texts.
+
+* Tue Feb 07 2012 Jan Pazdziora 1.7.15-1
+- remove unused code (mzazrivec at redhat.com)
+- pgsql: fix notification method deletion (mzazrivec at redhat.com)
+- pgsql: fix notification method creation (mzazrivec at redhat.com)
+
+* Wed Feb 01 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.14-1
+- fixing string quoting
+
+* Tue Jan 31 2012 Miroslav Suchý 1.7.13-1
+- port usage of sequences to PostgreSQL
+
+* Tue Jan 31 2012 Jan Pazdziora 1.7.12-1
+- code cleanup: users are not created in web any more (msuchy at redhat.com)
+- The RHN::DB::connect does not accept any arguments anymore.
+- Factor the connection parameters config read to RHN::DBI, start to use it in
+  RHN::DB, also support just one database connection.
+- Removing code which is long commented out.
+- Removing the web.debug_disable_database option -- it is not supported beyond
+  RHN::DB anyway.
+
+* Mon Jan 30 2012 Jan Pazdziora 1.7.11-1
+- One sequence_nextval fix.
+- Refactored the evr_t(null, ...) and null and max.
+- The $rhn_class is always empty, removing.
+
+* Mon Jan 30 2012 Miroslav Suchý 1.7.10-1
+- In Spacewalk do not test presence of rhn-proxy family, if we want to display
+  list of Proxies
+- The target_systems.pxt was migrated to Java years ago.
+
+* Thu Jan 26 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.9-1
+- delete server sets at once
+
+* Wed Jan 25 2012 Jan Pazdziora 1.7.8-1
+- For DBD::Pg, just use its builtin ping, instead of doing SELECT.
+- Make it easier to subclass RHN::DB, use the $class which was passed in.
+
+* Mon Jan 23 2012 Jan Pazdziora 1.7.7-1
+- 783223 - fixing sysdate issue in rhn-enable-monitoring.pl.
+- Show Proxy tabs on Spacewalk (msuchy at redhat.com)
+
+* Fri Jan 13 2012 Tomas Lestach <tlestach at redhat.com> 1.7.6-1
+- 773605 - bring back deleted system_list from the other side of Styx river
+  (tlestach at redhat.com)
+- 515653 - unify channel architecture label (mzazrivec at redhat.com)
+
+* Wed Jan 04 2012 Tomas Lestach <tlestach at redhat.com> 1.7.5-1
+- 771634 - remove semi-colon at the end of queries (tlestach at redhat.com)
+
+* Tue Jan 03 2012 Jan Pazdziora 1.7.4-1
+- The RHN::Form::Widget::Multiple, RHN::Form::Widget::Password, and
+  RHN::Form::Widget::Spacer seem not used, removing.
+- After removal of RHN::CryptoKey, RHN::DB::CryptoKey is no longer used,
+  removing.
+- After removal of RHN::AppInstall::Parser, RHN::Form::Parser is no longer
+  used, removing.
+- After removal of RHN::ProxyInstall, RHN::CryptoKey is no longer used,
+  removing.
+
+* Mon Jan 02 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.3-1
+- fixed merging channels
+
+* Mon Jan 02 2012 Tomas Lestach <tlestach at redhat.com> 1.7.2-1
+- 771214 - add missing widget require (tlestach at redhat.com)
+
+* Thu Dec 22 2011 Milan Zazrivec <mzazrivec at redhat.com> 1.7.1-1
+- web.version: 1.7 nightly
 
 * Wed Dec 21 2011 Milan Zazrivec <mzazrivec at redhat.com> 1.6.36-1
 - update copyright info


More information about the scm-commits mailing list