diff options
author | B Stack <bgstack15@gmail.com> | 2017-05-22 20:08:09 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-05-22 20:08:09 -0400 |
commit | f934a3a89b5709c846d7e6909894b3c7db575b2d (patch) | |
tree | 1a8999ed0839d722b7c6ec55bed26580e565bf7e | |
parent | updated rbup.spec for 0.0-2 (diff) | |
download | rbup-f934a3a89b5709c846d7e6909894b3c7db575b2d.tar.gz rbup-f934a3a89b5709c846d7e6909894b3c7db575b2d.tar.bz2 rbup-f934a3a89b5709c846d7e6909894b3c7db575b2d.zip |
added changelog to readme and spec.
-rw-r--r-- | usr/share/rbup/docs/README.txt | 4 | ||||
-rw-r--r-- | usr/share/rbup/docs/rbup.spec | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/usr/share/rbup/docs/README.txt b/usr/share/rbup/docs/README.txt index 456ce3a..2ec9889 100644 --- a/usr/share/rbup/docs/README.txt +++ b/usr/share/rbup/docs/README.txt @@ -20,3 +20,7 @@ Please read /etc/rbup/rbup.conf to learn how to configure rbup. 2017-05-21 B Stack <bgstack15@gmail.com> 0.0-1 - Initial rpm release. + +2017-05-22 B Stack <bgstack15@gmail.com> 0.0-2 +- Added RBUP_MOUNT_POINT to ensure it has been mounted before running sync. This check allows a concrete check before running the sync instead of relying on just the return code of whatever RBUP_DEST_MOUNT_CMD +- Added cronjob for rbup-storage1. diff --git a/usr/share/rbup/docs/rbup.spec b/usr/share/rbup/docs/rbup.spec index 91219d4..e90ba3a 100644 --- a/usr/share/rbup/docs/rbup.spec +++ b/usr/share/rbup/docs/rbup.spec @@ -2,7 +2,7 @@ Summary: rbup for EL7 Name: rbup Version: 0.0 -Release: 1 +Release: 2 License: CC BY-SA 4.0 Group: Applications/System Source: rbup.tgz @@ -57,5 +57,8 @@ exit 0 %verify(link) /usr/bin/rbup %changelog +* Mon May 22 2017 B Stack <bgstack15@gmail.com> 0.0-2 +- See docs/README.txt for changes to contents. + * Sun May 21 2017 B Stack <bgstack15@gmail.com> 0.0-1 - Initial rpm release. See docs/README.txt. |