diff --git a/icecream.spec b/icecream.spec index 22d7a52..6558bba 100644 --- a/icecream.spec +++ b/icecream.spec @@ -6,7 +6,7 @@ Name: icecream Version: 1.1 -Release: 0.7.rc2.g%{shortcommit0}%{?dist} +Release: 0.7.rc2.g%{shortcommit0}%{?dist}.1 Summary: Distributed compiler License: GPLv2+ URL: https://github.com/icecc/icecream @@ -32,12 +32,12 @@ BuildRequires: systemd BuildRequires: libcap-ng-devel BuildRequires: lzo-devel BuildRequires: docbook2X -BuildRequires: environment(modules) +BuildRequires: environment-modules BuildRequires: firewalld-filesystem BuildRequires: autoconf automake libtool Requires: firewalld-filesystem -Requires: environment(modules) +Requires: environment-modules Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd @@ -266,6 +266,11 @@ exit 0 %{_libdir}/pkgconfig/icecc.pc %changelog +* Tue Jul 04 2017 Michal Schmidt - 1.1-0.7.rc2.g1c15f6b.el7.1 +- Adjust dependencies. In RHEL7 the only supported implementation of + environment modules is environment-modules. The 'environment(modules)' + provide is not present. + * Mon Jul 03 2017 Michal Schmidt - 1.1-0.7.rc2.g1c15f6b - Current git snapshot.