Skip to content

Commit

Permalink
RPM version bump and docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Shaidurov committed May 5, 2017
1 parent 2f326a9 commit d43c2b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PACKAGE.md
Expand Up @@ -23,8 +23,8 @@ osc up
```

If you run into some merge conflict, you can delete everything in our package folder (except the `.gitignore`), then do
`iosc checkout Devel:SCC:suseconnect` which creates a subfolder from where you can move all files to your `package` folder.
`iosc status` afterwards to make sure you have no unwanted changes anymore.
`osc checkout systemsmanagement:SCC` which creates a subfolder from where you can move all files to your `package` folder.
`osc status` afterwards to make sure you have no unwanted changes anymore.

## Step 3. Update package version

Expand Down
11 changes: 6 additions & 5 deletions SUSEConnect.8.ronn
Expand Up @@ -24,9 +24,9 @@ Manage subscriptions at [SUSE Customer Center][scc]
## OPTIONS

* `-p`, `--product <PRODUCT>`:
Activate PRODUCT. Only one product can get activated at a time.
Defaults to the base SUSE Linux Enterprise product
on this system. Product identifiers can be obtained with `--list-extensions`.
Specify a product for activation/deactivation. Only one product can be
processed at a time. Defaults to the base SUSE Linux Enterprise product on
this system. Product identifiers can be obtained with `--list-extensions`.
Format: <name>/<version>/<architecture>

* `-r`, `--regcode <REGCODE>`:
Expand All @@ -35,8 +35,9 @@ Manage subscriptions at [SUSE Customer Center][scc]
repositories for that product.

* `-d`, `--de-register`:
De-registers a system and removes all services installed by SUSEConnect.
After de-registration, the system no longer consumes a subscription slot in SCC.
De-registers a system or a single product (if specified with -p) and
removes all services installed by SUSEConnect. After de-registration,
the system no longer consumes a subscription slot in SCC.

* `--list-extensions`:
List all extensions and modules available for installation on this system.
Expand Down
6 changes: 6 additions & 0 deletions package/SUSEConnect.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 5 07:41:44 UTC 2017 - andrei.shaidurov@suse.com

- Update to 0.3.0:
- Single product deactivation feature (fate320572#)

-------------------------------------------------------------------
Tue Mar 21 15:24:58 UTC 2017 - ashaidurov@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/SUSEConnect.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: SUSEConnect
Version: 0.2.43
Version: 0.3.0
Release: 0
%define mod_name suse-connect
%define mod_full_name %{mod_name}-%{version}
Expand Down

0 comments on commit d43c2b2

Please sign in to comment.