Skip to content

Commit

Permalink
Merge pull request #211 from SUSE/change-config-file-permissions
Browse files Browse the repository at this point in the history
Change file permissions for rmt.conf
  • Loading branch information
Sergeykot committed Aug 23, 2018
2 parents 8c9e669 + 3afc436 commit 94610e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package/rmt-server.changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
-------------------------------------------------------------------
Wed Aug 15 13:41:49 UTC 2018 - skotov@suse.com

- Change file permissions for rmt.conf

-------------------------------------------------------------------
Thu Aug 2 16:19:35 UTC 2018 - fschnizlein@suse.com

- Version 1.0.6
- Change file paths to new locations to make RMT work with
read-only rootfs (bsc#1102198)
- Change file permissions for rmt.conf (bsc#1104232)

-------------------------------------------------------------------
Thu Jul 19 12:27:23 UTC 2018 - wstephenson@suse.com
Expand Down
2 changes: 1 addition & 1 deletion package/rmt-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ find %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/yard*/ -type f -exec chmod
%dir %{_sysconfdir}/nginx
%dir %{_sysconfdir}/nginx/vhosts.d
%dir %{_sharedstatedir}/rmt
%config(noreplace) %{_sysconfdir}/rmt.conf
%config(noreplace) %attr(0640, %{rmt_user},root) %{_sysconfdir}/rmt.conf
%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-http.conf
%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-https.conf
%{_mandir}/man8/rmt-cli.8%{?ext_man}
Expand Down

0 comments on commit 94610e1

Please sign in to comment.