mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-16 17:41:16 +01:00
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that broke the 'make rpm' target. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24917,3 +24917,5 @@
|
|||||||
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
|
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug that caused the 'rdautoback.py' and 'rdautorest.py'
|
* Fixed a bug that caused the 'rdautoback.py' and 'rdautorest.py'
|
||||||
files to be included in DEB packages.
|
files to be included in DEB packages.
|
||||||
|
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug that broke the 'make rpm' target.
|
||||||
|
|||||||
@@ -478,6 +478,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/rddbmgr.8.gz
|
%{_mandir}/man8/rddbmgr.8.gz
|
||||||
%{_mandir}/man8/rdmarkerset.8.gz
|
%{_mandir}/man8/rdmarkerset.8.gz
|
||||||
%{_mandir}/man8/rdservice.8.gz
|
%{_mandir}/man8/rdservice.8.gz
|
||||||
|
%{_mandir}/man8/rdautoback.8.gz
|
||||||
|
%{_mandir}/man8/rdautorest.8.gz
|
||||||
@DOC_PATH@/*
|
@DOC_PATH@/*
|
||||||
%{_libdir}/librd-@VERSION@.so
|
%{_libdir}/librd-@VERSION@.so
|
||||||
%{_libdir}/librd.a
|
%{_libdir}/librd.a
|
||||||
@@ -497,6 +499,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/rdcleandirs
|
%{_sbindir}/rdcleandirs
|
||||||
%{_bindir}/rdsinglestart
|
%{_bindir}/rdsinglestart
|
||||||
%{_sbindir}/rddbmgr
|
%{_sbindir}/rddbmgr
|
||||||
|
%{_sbindir}/rdautoback
|
||||||
|
%{_sbindir}/rdautorest
|
||||||
@HPI_FILE1@
|
@HPI_FILE1@
|
||||||
@HPI_FILE2@
|
@HPI_FILE2@
|
||||||
@HPI_FILE3@
|
@HPI_FILE3@
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ install-exec-local:
|
|||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)/usr/sbin/rdautoback
|
rm -f $(DESTDIR)/usr/sbin/rdautoback
|
||||||
|
|
||||||
bin_SCRIPTS = rdautoback.py
|
noinst_SCRIPTS = rdautoback.py
|
||||||
|
|
||||||
EXTRA_DIST = rdautoback.py
|
EXTRA_DIST = rdautoback.py
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ install-exec-local:
|
|||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)/usr/sbin/rdautorest
|
rm -f $(DESTDIR)/usr/sbin/rdautorest
|
||||||
|
|
||||||
bin_SCRIPTS = rdautorest.py
|
noinst_SCRIPTS = rdautorest.py
|
||||||
|
|
||||||
EXTRA_DIST = rdautorest.py
|
EXTRA_DIST = rdautorest.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user