diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | find-debuginfo.sh | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- fix package build when the debug package is empty (regression introduded in + 1.96) + Version 1.96 - 10 December 2009, by Anssi Hannula - fix perl.prov to assign versions to provides when the version is declared with 'our' or 'my' keyword, or when it is prepended with code diff --git a/find-debuginfo.sh b/find-debuginfo.sh index 30bb311..14c9f71 100755 --- a/find-debuginfo.sh +++ b/find-debuginfo.sh @@ -50,6 +50,7 @@ do fi done +touch $LISTFILE [[ -d ${debugdir} ]] && \ find ${debugdir} -type f | sed -n -e "s#^$RPM_BUILD_ROOT##p" > $LISTFILE |