Skip to content

Commit

Permalink
Merge pull request #122 from yast/review_150511_restrict_tag
Browse files Browse the repository at this point in the history
[Review] Request from 'schubi2' @ 'yast/yast-autoinstallation/review_150511_restrict_tag'
  • Loading branch information
schubi2 committed May 11, 2015
2 parents 0dac4a4 + 3c28488 commit 69c6dff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 8 09:45:27 CEST 2015 - schubi@suse.de

- Added new section "restricts" for ntp configuration
(bnc#928987)
- 3.1.79

-------------------------------------------------------------------
Wed May 6 11:48:40 CEST 2015 - locilka@suse.com

Expand Down
4 changes: 2 additions & 2 deletions package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.78
Version: 3.1.79
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand All @@ -32,7 +32,7 @@ BuildRequires: yast2-installation-control
BuildRequires: libxml2-tools
# xsltproc for AutoinstClass
BuildRequires: libxslt
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: yast2
BuildRequires: yast2-storage
BuildRequires: yast2-xml
Expand Down
1 change: 1 addition & 0 deletions src/include/autoinstall/xml.rb
Expand Up @@ -37,6 +37,7 @@ def profileSetup
"initrd_modules" => "initrd_module",
"nfs_entries" => "nfs_entry",
"peers" => "peer",
"restricts" => "restrict",
"netd_conf" => "conf",
"raid" => "device",
"hosts" => "hosts_entry",
Expand Down

0 comments on commit 69c6dff

Please sign in to comment.