Navigation Menu

Skip to content

Commit

Permalink
rpm: use ".el7" instead of "%{dist}"
Browse files Browse the repository at this point in the history
Because "{%dist}" is ".el7.centos". ".centos" is needless.
  • Loading branch information
kou committed Aug 10, 2014
1 parent 6e9b830 commit b4e5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpm/centos/mariadb-mroonga.spec.in
@@ -1,6 +1,6 @@
%define mariadb_version_default 5.5.35
%define mariadb_release_default 3
%define mariadb_dist_default %{?dist}
%define mariadb_dist_default .el7
%define mariadb_download_base_url_default http://vault.centos.org/7.0.1406/os/Source/SPackages/
%define mariadb_spec_file_default mariadb.%{mariadb_version_default}.spec

Expand Down

0 comments on commit b4e5055

Please sign in to comment.