Skip to content

Commit

Permalink
Merge 41a5169 into 0b1ea37
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed Jul 20, 2018
2 parents 0b1ea37 + 41a5169 commit 0366917
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -58,5 +58,6 @@ dist: clean man
sed -i '/source .*rubygems\.org/d' $(NAME)-$(VERSION)/Gemfile
sed -i '/remote: .*rubygems\.org/d' $(NAME)-$(VERSION)/Gemfile.lock

find $(NAME)-$(VERSION) -name \*~ -exec rm {} \;
tar cfvj package/$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)/
rm -rf $(NAME)-$(VERSION)/
2 changes: 1 addition & 1 deletion app/serializers/v3/system_serializer.rb
@@ -1,5 +1,5 @@
class V3::SystemSerializer < ApplicationSerializer

attributes :id, :login, :password
attributes :id, :login, :password, :last_seen_at

end
2 changes: 1 addition & 1 deletion lib/rmt.rb
@@ -1,5 +1,5 @@
module RMT
VERSION ||= '1.0.4'.freeze
VERSION ||= '1.0.5'.freeze

DEFAULT_USER = '_rmt'.freeze
DEFAULT_GROUP = 'nginx'.freeze
Expand Down
7 changes: 7 additions & 0 deletions package/rmt-server.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 19 12:27:23 UTC 2018 - wstephenson@suse.com

- Version 1.0.5
- Include 'last_seen_at' field in API systems output, for
consistency with SCC

-------------------------------------------------------------------
Wed Jul 4 15:32:13 UTC 2018 - fschueller@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/rmt-server.spec
Expand Up @@ -25,7 +25,7 @@
%define is_sle_12_family 1
%endif
Name: rmt-server
Version: 1.0.4
Version: 1.0.5
Release: 0
Summary: Repository mirroring tool and registration proxy for SCC
License: GPL-2.0-or-later
Expand Down

0 comments on commit 0366917

Please sign in to comment.