Skip to content

Commit

Permalink
Merge pull request #46 from yast/release_type
Browse files Browse the repository at this point in the history
pass also "release_type" product parameter (bnc#873194)
  • Loading branch information
lslezak committed Apr 14, 2014
2 parents bba657c + cdc3bb5 commit df4ef73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 14 10:52:16 UTC 2014 - lslezak@suse.cz

- pass also "release_type" product parameter (bnc#873194)
- 3.1.33

-------------------------------------------------------------------
Fri Apr 11 12:14:04 UTC 2014 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-registration.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 3.1.32
Version: 3.1.33
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
3 changes: 2 additions & 1 deletion src/lib/registration/sw_mgmt.rb
Expand Up @@ -101,7 +101,8 @@ def self.base_product_to_register
product_info = {
"name" => base_product["name"],
"arch" => base_product["arch"],
"version" => base_product["version"]
"version" => base_product["version"],
"release_type" => base_product["flavor"]
}

log.info("Base product to register: #{product_info}")
Expand Down

0 comments on commit df4ef73

Please sign in to comment.