Skip to content

Commit

Permalink
Merge pull request #56 from shundhammer/huha-fstab
Browse files Browse the repository at this point in the history
Preserve comments in /etc/fstab (L3 bsc#1064437)
  • Loading branch information
shundhammer committed Jan 3, 2018
2 parents d64b4d8 + 1ce3141 commit 64bf18a
Show file tree
Hide file tree
Showing 23 changed files with 428 additions and 554 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ test/*.log
test/*.trs
testsuite/*.bak
/testsuite/raw.*
doc/
.yardoc/*
coverage/
.yardoc/
doc/autodocs
*.pot
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM yastdevel/ruby:sle12-sp3
RUN zypper --non-interactive update yast2
COPY . /usr/src/app

17 changes: 0 additions & 17 deletions doc/Makefile.am

This file was deleted.

59 changes: 0 additions & 59 deletions doc/index.html

This file was deleted.

6 changes: 6 additions & 0 deletions package/yast2-nfs-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 11 15:13:46 UTC 2017 - shundhammer@suse.com

- Preserve comments in /etc/fstab (bsc#1064437)
- 3.1.18

-------------------------------------------------------------------
Mon Jun 6 07:39:33 UTC 2016 - igonzalezsosa@suse.com

Expand Down
10 changes: 4 additions & 6 deletions package/yast2-nfs-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-nfs-client
Version: 3.1.17
Version: 3.1.18
Release: 0
Url: https://github.com/yast/yast-nfs-client

Expand All @@ -29,13 +29,12 @@ BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.27
BuildRequires: yast2-testsuite
# Don't use Info function to check enable state (bnc#807507)
BuildRequires: yast2 >= 2.23.23
BuildRequires: yast2 >= 3.2.41
BuildRequires: rubygem(rspec)
# path_matching (RSpec argument matcher)
BuildRequires: yast2-ruby-bindings >= 3.1.31
#ag_showexports moved to yast2 base
# introduces extended IPv6 support.
Requires: yast2 >= 2.23.6
# introduces EtcFstab, CommentedConfigFile, ColumnConfigFile
Requires: yast2 >= 3.2.41
#idmapd_conf agent
Requires: yast2-nfs-common >= 2.24.0
# showmount, #150382, #286300
Expand Down Expand Up @@ -89,7 +88,6 @@ file system access. It allows access to files on remote machines.
%dir %{yast_moduledir}
%{yast_moduledir}/Nfs.rb
%{yast_moduledir}/NfsOptions.rb
%{yast_dir}/lib/fstab
%dir %{yast_desktopdir}
%{yast_desktopdir}/nfs.desktop
%doc %{yast_docdir}
Expand Down
6 changes: 1 addition & 5 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ schemafiles_DATA = \
desktop_DATA = \
desktop/nfs.desktop

ylibdir = @ylibdir@/fstab
ylib_DATA = \
lib/fstab/tsort.rb

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(desktop_DATA) $(ylib_DATA)
EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(desktop_DATA)

include $(top_srcdir)/Makefile.am.common
37 changes: 0 additions & 37 deletions src/lib/fstab/tsort.rb

This file was deleted.

0 comments on commit 64bf18a

Please sign in to comment.