Skip to content

Commit

Permalink
[FIXED JENKINS-10037]
Browse files Browse the repository at this point in the history
The rpm should create a new config with .rpmnew instead of rotating out existing configs.
This is a fix for JENKINS-10037.

Originally-From: jenkins-ci.org/commit/core/469c6e947a3ee6477758cc99f261d082c19ac923
  • Loading branch information
Thomas Morse authored and kohsuke committed Aug 9, 2011
1 parent 7908a9e commit 2791df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECS/jenkins.spec
Expand Up @@ -134,8 +134,8 @@ exit 0
%attr(0755,jenkins,jenkins) %dir %{workdir}
%attr(0750,jenkins,jenkins) /var/log/jenkins
%config /etc/logrotate.d/%{name}
%config /etc/init.d/%{name}
%config /etc/sysconfig/%{name}
%config(noreplace) /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
/etc/yum.repos.d/jenkins.repo
/usr/sbin/rc%{name}

Expand Down

0 comments on commit 2791df4

Please sign in to comment.