From 3cc8ddfe85a457c8c06d38cd4fc0b8ec9d6f89cf Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Jan 26 2018 22:41:47 +0000 Subject: Remove dependency on old systemd-units, now in systemd --- diff --git a/accumulo.spec b/accumulo.spec index c07d8d0..bce5a59 100644 --- a/accumulo.spec +++ b/accumulo.spec @@ -6,7 +6,7 @@ Name: accumulo Version: 1.8.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A software platform for processing vast amounts of data License: ASL 2.0 Group: Development/Libraries @@ -73,7 +73,7 @@ BuildRequires: powermock-api-easymock BuildRequires: powermock-core BuildRequires: powermock-junit4 BuildRequires: slf4j -BuildRequires: systemd-units +BuildRequires: systemd BuildRequires: thrift >= 0.10.0 BuildRequires: zookeeper-java @@ -136,9 +136,7 @@ Group: Applications/System BuildArch: noarch Requires: %{name}-core = %{version}-%{release} Requires: %{name}-server-base = %{version}-%{release} -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires: systemd %description master %{longproj} is a sorted, distributed key/value store based on Google's @@ -156,9 +154,7 @@ Group: Applications/System BuildArch: noarch Requires: %{name}-core = %{version}-%{release} Requires: %{name}-server-base = %{version}-%{release} -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires: systemd %description tserver %{longproj} is a sorted, distributed key/value store based on Google's @@ -176,9 +172,7 @@ Group: Applications/System BuildArch: noarch Requires: %{name}-core = %{version}-%{release} Requires: %{name}-server-base = %{version}-%{release} -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires: systemd %description gc %{longproj} is a sorted, distributed key/value store based on Google's @@ -196,9 +190,7 @@ Group: Applications/System BuildArch: noarch Requires: %{name}-core = %{version}-%{release} Requires: %{name}-server-base = %{version}-%{release} -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires: systemd Requires: nodejs-flot Requires: js-jquery1 @@ -218,9 +210,7 @@ Group: Applications/System BuildArch: noarch Requires: %{name}-core = %{version}-%{release} Requires: %{name}-server-base = %{version}-%{release} -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires: systemd %description tracer %{longproj} is a sorted, distributed key/value store based on Google's @@ -544,6 +534,9 @@ getent passwd %{name} >/dev/null || /usr/sbin/useradd --comment "%{longproj}" -- %systemd_post %{name}-monitor.service %changelog +* Fri Jan 26 2018 Christopher Tubbs - 1.8.1-9 +- Remove dependency on old systemd-units, now in systemd + * Mon Jan 15 2018 Christopher Tubbs - 1.8.1-8 - Fix FTBFS by disabling surefire plugin