Skip to content

Commit

Permalink
Merge pull request #25 from yast/master-1108199
Browse files Browse the repository at this point in the history
added schema file
  • Loading branch information
schubi2 committed Dec 28, 2018
2 parents 5b062f6 + 58f79a4 commit 9a061c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-tftp-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 28 14:47:35 CET 2018 - schubi@suse.de

- Added tftp-server.rnc schema file (bsc#1108199).
- 4.1.6

-------------------------------------------------------------------
Mon Nov 26 05:29:05 UTC 2018 - Noah Davis <noahadvs@gmail.com>

Expand Down
3 changes: 2 additions & 1 deletion package/yast2-tftp-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-tftp-server
Version: 4.1.5
Version: 4.1.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -74,6 +74,7 @@ rake install DESTDIR="%{buildroot}"
%{yast_moduledir}/TftpServer.*
%{yast_libdir}/cfa
%{yast_desktopdir}/tftp-server.desktop
%{yast_schemadir}/autoyast/rnc/tftp-server.rnc
%{yast_icondir}
%doc %{yast_docdir}
%license COPYING
9 changes: 9 additions & 0 deletions src/autoyast-rnc/tftp-server.rnc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default namespace = "http://www.suse.com/1.0/yast2ns"
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
namespace config = "http://www.suse.com/1.0/configns"

tftp-server =
element tftp-server {
element tftp_directory { text }? &
element start_tftpd { BOOLEAN }?
}

0 comments on commit 9a061c1

Please sign in to comment.