5.0.3, BZ 624302.
This commit is contained in:
parent
915c5087a0
commit
c0a3f400a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
bacula-5.0.2.tar.gz
|
||||
bacula-docs-5.0.2.tar.bz2
|
||||
bacula-5.0.3.tar.gz
|
||||
bacula-docs-5.0.3.tar.bz2
|
||||
|
12
bacula.spec
12
bacula.spec
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||
Name: bacula
|
||||
Version: 5.0.2
|
||||
Release: 8%{?dist}
|
||||
Version: 5.0.3
|
||||
Release: 1%{?dist}
|
||||
# See LICENSE for details
|
||||
License: GPLv2 with exceptions
|
||||
Group: System Environment/Daemons
|
||||
@ -45,6 +45,8 @@ Patch14: bacula-5.0.1-dsolink.patch
|
||||
Patch15: bacula-5.0.2-openssl.patch
|
||||
Patch16: bacula-5.0.2-config.patch
|
||||
Patch17: bacula-5.0.2-python27.patch
|
||||
Patch18: bacula-5.0.3-dsolink.patch
|
||||
|
||||
URL: http://www.bacula.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl
|
||||
@ -358,6 +360,7 @@ pushd bacula-%{version}
|
||||
%patch15 -p2 -b .openssl
|
||||
%patch16 -p2 -b .config
|
||||
%patch17 -p0 -b .python27
|
||||
%patch18 -p2
|
||||
|
||||
# Remove execution permissions from files we're packaging as docs later on
|
||||
find examples -type f | xargs chmod -x
|
||||
@ -800,6 +803,7 @@ fi
|
||||
#%{_libdir}/bpipe-fd.so
|
||||
/usr/libexec/bacula/mtx-changer.conf
|
||||
%{_libexecdir}/bacula/bacula_config
|
||||
%{_libexecdir}/bacula/btraceback.mdb
|
||||
|
||||
%files client
|
||||
%defattr(-,root,root,-)
|
||||
@ -1002,6 +1006,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2010 Jon Ciesla <limb@jcomserv.net> - 5.0.3-1
|
||||
- New upstream.
|
||||
- DSOlink fix for same.
|
||||
|
||||
* Fri Jul 30 2010 Jon Ciesla <limb@jcomserv.net> - 5.0.2-8
|
||||
- Patched configure scripts for Python 2.7.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user