提交 0c2b72f7 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-11229] don't override repository definitions

上级 ab421b59
......@@ -58,6 +58,9 @@ Upcoming changes</a>
<li class=bug>
Fixed a plugin boot problem that causes Jenkins to startup gracefully when some optional plugin dependencies aren't met (such as ivy to nant)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11279">issue 11279</a>)
<li class=bug>
Avoid overwriting the repository definitions.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11229">issue 11229</a>)
<li class=rfe>
Improved the classloading performance
</ul>
......
......@@ -131,7 +131,7 @@ exit 0
%config(noreplace) /etc/logrotate.d/%{name}
%config /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
/etc/zypp/repos.d/jenkins.repo
%config(noreplace) /etc/zypp/repos.d/jenkins.repo
/usr/sbin/rc%{name}
%changelog
......
......@@ -136,7 +136,7 @@ exit 0
%config /etc/logrotate.d/%{name}
%config(noreplace) /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
/etc/yum.repos.d/jenkins.repo
%config(noreplace) /etc/yum.repos.d/jenkins.repo
/usr/sbin/rc%{name}
%changelog
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册