[git-annex/epel7] turn off ikiwiki docs generation

Jens Petersen petersen at fedoraproject.org
Thu Jul 24 08:05:25 UTC 2014


commit e74609926f2a0a36b50ed916654f83ed88101087
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jul 24 17:05:15 2014 +0900

    turn off ikiwiki docs generation
    
    until ikiwiki gets added to epel

 git-annex.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/git-annex.spec b/git-annex.spec
index aaa3d7f..82021b2 100644
--- a/git-annex.spec
+++ b/git-annex.spec
@@ -1,10 +1,10 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
 
-%bcond_without ikiwiki
+%bcond_with ikiwiki
 
 Name:           git-annex
 Version:        5.20140221
-Release:        1%{?dist}
+Release:        1.1%{?dist}
 Summary:        Manage files with git, without checking their contents into git
 
 License:        GPLv3+
@@ -129,6 +129,9 @@ install -m 0644 git-annex-shell.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Thu Jul 24 2014 Jens Petersen <petersen at redhat.com> - 5.20140221-1.1
+- no ikiwiki yet in EPEL7
+
 * Tue Feb 25 2014 Jens Petersen <petersen at redhat.com> - 5.20140221-1
 - update to 5.20140221
 - BR cryptohash


More information about the scm-commits mailing list