Skip to content

Commit

Permalink
Merge pull request #9 from imobach/fix-autoyast-schema
Browse files Browse the repository at this point in the history
Fix AutoYaST schema
  • Loading branch information
imobachgs committed Nov 5, 2015
2 parents affb7a4 + d227e22 commit a23d7aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.5
2.17.6
6 changes: 6 additions & 0 deletions package/yast2-schema.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 3 14:01:18 UTC 2015 - igonzalezsosa@suse.com

- Add login_settings section to AutoYaST profile (bsc#805275)
- 2.17.6

-------------------------------------------------------------------
Thu Dec 22 12:10:51 UTC 2011 - jsrain@suse.cz

Expand Down
5 changes: 3 additions & 2 deletions scripts/collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ for desktop in `find $DESKTOP_DIR $DESKTOP_DIR2 -name '*.desktop'`; do
fi

# HACK: avoid creating a separate desktop file
# for user_defaults (#215249#c7)
# for user_defaults (#215249#c7) and login_settings
if [ "$resource" = "users" ]; then
resource="user_defaults? & groups? & users"
resource="user_defaults? & groups? & login_settings? & users"
fi

echo $resource
if [ ! -z "${X_SuSE_YaST_AutoInstSchema}" ]; then

cp $SCHEMA_DIR/${X_SuSE_YaST_AutoInstSchema} $RNC_OUTPUT
Expand Down

0 comments on commit a23d7aa

Please sign in to comment.