Skip to content

Commit

Permalink
make the changes for the 1.6 repos in the repo install rpm spec file …
Browse files Browse the repository at this point in the history
…and repo file
  • Loading branch information
swk committed Sep 9, 2015
1 parent 2c1ea6b commit d4b5162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion yum/freeswitch-release.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: freeswitch-release
Version: 1
Release: 0
Release: 6
Summary: FreeSWITCH Packages for Enterprise Linux repository configuration

Group: System Environment/Base
Expand Down Expand Up @@ -52,6 +52,8 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Sep 08 2015 Ken Rice <krice at freeswitch.org> - 5-0
- Create New version for the 1.6 repository
* Fri Jan 27 2012 Ken Rice <krice at freeswitch.org> - 5-0
- Replace GPG key with correct key, and update primary URLs
* Wed Dec 21 2011 Ken Rice <krice at freeswitch.org> - 5-0
Expand Down
6 changes: 3 additions & 3 deletions yum/freeswitch.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[freeswitch]
name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch
baseurl=http://files.freeswitch.org/yum/$releasever/$basearch
baseurl=http://files.freeswitch.org/yum-1.6/$releasever/$basearch
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-5&arch=$basearch
#failovermethod=priority
enabled=1
Expand All @@ -9,7 +9,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH

[freeswitch-debuginfo]
name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Debug
baseurl=http://files.freeswitch.org/yum/$releasever/$basearch/debug
baseurl=http://files.freeswitch.org/yum-1.6/$releasever/$basearch/debug
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-debug-5&arch=$basearch
#failovermethod=priority
enabled=0
Expand All @@ -18,7 +18,7 @@ gpgcheck=1

[freeswitch-source]
name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Source
baseurl=http://files.freeswitch.org/yum/$releasever/SRPMS
baseurl=http://files.freeswitch.org/yum-1.6/$releasever/SRPMS
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-source-5&arch=$basearch
#failovermethod=priority
enabled=0
Expand Down

0 comments on commit d4b5162

Please sign in to comment.