From f0298c859144914a274fc51c347f6bfc3916c390 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Thu, 9 Oct 2014 22:09:27 +0200 Subject: [PATCH] Removed systemd dependency --- systemd-shortcuts.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systemd-shortcuts.spec b/systemd-shortcuts.spec index 581d047..794b26a 100644 --- a/systemd-shortcuts.spec +++ b/systemd-shortcuts.spec @@ -1,7 +1,7 @@ %global owner lzap Name: systemd-shortcuts -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: Bash alias with code completion Group: System Environment/Base @@ -11,7 +11,6 @@ Source0: https://github.com/%{owner}/%{name}/archive/%{version}.tar.gz BuildArch: noarch -Requires: systemd BuildRequires: asciidoc %description @@ -35,6 +34,9 @@ make install PREFIX=%{buildroot}/usr %{_datadir}/man/man8/syd.8.gz %changelog +* Thu Oct 09 2014 Lukas Zapletal 0.1.3-1 +- Removed systemd requirement + * Thu Oct 09 2014 Lukas Zapletal 0.1.2-1 - Fixed architecture (noarch)