Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19727e9629 | ||
|
|
0102560cfe | ||
|
|
2fdb23ae48 | ||
|
|
609e2c3218 | ||
|
|
441c5b5756 | ||
|
|
61d4415088 | ||
|
|
27f0cc4cab | ||
|
|
a7f4150ed4 | ||
|
|
640a6673de | ||
|
|
1e234d9275 | ||
|
|
5b410b7fad | ||
|
|
e23be2082b | ||
|
|
6c4168aa35 | ||
|
|
5c61465e7f | ||
| a65b3e0b6c |
2 changed files with 7 additions and 13 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4c6ce9e6edba9352c3980768cb0beb29 webacula-5.0.2.tar.gz
|
||||
60a37ac71f58676215a04fa5c3fd3fe2 webacula-3.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Name: webacula
|
||||
Version: 5.0.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
Version: 3.5
|
||||
Release: 2%{?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,19 +112,12 @@ 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 <tim4dev@gmail.com> 5.0.2-1
|
||||
- Version 5.0.2
|
||||
|
||||
* Thu May 12 2010 Yuri Timofeev <tim4dev@gmail.com> 5.0.1-1
|
||||
- Version 5.0.1
|
||||
|
||||
* Thu Feb 20 2010 Yuri Timofeev <tim4dev@gmail.com> 5.0-1
|
||||
- Version 5.0
|
||||
* Tue Sep 14 2010 Yuri Timofeev <tim4dev@gmail.com> 3.5-2
|
||||
- fix #630359 - Epoch bump to version 3.5
|
||||
|
||||
* Tue Feb 16 2010 Yuri Timofeev <tim4dev@gmail.com> 3.5-1
|
||||
- Version 3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue