From 0bed56d887b104eca125e44b71e7086d6178376f Mon Sep 17 00:00:00 2001 From: William Moreno Reyes Date: Apr 08 2016 21:51:12 +0000 Subject: Fix releases Signed-off-by: William Moreno Reyes --- diff --git a/mkdocs-bootstrap.spec b/mkdocs-bootstrap.spec index 7552953..a6ee344 100644 --- a/mkdocs-bootstrap.spec +++ b/mkdocs-bootstrap.spec @@ -1,6 +1,6 @@ Name: mkdocs-bootstrap Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bootstrap theme for MKDocs License: BSD @@ -9,7 +9,7 @@ Source0: https://github.com/mkdocs/%{name}/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel -Requires: mkdocs-basic-theme +Requires: python3-libs %description %{summary}. @@ -30,5 +30,8 @@ echo %{description} > README %{python3_sitelib}/* %changelog +* Fri Apr 08 2016 William Moreno - 0.1.1-2 +- Update reqires + * Fri Mar 11 2016 William Moreno - 0.1.1-1 - Initial Packaging