Skip to content

Commit

Permalink
Merge pull request #140 from vsoch/add/rpm
Browse files Browse the repository at this point in the history
Add/rpm
  • Loading branch information
vsoch committed Aug 15, 2018
2 parents 6797e3c + 1bae201 commit b066f37
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -14,8 +14,8 @@ and **Merged pull requests**. Critical items to know are:
The versions coincide with releases on pip. Only major versions will be released as tags on Github.

## [0.0.x](https://github.com/singularityhub/sregistry-cli/tree/master) (0.0.x)
- adding rpm spec file, sregistry.cli.spec (0.0.90)
- image URI tag should not be changed to lowercase (0.0.89)
- adding rpm spec file, sregistry.cli.spec
- adding chunked upload to chunk uploads to Singularity Registry (0.0.88)
- fixing shell client bug (0.0.87)
- updating Dockerfile and Singularity recipt with additional dependencies for 2.5 (0.0.86).
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include README.md LICENSE
include README.md LICENSE sregistry-cli.spec
recursive-include sregistry *.png
recursive-include sregistry *.sh
recursive-include sregistry *
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Version: 0.0.89

```bash
VERSION=0.0.89
wget https://github.com/singularityhub/sregistry-cli/archive/0.0.${VERSION}.tar.gz
wget https://github.com/singularityhub/sregistry-cli/archive/${VERSION}.tar.gz
```

4. Use rpmbuild to build it.
Expand Down
4 changes: 2 additions & 2 deletions sregistry-cli.spec
Expand Up @@ -3,8 +3,8 @@
# spec file for package sregistry-cli
# credit for work goes to the amazing @griznog, John Hanks
#
Name: python-sregistry
Version: 0.0.89
Name: sregistry-cli
Version: 0.0.90
Release: 0
Url: http://www.github.com/singularityhub/sregistry-cli
Summary: Command line tool for working with container storage
Expand Down
2 changes: 1 addition & 1 deletion sregistry/version.py
Expand Up @@ -19,7 +19,7 @@
'''

__version__ = "0.0.89"
__version__ = "0.0.90"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = 'vsochat@stanford.edu'
NAME = 'sregistry'
Expand Down

0 comments on commit b066f37

Please sign in to comment.