diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | blogc.spec.in | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 0c5bd6c..9d47280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ addons: apt: packages: - libcmocka-dev - - libevent-dev - rpm - valgrind diff --git a/blogc.spec.in b/blogc.spec.in index 420a75b..0fe16f3 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -7,7 +7,6 @@ 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 %endif %description @@ -26,7 +25,6 @@ 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 %description runserver blogc-runserver is a simple HTTP server to test blogc websites. |