diff --git a/import.log b/import.log index e7f799f..fb7788f 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ zikula-1_1_1-12_fc10:HEAD:zikula-1.1.1-12.fc10.src.rpm:1237564874 zikula-1_1_2-1_fc11:HEAD:zikula-1.1.2-1.fc11.src.rpm:1251073198 +zikula-1_1_2-2_fc11:HEAD:zikula-1.1.2-2.fc11.src.rpm:1251074540 diff --git a/zikula.spec b/zikula.spec index d21bcfd..3bd64cc 100644 --- a/zikula.spec +++ b/zikula.spec @@ -1,6 +1,6 @@ Name: zikula Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zikula is a free open source Web Application Framework Group: Applications/Publishing License: GPLv2+ @@ -29,6 +29,7 @@ Requires: php-simplepie Requires: php-IDNA_Convert Requires: php-mbstring Requires: symlinks +Requires: dos2unix Requires(post): symlinks Requires(pre): policycoreutils @@ -125,7 +126,10 @@ symlinks -crs /usr/share/zikula/includes/ > /dev/null 2>&1 || : symlinks -crs /usr/share/zikula > /dev/null 2>&1 || : %changelog -* Sat Aug 23 2009 David Nalley 1.1.2-1 +* Sun Aug 23 2009 David Nalley 1.1.2-2 +- added requirement for dos2unix + +* Sun Aug 23 2009 David Nalley 1.1.2-1 - upgraded to 1.1.2 to match upstream bug 514301 - changed php version requirements to 5.1.2 to remove bundling of sha256 library - added symlinks silencing per ian wellers bug 511137