Send CentOS-announce mailing list submissions to centos-announce@centos.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request@centos.org
You can reach the person managing the list at centos-announce-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. Announcing release of Ruby on Rails 4.2 on CentOS Linux 6 x86_64 SCL (Dominic Cleal) 2. Announcing release of Ruby on Rails 4.2 on CentOS Linux 7 x86_64 SCL (Dominic Cleal) 3. CEBA-2016:0469 CentOS 6 haproxy BugFix Update (Johnny Hughes) 4. CEBA-2016:0480 CentOS 6 grub BugFix Update (Johnny Hughes) 5. CEBA-2016:0468 CentOS 6 389-ds-base BugFix Update (Johnny Hughes) 6. CEBA-2016:0476 CentOS 6 glusterfs BugFix Update (Johnny Hughes) 7. CEBA-2016:0473 CentOS 6 kexec-tools BugFix Update (Johnny Hughes) 8. CEBA-2016:0472 CentOS 6 crash BugFix Update (Johnny Hughes) 9. CEEA-2016:0479 CentOS 6 sdhci Enhancement Update (Johnny Hughes) 10. CEBA-2016:0474 CentOS 6 sssd BugFix Update (Johnny Hughes) 11. CEBA-2016:0483 CentOS 6 libvirt BugFix Update (Johnny Hughes) 12. CEBA-2016:0481 CentOS 6 mysql BugFix Update (Johnny Hughes) 13. CEEA-2016:0470 CentOS 6 ca-certificates Enhancement Update (Johnny Hughes) 14. CEBA-2016:0484 CentOS 6 sg3_utils BugFix Update (Johnny Hughes) 15. CEBA-2016:0487 CentOS 6 vsftpd BugFix Update (Johnny Hughes) 16. CEBA-2016:0485 CentOS 6 libcgroup BugFix Update (Johnny Hughes) 17. CEBA-2016:0488 CentOS 6 kdebase BugFix Update (Johnny Hughes) 18. CEBA-2016:0486 CentOS 6 zsh BugFix Update (Johnny Hughes) 19. CEBA-2016:0471 CentOS 6 httpd BugFix Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1 Date: Mon, 21 Mar 2016 13:28:49 +0000 From: Dominic Cleal dominic@cleal.org To: centos-announce@centos.org Subject: [CentOS-announce] Announcing release of Ruby on Rails 4.2 on CentOS Linux 6 x86_64 SCL Message-ID: 56EFF711.5080002@cleal.org Content-Type: text/plain; charset="utf-8"
I am pleased to announce the immediate availability of Ruby on Rails 4.2 on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the CentOS SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install sclo-ror42 $ scl enable sclo-ror42 bash
At this point you can use Ruby on Rails in the usual way with the `rails` command. Examples of commands might be: $ rails new --skip-bundle example $ rails generate model Article
'byebug' and 'webconsole' development dependencies are not supplied, so should be removed from generated Gemfiles.
In order to compile assets, uncomment or add the gem 'therubyracer' to the application Gemfile. Add the v8314 SCL to use this supplied gem: $ scl enable sclo-ror42 v8314 bash
To deploy an application under Passenger, see the wiki documentation: https://wiki.centos.org/SpecialInterestGroup/SCLo/RubyOnRails
About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the collection as a prefix of all packages that are part of the software collection.
The sclo-ror42 collection delivers Ruby on Rails version 4.2.5.1, modelled on previous collections (e.g. rh-ror41) and provides all of Rails with full asset compilation support, plus extras such as jQuery (1.11.2 & 2.1.3). It depends on the rh-ruby22 and v8314 collections.
For more on Ruby on Rails, see http://rubyonrails.org/.
The SCLo SIG in CentOS ---------------------- The Software Collections SIG group is an open community group co-ordinating the development of the SCL technology, and helping curate a reference set of collections. In addition to the Rails collection released here, we also build and deliver databases, web servers, and language stacks including multiple versions of PostgreSQL, MariaDB, Apache HTTP Server, NodeJS, Ruby, Python and others.
Software Collections SIG release was announced at https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html
You can learn more about Software Collections concepts at: http://softwarecollections.org You can find information on the SIG at https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto get involved and help with the effort.
We meet every second Wednesday at 16:00 UTC in #centos-devel (ref: https://www.centos.org/community/calendar), for an informal open forum open to anyone who might have comments, concerns or wants to get started with SCLs in CentOS.