diff --git a/daps-2.0~rc2.tar.bz2 b/daps-2.0~rc2.tar.bz2 index 81f155f..a68dcef 100644 --- a/daps-2.0~rc2.tar.bz2 +++ b/daps-2.0~rc2.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24d1c8dc44071c98a42dfd78a2ba21578acfc5c2cf62ddc365984023085ac956 -size 3756845 +oid sha256:c1e6c7a878bdfaed57874d9f8328a97c13ac2aae97f1d8bc31c5ab5b83e0c428 +size 3171078 diff --git a/daps-fetch-source b/daps-fetch-source index 3570053..9894a56 100644 --- a/daps-fetch-source +++ b/daps-fetch-source @@ -64,8 +64,6 @@ fi export BZIP2=--best tar cf ${NAME}-${VERSION}.tar -C ${TMPDIR} \ --exclude-from=$EXCLUDES ${NAME} || exit_on_error "Failed to create the tarball." -tar rf ${NAME}-${VERSION}.tar -C ${TMPDIR} ${NAME}/suse/{suse,daps}2013 \ - || exit_on_error "Failed to add suse/{suse,daps}2013 to the tarball." bzip2 -9f ${NAME}-${VERSION}.tar echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2" @@ -74,7 +72,7 @@ echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2" # diff -q $SPECFILE ${TMPDIR}/${NAME}/packaging/$SPECFILE >/dev/null if [[ 0 = $? ]]; then - echo "spec file is up-to-date" + echo "Spec file is up-to-date." else cp ${TMPDIR}/${NAME}/packaging/$SPECFILE . || exit_on_error "Failed to copy the specfile." echo "Successfully updated the spec file." diff --git a/daps.changes b/daps.changes index b6c576e..f277734 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 14 13:57:37 UTC 2014 - sknorr@suse.de + +- Purely packaging related update: update list of excluded files, + streamline TAR archive fetch script + ------------------------------------------------------------------- Thu Aug 14 11:09:36 UTC 2014 - sknorr@suse.de