Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…NS-22690

Originally-From: jenkins-ci.org/commit/core/a08b16d281d9f7a34f3cffaefdc21a941d71aebf
  • Loading branch information
Matthew Barr committed Apr 20, 2014
1 parent 144b7bd commit cd737e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPECS/jenkins.spec
Expand Up @@ -12,7 +12,6 @@ Source: jenkins.war
Source1: jenkins.init.in
Source2: jenkins.sysconfig.in
Source3: jenkins.logrotate
Source4: jenkins.repo
URL: http://jenkins-ci.org/
Group: Development/Tools/Building
License: MIT/X License, GPL/CDDL, ASL2
Expand Down Expand Up @@ -84,7 +83,6 @@ rm -rf "%{buildroot}"
%__sed -i 's,@@HOME@@,%{workdir},g' "%{buildroot}/etc/sysconfig/%{name}"

%__install -D -m0644 "%{SOURCE3}" "%{buildroot}/etc/logrotate.d/%{name}"
%__install -D -m0644 "%{SOURCE4}" "%{buildroot}/etc/yum.repos.d/jenkins.repo"

%pre
/usr/sbin/groupadd -r jenkins &>/dev/null || :
Expand Down Expand Up @@ -142,9 +140,11 @@ exit 0
%config /etc/logrotate.d/%{name}
%config(noreplace) /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
%config(noreplace) /etc/yum.repos.d/jenkins.repo
/usr/sbin/rc%{name}

%changelog
* Wed Sep 28 2011 kk@kohsuke.org
- See [http://jenkins-ci.org/changelog] for complete details
* Sat Apr 19 2014 mbarr@mbarr.net
- Removed the jenkins.repo installation. Per https://issues.jenkins-ci.org/browse/JENKINS-22690

0 comments on commit cd737e1

Please sign in to comment.