diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | blogc.spec.in | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -14,7 +14,7 @@ If installing from Git repository, [ronn](https://github.com/rtomayko/ronn) and Inside the source directory, run the following commands: $ ./autogen.sh # if installing from git - $ ./configure [--enable-git-receiver] [--enable-runserver] + $ ./configure [--enable-git-receiver] [--enable-make] [--enable-runserver] $ make # make install diff --git a/blogc.spec.in b/blogc.spec.in index 2015393..5a8aa6d 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -20,6 +20,7 @@ blog/website resources. Summary: A simple login shell/git hook to deploy blogc websites Group: System Environment/Shells Requires: git, tar, make +Requires: %{name}-make = %{version}-%{release} %description git-receiver blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. @@ -28,6 +29,8 @@ blogc-git-receiver is a simple login shell/git hook to deploy blogc websites. %package make Summary: A simple build tool for blogc Group: Development/Tools +Requires: %{name} = %{version}-%{release} +Requires: %{name}-runserver = %{version}-%{release} %description make blogc-make is a simple build tool for blogc websites. |