Skip to content

Commit 312fbee

Browse files
alievertzAndy Lievertz
andauthored
Minor docstring update; v1.0.1 (#2)
Co-authored-by: Andy Lievertz <[email protected]>
1 parent 41ddb95 commit 312fbee

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
|Date|Version|Comment|
44
|----|-------|-------|
5+
|2025-Aug-03|1.0.1|Minor docstring update.|
56
|2023-Mar-17|1.0.0|Initial release.|

ozo-mariadb-backup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
# Script Name: ozo-mariadb-backup.sh
3-
# Version : 1.0.0
3+
# Version : 1.0.1
44
# Description: Creates a dump of all MariaDB databases and performs history maintenance.
55
# Usage : /usr/sbin/ozo-mariadb-backup.sh
66
# Author : Andy Lievertz <[email protected]>
7-
# Link :
7+
# Link : https://github.com/onezeroone-dev/ozo-mariadb-backup/blob/main/README.md
88

99
# FUNCTIONS
1010
function ozo-log {

ozo-mariadb-backup.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ozo-mariadb-backup
2-
Version: 1.0.0
2+
Version: 1.0.1
33
Release: 1%{?dist}
44
Summary: Creates a dump of all MariaDB databases and performs history maintenance.
55
BuildArch: noarch
@@ -33,5 +33,7 @@ cp ozo-mariadb-backup.sh $RPM_BUILD_ROOT/usr/sbin
3333
%attr (0700,root,root) /usr/sbin/ozo-mariadb-backup.sh
3434

3535
%changelog
36+
* Sun Aug 03 2025 One Zero One RPM Manager <[email protected]> - 1.0.1-1
37+
- Minor docstring update
3638
* Fri Mar 17 2023 One Zero One RPM Manager <[email protected]> - 1.0.0-1
3739
- Initial release

ozo-rpmbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set variables
22
NAME="ozo-mariadb-backup"
3-
VERSION="1.0.0"
3+
VERSION="1.0.1"
44
ARCH="noarch"
55
OSRELE="10"
66
PKRELE="1"

0 commit comments

Comments
 (0)