-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
84 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
* * * * * root /usr/sbin/drlm sched --run | ||
0 1 * * * root /usr/bin/find /var/log/drlm/debug/ -type f -mtime +30 -delete; | ||
0 1 * * * root /usr/bin/find /var/log/drlm/rear/ -type f -mtime +30 -delete; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DRLM server 2.4.3 | ||
DRLM server 2.4.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
drlm (2.4.4) stable release; urgency=high | ||
* Bugfix in install client, new dependencies added | ||
* Bugfix in logs maintenance | ||
* Remove ReaR crontab file in install client | ||
* Bugfix prevent hostnames from being localhost | ||
|
||
-- Pau Roura <[email protected]> Tue, 24 May 2022 00:00:00 +0100 | ||
|
||
drlm (2.4.3) stable release; urgency=high | ||
* New! RedHat 9 client & server support | ||
* Bugfix database creation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Format: 1.0 | ||
Source: drlm | ||
Version: 2.4.3 | ||
Version: 2.4.4 | ||
Binary: drlm | ||
Maintainer: Pau Roura ([email protected]) | ||
Architecture: all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: DRLM | ||
Name: drlm | ||
Version: 2.4.3 | ||
Version: 2.4.4 | ||
Release: 1%{?rpmrelease}%{?dist} | ||
License: GPLv3 | ||
Group: Applications/File | ||
|
@@ -88,6 +88,7 @@ DR images easily managed by DRLM. | |
Professional services and support are available. | ||
|
||
%prep | ||
|
||
%setup -q | ||
|
||
### Add a specific os.conf so we do not depend on LSB dependencies | ||
|
@@ -104,6 +105,14 @@ Professional services and support are available. | |
%{__rm} -rf %{buildroot} | ||
%{__make} install DESTDIR="%{buildroot}" | ||
|
||
%pretrans | ||
# check host name is not localhost | ||
currhostname="$(/usr/bin/hostname -s)" | ||
if [ "$currhostname" = "localhost" ]; then | ||
echo "Its important that DRLM servers have a valid hostname. Please change \"localhost\" host name. " | ||
exit 1 | ||
fi | ||
|
||
%pre | ||
### If --> is upgrade save old data and stop systemd services | ||
if [ "$1" == "2" ]; then | ||
|
@@ -307,6 +316,12 @@ systemctl start drlm-tftpd.service | |
|
||
%changelog | ||
|
||
* Tue May 24 2022 Pau Roura <[email protected]> 2.4.4 | ||
- Bugfix in installclient, new dependencies added | ||
- Bugfix in logs maintenance | ||
- Remove ReaR crontab file in install client | ||
- Bugfix prevent hostnames from being localhost | ||
|
||
* Thu Apr 21 2022 Pau Roura <[email protected]> 2.4.3 | ||
- New! RedHat 9 client & server support | ||
- Bugfix database creation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters