From 6202f4475af932d6d489f5e02ea6b5110a1f567d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 22 Sep 2016 04:08:47 +0200 Subject: runserver: removed libmagic dependency --- blogc.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index 946631d..420a75b 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -7,7 +7,7 @@ Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz %if ! 0%{?el6} -BuildRequires: libevent-devel >= 2.0, file-devel +BuildRequires: libevent-devel >= 2.0 %endif %description @@ -26,7 +26,7 @@ blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. %package runserver Summary: A simple HTTP server to test blogc websites Group: Development/Tools -Requires: libevent >= 2.0, file-libs +Requires: libevent >= 2.0 %description runserver blogc-runserver is a simple HTTP server to test blogc websites. -- cgit v1.2.3-18-g5258