Skip to content

Commit

Permalink
pkg/kamailio/obs: Removed Fedora 24 support, Added Fedora 27 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-safarov committed Dec 11, 2017
1 parent 818f4b3 commit cf7f4e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/kamailio/obs/kamailio.spec
Expand Up @@ -2,7 +2,7 @@
%define ver 5.1.0
%define rel 0%{dist}

%if 0%{?fedora} == 24
%if 0%{?fedora} == 25
%define dist_name fedora
%define dist_version %{?fedora}
%bcond_without cnxcc
Expand All @@ -22,7 +22,7 @@
%bcond_without xmlrpc
%endif

%if 0%{?fedora} == 25
%if 0%{?fedora} == 26
%define dist_name fedora
%define dist_version %{?fedora}
%bcond_without cnxcc
Expand All @@ -42,7 +42,7 @@
%bcond_without xmlrpc
%endif

%if 0%{?fedora} == 26
%if 0%{?fedora} == 27
%define dist_name fedora
%define dist_version %{?fedora}
%bcond_without cnxcc
Expand Down
5 changes: 5 additions & 0 deletions pkg/kamailio/obs/meta
Expand Up @@ -24,6 +24,11 @@
<path project="Fedora:EPEL:6" repository="RHEL"/>
<arch>x86_64</arch>
</repository>
<repository name="Fedora_27">
<path project="Fedora:27" repository="update"/>
<path project="Fedora:27" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="Fedora_26">
<path project="Fedora:26" repository="update"/>
<path project="Fedora:26" repository="standard"/>
Expand Down

0 comments on commit cf7f4e5

Please sign in to comment.