Skip to content

Commit

Permalink
Merge pull request #498 from yast/bsc_1001454b
Browse files Browse the repository at this point in the history
save_y2logs: use canonical path (bsc#1001454)
  • Loading branch information
wfeldt committed Sep 28, 2016
2 parents 6de1e63 + cc682b5 commit 20e5255
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 28 13:28:21 CEST 2016 - snwint@suse.de

- save_y2logs: use canonical path (bsc#1001454)
- 3.1.208

-------------------------------------------------------------------
Tue Sep 20 07:23:10 UTC 2016 - mvidner@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 3.1.207
Version: 3.1.208
Release: 0
Summary: YaST2 - Main Package
License: GPL-2.0
Expand Down
3 changes: 2 additions & 1 deletion scripts/save_y2logs
Expand Up @@ -59,7 +59,8 @@ else
echo "Use one of these suffixes: .tar .tgz .tar.gz .txz .tar.xz .tar.bz2" >&2
exit 4
esac
TARGET="$1"
# use full path
TARGET=$(readlink -m "$1")
fi

# check for compression program
Expand Down

0 comments on commit 20e5255

Please sign in to comment.