From f6ca41d20190d4fb709e8eeda13ac8186c129778 Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Sat, 21 Mar 2020 21:56:26 +0800 Subject: [PATCH] fix install file conflict --- ruby-common.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruby-common.spec b/ruby-common.spec index 49c5ded..b7799a9 100644 --- a/ruby-common.spec +++ b/ruby-common.spec @@ -18,7 +18,7 @@ Name: ruby-common Version: 2.1 -Release: 106.2 +Release: 106.3 Summary: ruby packaging scripts and macros License: MIT URL: https://github.com/openSUSE/ruby-packaging/ @@ -68,11 +68,13 @@ install -D -m 0755 %{SOURCE11} %{buildroot}%{_bindir}/ruby-find-versioned %config /etc/gemrc %config /etc/rpm/macros.* %dir /usr/lib/rpm/fileattrs -/usr/lib/rpm/fileattrs/* +%exclude /usr/lib/rpm/fileattrs/* /usr/lib/rpm/ge* /usr/lib/rpm/rubygemsdeps.rb %{_bindir}/ruby-find-versioned %changelog +* Sat Mar 21 2020 Shuaishuai Song - 2.1-106.3 +- fix install file conflict * Mon Mar 9 2020 hy - 2.1-106.2 - Package init -- Gitee