From 1a8ede0b74a57a2c51ce26f24771ac334c4758dc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 14 Nov 2013 20:25:28 -0600 Subject: misc/bcfg2.spec: lxml not required on the client Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index b24b656c2..2239e3a62 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -112,7 +112,6 @@ BuildRequires: python-docutils BuildRequires: systemd-units %endif -Requires: python-lxml %if 0%{?rhel} && 0%{?rhel} < 6 Requires: python-ssl %endif -- cgit v1.2.3-1-g7c22 From 9f62ccae2380b5026f70be279ebe36a3494a2259 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 18 Nov 2013 09:48:04 -0600 Subject: bcfg2.spec: Remove unnecessary replacement Our cron job is smart enough to work in any libexec directory. These replacements are unnecessary. Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 2239e3a62..724cf975b 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -412,9 +412,6 @@ awk ' # Fixup some paths %{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' tools/bcfg2-cron -%{__perl} -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.daily -%{__perl} -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.hourly - # Get rid of extraneous shebangs for f in `find src/lib -name \*.py` do -- cgit v1.2.3-1-g7c22