Pavel Valena
7155cb9fd7
Add macros to edit files lists in .gemspec
...
%gemspec_add_file and %gemspec_remove_file.
2018-05-24 10:23:01 +02:00
Vít Ondruch
d3c1b1ee9a
Fix typos in macro description.
2018-05-24 10:22:31 +02:00
Vít Ondruch
acd47bebd9
Make %gemspec_{add,remove}_dep modify .gemspec provided by %setup macro.
...
The macros need to be udpated, since RPM 4.14+ can expand .gem files and
also also provide %{gem_name}.gemspec file used to rebuild the gem.
However, the .gemspec file is not in current directory, but directly in
%{_builddir}.
2018-05-24 10:22:24 +02:00
Pavel Valena
fe0ea21b2c
Bump release.
2018-04-19 14:24:23 +02:00
Pavel Valena
b6fdf6e8f0
Update sources file.
2018-04-18 18:15:40 +02:00
Pavel Valena
b50281b0bf
Return hardening check to normal for ppc64le
...
https://bugzilla.redhat.com/show_bug.cgi?id=1479302
2018-04-17 17:27:05 +02:00
Pavel Valena
10ca86c463
Update to Ruby 2.4.4.
2018-04-16 16:12:31 +02:00
Vít Ondruch
4157e2861c
Disable Tokyo TZ tests.
...
They are broken by recen tzdata update.
2018-02-21 19:08:18 +01:00
Pavel Valena
1d21d908dc
Fix: Multiple vulnerabilities in RubyGems
...
https://bugzilla.redhat.com/show_bug.cgi?id=1547431
https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/
* rubygems-2.4.3-multiple-vulnerabilities.patch
2018-02-21 19:05:21 +01:00
Pavel Valena
4601c918d6
Fix commit 66fa4364ea
2018-02-21 18:34:48 +01:00
Pavel Valena
66fa4364ea
Fix Command injection in lib/resolv.rb:lazy_initialize()
...
https://bugzilla.redhat.com/show_bug.cgi?id=1528226
2018-01-09 21:10:14 +01:00
Pavel Valena
df84b7db8f
Update to Ruby 2.4.3.
2018-01-09 21:10:01 +01:00
Vít Ondruch
c458e6feef
Drop 'config.h' source.
...
This source is not needed since c467007d
.
2018-01-09 21:00:00 +01:00
Jun Aruga
5525382ed4
Improve "with" conditional statement as inline.
2018-01-09 20:59:45 +01:00
Jun Aruga
1461bc8618
Add macros to remove systemtap, git and cmake dependencies.
2018-01-09 16:08:46 +01:00
Pavel Valena
6beb732b5c
Apply patches cleanly.
2017-09-19 18:31:26 +02:00
Pavel Valena
535c42e96c
Update to Ruby 2.4.2.
...
Patch10 and Patch11 subsumed.
2017-09-19 16:19:16 +02:00
Vít Ondruch
c9dec05f47
Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
2017-09-08 14:10:33 +02:00
Vít Ondruch
ad2b787fea
Temporary disable checksec on PPC64LE (rhbz#1479302).
2017-08-11 13:31:49 +02:00
Vít Ondruch
30f6c6490e
Fix "IOError: stream closed" errors affecting Puma.
2017-08-11 12:42:24 +02:00
Fedora Release Engineering
7e690d1b1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 07:50:57 +00:00
Fedora Release Engineering
6e9956416e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 13:20:58 +00:00
Vít Ondruch
fde2a68e73
OpenSSL 1.1.0f-3 disables some weak ciphers.
...
Adjust the package to pass the tests suite.
2017-07-20 16:56:56 +02:00
Vít Ondruch
5c42276905
Update to Ruby 2.4.1.
2017-04-03 16:11:07 +02:00
Vít Ondruch
4571daf34e
Be more careful about RubyGems directory ownership.
...
And make this aligned with independent rubygems package.
2017-03-08 19:09:01 +01:00
Vít Ondruch
101851f2d3
Fix OpenSSL symlinks.
2017-02-23 09:23:29 +01:00
Fedora Release Engineering
8d50b10ccb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 11:54:53 +00:00
Vít Ondruch
3a2607aa17
Add missing patch.
2017-02-03 15:32:51 +01:00
Vít Ondruch
c467007dbb
Use standardized multilib solution (rhbz#1412274).
...
This helps platform specific difference between builds.
2017-02-03 15:01:38 +01:00
Vít Ondruch
415daf8d3b
Fix GCC 7.x compatibility (rhbz#1417590).
2017-02-03 14:53:23 +01:00
Vít Ondruch
f540c43dae
Apply patch fixing rubygem-mongo build failures.
2017-01-17 16:22:43 +01:00
Mamoru TASAKA
277ae4829a
Rebuild again for f26-ruby24 sidetag
2017-01-13 06:37:59 +09:00
Igor Gnatenko
ab16bf76ef
Rebuild for readline 7.x
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:40 +01:00
Vít Ondruch
9a0bd11655
Link files into directory to avoid dir => symlink isues.
...
It is not easy to change the directory to simplink in RPM world. Hence
keep everything in the directory and just link back the files.
2017-01-12 09:00:21 +01:00
Vít Ondruch
b04585e064
Add rubygem-io-console dependency for rubygem-rdoc.
...
The io-console is now the hard requirement and RDoc does not work
without it.
2017-01-09 18:14:10 +01:00
Vít Ondruch
3130f89edd
Upgrade to Ruby 2.4.0.
...
Move gemified xmlrpc into subpackage.
Move gemified openssl into subpackage.
Tk is removed from stdlib.
Extend 'gem_' macros for pre-release version support.
2017-01-09 15:58:21 +01:00
Vít Ondruch
d14e3f780f
Update to Ruby 2.3.3.
2016-11-22 13:49:04 +01:00
Vít Ondruch
b3e0a8c314
Exclude json.rb from ruby-libs (rhbz#1397370).
2016-11-22 13:25:46 +01:00
Vít Ondruch
324c2d071e
Ensure there is not forgotten any certificate.
2016-11-18 17:22:30 +01:00
Vít Ondruch
0a64e4b921
Update to Ruby 2.3.2.
2016-11-18 16:59:26 +01:00
Vít Ondruch
2221c5b843
Avoid conflict between OpenSSL 1.0.x and 1.1.x.
2016-10-24 10:48:20 +02:00
Vít Ondruch
2e9e67ab5b
Improve macro documentation.
2016-10-21 16:56:42 +02:00
Vít Ondruch
4fb1d9c02d
Add gemspec_add_dep and gemspec_remove_dep macros.
2016-10-21 16:56:32 +02:00
Vít Ondruch
dbf79976ab
Harden package.
2016-10-21 16:50:40 +02:00
Vít Ondruch
c4c93c1113
Use continue to use OpenSSL 1.0 for the moment.
...
Only upcoming Ruby 2.4 support OpenSSL 1.1 so far:
https://bugs.ruby-lang.org/issues/12830
2016-10-21 16:49:12 +02:00
Richard W.M. Jones
46551f13fc
config.h: Add riscv64 variant.
2016-10-14 10:36:21 +01:00
Vít Ondruch
7684b6800d
Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).
2016-08-10 18:26:49 +02:00
Vít Ondruch
b1466a4c8f
Make symlinks for json gem.
2016-07-12 13:50:14 +02:00
Vít Ondruch
cad4c2ab27
Requires rubygem(json) for rubygem-rdoc (rhbz#1325022).
...
This makes it compatible with rubygem-rdoc package built from rdoc gem.
2016-05-23 14:02:23 +02:00
Vít Ondruch
f2347fa378
Update to Ruby 2.3.1.
2016-04-29 23:19:03 +02:00