From a65b3e0b6c7788878ed8dac426d4011c04227997 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 15 Oct 2009 17:31:30 +0000 Subject: [PATCH 01/36] Initialize branch F-12 for webacula --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 5c61465e7f627a9df25d235623b45931c7adb836 Mon Sep 17 00:00:00 2001 From: tim4dev Date: Fri, 16 Oct 2009 09:55:43 +0000 Subject: [PATCH 02/36] Initial commit (#526855) --- webacula.spec | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 webacula.spec diff --git a/webacula.spec b/webacula.spec new file mode 100644 index 0000000..39dee10 --- /dev/null +++ b/webacula.spec @@ -0,0 +1,132 @@ +Name: webacula +Version: 3.3 +Release: 6%{?dist} +Summary: Web interface of a Bacula backup system +Summary(ru): Веб интерфейс для Bacula backup system + +Group: Applications/Internet +License: GPLv3+ +URL: http://webacula.sourceforge.net/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch + +Requires: webserver +Requires: bacula-console >= 2.4.0 +Requires: php-ZendFramework >= 1.8.3 +Requires: php >= 5.2.4 +Requires: php-pdo +Requires: php-json +Requires: php-pcre +Requires: php-gd +Requires: php-xml + +%description +Webacula - Web Bacula - web interface of a Bacula backup system. +Supports the run Job, restore all files or selected files, +restore the most recent backup for a client, +restore backup for a client before a specified time, +mount/umount Storages, show scheduled, running and terminated Jobs and more. +Supported languages: English, French, German, Portuguese Brazil, Russian. + +%description -l ru +Webacula - Web Bacula - веб интерфейс для Bacula backup system. +Поддерживает запуск Заданий, восстановление всех или выбранных файлов, +восстановление самого свежего бэкапа для клиента, +восстановление бэкапа для клиента сделанного перед указанным временем, +монтирование/размонтирование Хранилищ, показ запланированных, +выполняющихся и завершенных Заданий и прочее. +Поддерживаемые языки: английский, французский, немецкий, +бразильский португальский, русский. + + +%prep +%setup -q +rm -f ./application/.htaccess +rm -f ./html/test_mod_rewrite/.htaccess +rm -f ./html/.htaccess +rm -f ./install/.htaccess +rm -f ./languages/.htaccess +rm -f ./application/.htaccess +rm -f ./docs/.htaccess + + + +%build + + +%install +rm -rf $RPM_BUILD_ROOT + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/ +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/application +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/html +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/languages +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/library +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/install + +cp ./application/config.ini $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.ini +rm -f ./application/config.ini +ln -s %{_sysconfdir}/%{name}/config.ini $RPM_BUILD_ROOT%{_datadir}/%{name}/application/config.ini + +cp ./install/webacula.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/webacula.conf +rm -f ./install/webacula.conf + +install -p -m 755 ./install/webacula_clean_tmp_files.sh \ + $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/webacula_clean_tmp_files.sh +rm -f ./install/webacula_clean_tmp_files.sh + +cp -pr ./application $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -pr ./html $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -pr ./languages $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -pr ./library $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc 4CONTRIBUTORS 4CONTRIBUTORS.ru AUTHORS COPYING README UPDATE ChangeLog +%doc docs/ +%{_datadir}/%{name}/application +%{_datadir}/%{name}/html +%{_datadir}/%{name}/library +%{_datadir}/%{name}/install +%{_sysconfdir}/cron.daily/webacula_clean_tmp_files.sh +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/languages +%config(noreplace) %{_sysconfdir}/httpd/conf.d/webacula.conf +%config(noreplace) %{_sysconfdir}/%{name}/config.ini +%lang(de) %{_datadir}/%{name}/languages/de +%lang(en) %{_datadir}/%{name}/languages/en +%lang(fr) %{_datadir}/%{name}/languages/fr +%lang(pt) %{_datadir}/%{name}/languages/pt +%lang(ru) %{_datadir}/%{name}/languages/ru + + + +%changelog +* Tue Oct 13 2009 Yuri Timofeev 3.3-6 +- Fix #526855. + +* Tue Oct 13 2009 Yuri Timofeev 3.3-5 +- Fix #526855. Remove Zend Framework from source. + +* Tue Oct 13 2009 Yuri Timofeev 3.3-4 +- Fix #526855 + +* Mon Oct 12 2009 Yuri Timofeev 3.3-3 +- Fix #526855 + +* Sat Oct 10 2009 Yuri Timofeev 3.3-2 +- Fix #526855 "Review Request" + +* Thu Oct 08 2009 Yuri Timofeev 3.3-1 +- Initial Spec file creation for Fedora From 6c4168aa358ea407cd55442c2ee6743390879b0a Mon Sep 17 00:00:00 2001 From: tim4dev Date: Fri, 16 Oct 2009 12:12:31 +0000 Subject: [PATCH 03/36] commit --- .cvsignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.cvsignore b/.cvsignore index e69de29..262d30b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +webacula-3.3.tar.gz diff --git a/sources b/sources index e69de29..8bb871b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d6ffafa3315758fb8d6b313e50c5c78c webacula-3.3.tar.gz From e23be2082b3d6bb789f8de3efd37f5a011e7fc9c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:15:52 +0000 Subject: [PATCH 04/36] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff5fcc5..044c4fc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := webacula SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 5b410b7fad20534fb54bed68e7fbd291c4a26c95 Mon Sep 17 00:00:00 2001 From: tim4dev Date: Wed, 2 Dec 2009 10:03:10 +0000 Subject: [PATCH 05/36] v 3.4 --- .cvsignore | 2 +- sources | 2 +- webacula.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 262d30b..b190b9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -webacula-3.3.tar.gz +webacula-3.4.tar.gz diff --git a/sources b/sources index 8bb871b..12fd11c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6ffafa3315758fb8d6b313e50c5c78c webacula-3.3.tar.gz +76f5e04f18be112941386c5d7e71a771 webacula-3.4.tar.gz diff --git a/webacula.spec b/webacula.spec index 39dee10..dad1aa3 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula -Version: 3.3 -Release: 6%{?dist} +Version: 3.4 +Release: 1%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -28,7 +28,8 @@ Supports the run Job, restore all files or selected files, restore the most recent backup for a client, restore backup for a client before a specified time, mount/umount Storages, show scheduled, running and terminated Jobs and more. -Supported languages: English, French, German, Portuguese Brazil, Russian. +Supported languages: English, French, German, Italian, +Portuguese Brazil, Russian. %description -l ru Webacula - Web Bacula - веб интерфейс для Bacula backup system. @@ -37,7 +38,7 @@ Webacula - Web Bacula - веб интерфейс для Bacula backup system. восстановление бэкапа для клиента сделанного перед указанным временем, монтирование/размонтирование Хранилищ, показ запланированных, выполняющихся и завершенных Заданий и прочее. -Поддерживаемые языки: английский, французский, немецкий, +Поддерживаемые языки: английский, французский, немецкий, итальянский, бразильский португальский, русский. @@ -109,10 +110,14 @@ rm -rf $RPM_BUILD_ROOT %lang(fr) %{_datadir}/%{name}/languages/fr %lang(pt) %{_datadir}/%{name}/languages/pt %lang(ru) %{_datadir}/%{name}/languages/ru +%lang(it) %{_datadir}/%{name}/languages/it %changelog +* Fri Oct 16 2009 Yuri Timofeev 3.4-1 +- Version 3.4 + * Tue Oct 13 2009 Yuri Timofeev 3.3-6 - Fix #526855. From 1e234d9275fef2ad2fdb9606c65d939882ff7b09 Mon Sep 17 00:00:00 2001 From: tim4dev Date: Tue, 16 Feb 2010 09:20:26 +0000 Subject: [PATCH 06/36] new version --- .cvsignore | 2 +- sources | 2 +- webacula.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b190b9c..23c0d76 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -webacula-3.4.tar.gz +webacula-3.5.tar.gz diff --git a/sources b/sources index 12fd11c..afed7d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76f5e04f18be112941386c5d7e71a771 webacula-3.4.tar.gz +60a37ac71f58676215a04fa5c3fd3fe2 webacula-3.5.tar.gz diff --git a/webacula.spec b/webacula.spec index dad1aa3..c7490f4 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,5 +1,5 @@ Name: webacula -Version: 3.4 +Version: 3.5 Release: 1%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -115,6 +115,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 16 2010 Yuri Timofeev 3.5-1 +- Version 3.5 + +* Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 +- Version 3.4.1 + * Fri Oct 16 2009 Yuri Timofeev 3.4-1 - Version 3.4 From 640a6673de4afa41fb10a3283dbbf085fef157ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:14:02 +0000 Subject: [PATCH 07/36] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 044c4fc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: webacula -# $Id$ -NAME := webacula -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 From a7f4150ed4989c361d268046e693ed6cafdb8419 Mon Sep 17 00:00:00 2001 From: Yuri Timofeev Date: Thu, 19 Aug 2010 12:28:24 +0300 Subject: [PATCH 08/36] v.5.0.2 --- .gitignore | 1 + sources | 2 +- webacula.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23c0d76..be9d644 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ webacula-3.5.tar.gz +webacula-5.0.2.tar.gz diff --git a/sources b/sources index afed7d9..f7ad02d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60a37ac71f58676215a04fa5c3fd3fe2 webacula-3.5.tar.gz +4c6ce9e6edba9352c3980768cb0beb29 webacula-5.0.2.tar.gz diff --git a/webacula.spec b/webacula.spec index c7490f4..75443f9 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,5 +1,5 @@ Name: webacula -Version: 3.5 +Version: 5.0.2 Release: 1%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: webserver -Requires: bacula-console >= 2.4.0 +Requires: bacula-console >= 5.0 Requires: php-ZendFramework >= 1.8.3 Requires: php >= 5.2.4 Requires: php-pdo @@ -111,10 +111,20 @@ rm -rf $RPM_BUILD_ROOT %lang(pt) %{_datadir}/%{name}/languages/pt %lang(ru) %{_datadir}/%{name}/languages/ru %lang(it) %{_datadir}/%{name}/languages/it +%lang(es) %{_datadir}/%{name}/languages/es %changelog +* Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 +- Version 5.0.2 + +* Thu May 12 2010 Yuri Timofeev 5.0.1-1 +- Version 5.0.1 + +* Thu Feb 20 2010 Yuri Timofeev 5.0-1 +- Version 5.0 + * Tue Feb 16 2010 Yuri Timofeev 3.5-1 - Version 3.5 From 27f0cc4cabff89bb222c20bf9e0a17fa234a3569 Mon Sep 17 00:00:00 2001 From: Yuri Timofeev Date: Tue, 24 Aug 2010 08:25:26 +0300 Subject: [PATCH 09/36] epoch bump version revert from 5 to 3.5 package: webacula-5.0.2-1.fc12.noarch from fedora-updates-12-i386 unresolved deps: bacula-console >= 0:5.0 package: webacula-5.0.2-1.fc12.noarch from fedora-updates-12-ppc unresolved deps: bacula-console >= 0:5.0 package: webacula-5.0.2-1.fc12.noarch from fedora-updates-12-ppc64 unresolved deps: bacula-console >= 0:5.0 package: webacula-5.0.2-1.fc12.noarch from fedora-updates-12-x86_64 unresolved deps: bacula-console >= 0:5.0 --- sources | 2 +- webacula.spec | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/sources b/sources index f7ad02d..afed7d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c6ce9e6edba9352c3980768cb0beb29 webacula-5.0.2.tar.gz +60a37ac71f58676215a04fa5c3fd3fe2 webacula-3.5.tar.gz diff --git a/webacula.spec b/webacula.spec index 75443f9..9451316 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,5 +1,6 @@ Name: webacula -Version: 5.0.2 +Epoch: 1 +Version: 3.5 Release: 1%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -13,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: webserver -Requires: bacula-console >= 5.0 +Requires: bacula-console >= 2.4.0 Requires: php-ZendFramework >= 1.8.3 Requires: php >= 5.2.4 Requires: php-pdo @@ -111,20 +112,10 @@ rm -rf $RPM_BUILD_ROOT %lang(pt) %{_datadir}/%{name}/languages/pt %lang(ru) %{_datadir}/%{name}/languages/ru %lang(it) %{_datadir}/%{name}/languages/it -%lang(es) %{_datadir}/%{name}/languages/es %changelog -* Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 -- Version 5.0.2 - -* Thu May 12 2010 Yuri Timofeev 5.0.1-1 -- Version 5.0.1 - -* Thu Feb 20 2010 Yuri Timofeev 5.0-1 -- Version 5.0 - * Tue Feb 16 2010 Yuri Timofeev 3.5-1 - Version 3.5 From 61d441508868d0606fe4d11f45597fe2b0311ea5 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 13 Sep 2010 13:18:41 -0500 Subject: [PATCH 10/36] Changelog correction. --- webacula.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/webacula.spec b/webacula.spec index 9451316..075b7af 100644 --- a/webacula.spec +++ b/webacula.spec @@ -116,8 +116,17 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Feb 16 2010 Yuri Timofeev 3.5-1 -- Version 3.5 +* Tue August 24 2010 Yuri Timofeev 3.5-1 +- Revert to version 3.5, epoch bump. + +* Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 +- Version 5.0.2 + +* Thu May 12 2010 Yuri Timofeev 5.0.1-1 +- Version 5.0.1 + +* Thu Feb 20 2010 Yuri Timofeev 5.0-1 +- Version 5.0 * Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 - Version 3.4.1 From 441c5b57565bd5ad310c03b779ac3b7e4cdfa0cc Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 13 Sep 2010 13:19:29 -0500 Subject: [PATCH 11/36] Date fix in changelog. --- webacula.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 075b7af..a08b0fa 100644 --- a/webacula.spec +++ b/webacula.spec @@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue August 24 2010 Yuri Timofeev 3.5-1 +* Tue Aug 24 2010 Yuri Timofeev 3.5-1 - Revert to version 3.5, epoch bump. * Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 From 609e2c321862b739876a872ed19454f5a8177207 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 13 Sep 2010 13:22:46 -0500 Subject: [PATCH 12/36] Bumped release. --- webacula.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webacula.spec b/webacula.spec index a08b0fa..ccdef23 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,7 +1,7 @@ Name: webacula Epoch: 1 Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Aug 24 2010 Yuri Timofeev 3.5-1 +* Tue Aug 24 2010 Yuri Timofeev 3.5-2 - Revert to version 3.5, epoch bump. * Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT * Thu Feb 20 2010 Yuri Timofeev 5.0-1 - Version 5.0 +* Tue Feb 16 2010 Yuri Timofeev 3.5-1 +- Version 3.5 + * Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 - Version 3.4.1 From 2fdb23ae4807cd57f3b853b5f0f4e59886271210 Mon Sep 17 00:00:00 2001 From: Yuri Timofeev Date: Tue, 14 Sep 2010 07:51:48 +0300 Subject: [PATCH 13/36] fix #630359 - Epoch bump to version 3.5-2 --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 9451316..ac76793 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,5 +1,5 @@ Name: webacula -Epoch: 1 +Epoch: 2 Version: 3.5 Release: 1%{?dist} Summary: Web interface of a Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 14 2010 Yuri Timofeev 3.5-2 +- fix #630359 - Epoch bump to version 3.5 + * Tue Feb 16 2010 Yuri Timofeev 3.5-1 - Version 3.5 From f05a29d0dd48c053c19da7d216c80a4bfbb1eceb Mon Sep 17 00:00:00 2001 From: Yuri Timofeev Date: Mon, 24 Jan 2011 14:05:34 +0200 Subject: [PATCH 14/36] v.5.0.3 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be9d644..727739b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ webacula-3.5.tar.gz webacula-5.0.2.tar.gz +/webacula-5.0.3.tar.gz diff --git a/sources b/sources index f7ad02d..8ef78c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c6ce9e6edba9352c3980768cb0beb29 webacula-5.0.2.tar.gz +0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz From 3ea7e86966357f49ba984677f8b46c82ac58b689 Mon Sep 17 00:00:00 2001 From: Yuri Timofeev Date: Tue, 1 Feb 2011 23:05:32 +0200 Subject: [PATCH 15/36] v.5.0.3 webacula.spec --- .gitignore | 2 -- webacula.spec | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 727739b..3f6fb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -webacula-3.5.tar.gz -webacula-5.0.2.tar.gz /webacula-5.0.3.tar.gz diff --git a/webacula.spec b/webacula.spec index 75443f9..00f8ad0 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,5 +1,5 @@ Name: webacula -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 24 2011 Yuri Timofeev 5.0.3-1 +- Version 5.0.3 + * Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 - Version 5.0.2 From 91e065f0ccbde3dc67d061010743fd95430132e9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:12:46 -0600 Subject: [PATCH 16/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 00f8ad0..2435ca1 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 5.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jan 24 2011 Yuri Timofeev 5.0.3-1 - Version 5.0.3 From 40c8d9958759e6e69597530fa2d0b0689f5c5d25 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:11:26 -0600 Subject: [PATCH 17/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 2435ca1..e7d5c7d 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 5.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 5.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From c93302cebbd32a412ce3320b650c9e8c0fc4b0ff Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:20:22 -0500 Subject: [PATCH 18/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index e7d5c7d..aff6f87 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 5.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 5.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 315c9c5082e1500bb4e1b044360e1f09898272f5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:00:58 -0600 Subject: [PATCH 19/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index aff6f87..08c2c72 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 5.0.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 5.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 837f406fb2ab5e817e75686a5baf6ff5d861e012 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:42:40 -0500 Subject: [PATCH 20/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 08c2c72..09c221e 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 5.0.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 5.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 9096272178c927ba0830e66fff22c89faa66dee7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:18:46 -0500 Subject: [PATCH 21/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 09c221e..d61857b 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 5.0.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 5.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 19b63baf640a45f64319494abc9e620aad5bd311 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:18:26 +0000 Subject: [PATCH 22/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index d61857b..dfaedac 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 5.0.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 5.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From af9d8ac2ad482ae407e557af148306a188e618a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:56:16 +0000 Subject: [PATCH 23/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index dfaedac..f0a662f 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 5.0.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 5.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 25efa7dc72499a0e4ade8d78e7f8681dc2c3abaa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:17:37 +0000 Subject: [PATCH 24/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index f0a662f..37c2505 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 5.0.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 5.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 5e12cea42e0ff2ee85021e0d0418165053253036 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:32:09 +0000 Subject: [PATCH 25/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 37c2505..7e39ef8 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 5.0.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 5.0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 67fb090e2d30af8bc184059d3a0eb90840e82257 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:49:03 +0000 Subject: [PATCH 26/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 7e39ef8..d28a04b 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 5.0.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 5.0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 2f2cea8024dfc0d4feca6ad0a2303b487496330f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:48:10 +0100 Subject: [PATCH 27/36] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- webacula.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index d28a04b..fae6110 100644 --- a/webacula.spec +++ b/webacula.spec @@ -8,7 +8,6 @@ Group: Applications/Internet License: GPLv3+ URL: http://webacula.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch From 59bbad6dbfecb775424f4469b00148dae81ae77e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:58:27 +0100 Subject: [PATCH 28/36] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- webacula.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/webacula.spec b/webacula.spec index fae6110..5d18e47 100644 --- a/webacula.spec +++ b/webacula.spec @@ -87,9 +87,6 @@ cp -pr ./library $RPM_BUILD_ROOT%{_datadir}/%{name} cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) From de3c1cefcd655eaecee319e8e4abdf225aaaf381 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:37:13 -0500 Subject: [PATCH 29/36] Remove needless use of %defattr --- webacula.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 5d18e47..d94eed0 100644 --- a/webacula.spec +++ b/webacula.spec @@ -89,7 +89,6 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %files -%defattr(-,root,root,-) %doc 4CONTRIBUTORS 4CONTRIBUTORS.ru AUTHORS COPYING README UPDATE ChangeLog %doc docs/ %{_datadir}/%{name}/application From 7dde7b7293af98cf669f35dae66a10b0f8cca3f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:45:40 +0000 Subject: [PATCH 30/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index d94eed0..cc1cf53 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -111,6 +111,9 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 5.0.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 5.0.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 02893afb1a37f18a2892ad064c6e7a0feb8121a0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 31/36] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- webacula.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index cc1cf53..4f0c636 100644 --- a/webacula.spec +++ b/webacula.spec @@ -4,7 +4,6 @@ Release: 13%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system -Group: Applications/Internet License: GPLv3+ URL: http://webacula.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz From a9f094c69b9e9337bf45b68b0eacbeb521ba7124 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:35:54 +0000 Subject: [PATCH 32/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 4f0c636..6ffa4f7 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -110,6 +110,9 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 5.0.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 5.0.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 012d289e3a0a7fb9c813de5a66a3346c419085f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:20:53 +0000 Subject: [PATCH 33/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 6ffa4f7..8de35e4 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -110,6 +110,9 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 5.0.3-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 5.0.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From cb819984b0c48bec06520fcb43c44c1b5ccfc7c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:34:16 +0000 Subject: [PATCH 34/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 8de35e4..7ce1e4b 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -110,6 +110,9 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 5.0.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 5.0.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From dd2f13b459c7cdf5273ed6a34ba254a53cd10f08 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:02:22 +0000 Subject: [PATCH 35/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- webacula.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webacula.spec b/webacula.spec index 7ce1e4b..8979a27 100644 --- a/webacula.spec +++ b/webacula.spec @@ -1,6 +1,6 @@ Name: webacula Version: 5.0.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Web interface of a Bacula backup system Summary(ru): Веб интерфейс для Bacula backup system @@ -110,6 +110,9 @@ cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 5.0.3-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 5.0.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 45ec5cbca2ebb1bdebfed934fe9f826c950b460d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 14 Aug 2020 00:16:27 +0200 Subject: [PATCH 36/36] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + sources | 1 - webacula.spec | 198 -------------------------------------------------- 4 files changed, 1 insertion(+), 200 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 webacula.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3f6fb3e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/webacula-5.0.3.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 8ef78c8..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz diff --git a/webacula.spec b/webacula.spec deleted file mode 100644 index 8979a27..0000000 --- a/webacula.spec +++ /dev/null @@ -1,198 +0,0 @@ -Name: webacula -Version: 5.0.3 -Release: 17%{?dist} -Summary: Web interface of a Bacula backup system -Summary(ru): Веб интерфейс для Bacula backup system - -License: GPLv3+ -URL: http://webacula.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz - -BuildArch: noarch - -Requires: webserver -Requires: bacula-console >= 5.0 -Requires: php-ZendFramework >= 1.8.3 -Requires: php >= 5.2.4 -Requires: php-pdo -Requires: php-json -Requires: php-pcre -Requires: php-gd -Requires: php-xml - -%description -Webacula - Web Bacula - web interface of a Bacula backup system. -Supports the run Job, restore all files or selected files, -restore the most recent backup for a client, -restore backup for a client before a specified time, -mount/umount Storages, show scheduled, running and terminated Jobs and more. -Supported languages: English, French, German, Italian, -Portuguese Brazil, Russian. - -%description -l ru -Webacula - Web Bacula - веб интерфейс для Bacula backup system. -Поддерживает запуск Заданий, восстановление всех или выбранных файлов, -восстановление самого свежего бэкапа для клиента, -восстановление бэкапа для клиента сделанного перед указанным временем, -монтирование/размонтирование Хранилищ, показ запланированных, -выполняющихся и завершенных Заданий и прочее. -Поддерживаемые языки: английский, французский, немецкий, итальянский, -бразильский португальский, русский. - - -%prep -%setup -q -rm -f ./application/.htaccess -rm -f ./html/test_mod_rewrite/.htaccess -rm -f ./html/.htaccess -rm -f ./install/.htaccess -rm -f ./languages/.htaccess -rm -f ./application/.htaccess -rm -f ./docs/.htaccess - - - -%build - - -%install -rm -rf $RPM_BUILD_ROOT - -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/ -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name} -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/application -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/html -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/languages -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/library -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/install - -cp ./application/config.ini $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.ini -rm -f ./application/config.ini -ln -s %{_sysconfdir}/%{name}/config.ini $RPM_BUILD_ROOT%{_datadir}/%{name}/application/config.ini - -cp ./install/webacula.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/webacula.conf -rm -f ./install/webacula.conf - -install -p -m 755 ./install/webacula_clean_tmp_files.sh \ - $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/webacula_clean_tmp_files.sh -rm -f ./install/webacula_clean_tmp_files.sh - -cp -pr ./application $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr ./html $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr ./languages $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr ./library $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -pr ./install $RPM_BUILD_ROOT%{_datadir}/%{name} - - - -%files -%doc 4CONTRIBUTORS 4CONTRIBUTORS.ru AUTHORS COPYING README UPDATE ChangeLog -%doc docs/ -%{_datadir}/%{name}/application -%{_datadir}/%{name}/html -%{_datadir}/%{name}/library -%{_datadir}/%{name}/install -%{_sysconfdir}/cron.daily/webacula_clean_tmp_files.sh -%dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/languages -%config(noreplace) %{_sysconfdir}/httpd/conf.d/webacula.conf -%config(noreplace) %{_sysconfdir}/%{name}/config.ini -%lang(de) %{_datadir}/%{name}/languages/de -%lang(en) %{_datadir}/%{name}/languages/en -%lang(fr) %{_datadir}/%{name}/languages/fr -%lang(pt) %{_datadir}/%{name}/languages/pt -%lang(ru) %{_datadir}/%{name}/languages/ru -%lang(it) %{_datadir}/%{name}/languages/it -%lang(es) %{_datadir}/%{name}/languages/es - - - -%changelog -* Wed Jul 29 2020 Fedora Release Engineering - 5.0.3-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 5.0.3-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 5.0.3-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 5.0.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 5.0.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 5.0.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 5.0.3-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 5.0.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 5.0.3-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 5.0.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 5.0.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 5.0.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 5.0.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 5.0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 5.0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 5.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 24 2011 Yuri Timofeev 5.0.3-1 -- Version 5.0.3 - -* Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 -- Version 5.0.2 - -* Thu May 12 2010 Yuri Timofeev 5.0.1-1 -- Version 5.0.1 - -* Thu Feb 20 2010 Yuri Timofeev 5.0-1 -- Version 5.0 - -* Tue Feb 16 2010 Yuri Timofeev 3.5-1 -- Version 3.5 - -* Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 -- Version 3.4.1 - -* Fri Oct 16 2009 Yuri Timofeev 3.4-1 -- Version 3.4 - -* Tue Oct 13 2009 Yuri Timofeev 3.3-6 -- Fix #526855. - -* Tue Oct 13 2009 Yuri Timofeev 3.3-5 -- Fix #526855. Remove Zend Framework from source. - -* Tue Oct 13 2009 Yuri Timofeev 3.3-4 -- Fix #526855 - -* Mon Oct 12 2009 Yuri Timofeev 3.3-3 -- Fix #526855 - -* Sat Oct 10 2009 Yuri Timofeev 3.3-2 -- Fix #526855 "Review Request" - -* Thu Oct 08 2009 Yuri Timofeev 3.3-1 -- Initial Spec file creation for Fedora