[packages/rubocop] - rel 5, fix patch fuzz
baggins
baggins at pld-linux.org
Tue Apr 28 09:26:59 CEST 2026
commit 8bdb757d51369754dc1c18cae4d1f5f4d0559687
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Apr 28 11:26:37 2026 +0200
- rel 5, fix patch fuzz
rpmpath.patch | 2 +-
rubocop.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rubocop.spec b/rubocop.spec
index 7aee7e7..fc9c0e7 100644
--- a/rubocop.spec
+++ b/rubocop.spec
@@ -6,7 +6,7 @@ Summary: A robust Ruby code analyzer, based on the community Ruby style guide
Name: rubocop
# NOTE: check chefstyle -> ohai reqs before updating
Version: 0.55.0
-Release: 4
+Release: 5
License: MIT
Group: Development/Languages
Source0: http://rubygems.org/downloads/%{name}-%{version}.gem
diff --git a/rpmpath.patch b/rpmpath.patch
index d1ccfaa..0968b96 100644
--- a/rpmpath.patch
+++ b/rpmpath.patch
@@ -7,5 +7,5 @@
- RUBOCOP_HOME = File.realpath(File.join(File.dirname(__FILE__), '..', '..'))
+ RUBOCOP_HOME = File.realpath(File.dirname(__FILE__))
DEFAULT_FILE = File.join(RUBOCOP_HOME, 'config', 'default.yml')
- AUTO_GENERATED_FILE = 'rubocop-todo.yml'.freeze
+ AUTO_GENERATED_FILE = '.rubocop_todo.yml'.freeze
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rubocop.git/commitdiff/8bdb757d51369754dc1c18cae4d1f5f4d0559687
More information about the pld-cvs-commit
mailing list