Skip to content

Commit

Permalink
update the mirrorlist URL
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogan committed Nov 26, 2010
1 parent 850e163 commit e4b3e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions rpm/passenger-release.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Phusion Passenger release RPM/Yum repository configuration
Name: passenger-release
Version: 3
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Group: Group: System Environment/Base
URL: http://passenger.stealthymonkeys.com/
Expand Down Expand Up @@ -35,7 +35,7 @@ fi
[passenger]
name = $name \$releasever - Phusion Passenger
baseurl = %{url}$path/\$releasever/\$basearch
mirrorlist = %{url}$path/\$releasever/mirrors-passenger
mirrorlist = %{url}$path/mirrors
#mirrorlist = file:///etc/yum.repos.d/mirrors-passenger
enabled = 1
gpgkeky = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-passenger
Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf %{buildroot}


%changelog
* Tue Oct 26 2010 Erik Ogan <erik@stealthymonkeys.com> - release-1
* Thu Oct 28 2010 Erik Ogan <erik@stealthymonkeys.com> - 3-2
- Update the mirrorlist URL

* Tue Oct 26 2010 Erik Ogan <erik@stealthymonkeys.com> - 3-1
- Initial build.

File renamed without changes.

0 comments on commit e4b3e21

Please sign in to comment.