update to new upstream version
This commit is contained in:
parent
bbd8475098
commit
c2fc17aa58
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ amanda-3.1.1.tar.gz
|
|||
/amanda-3.3.0beta1.tar.gz
|
||||
/amanda-3.3.0.tar.gz
|
||||
/amanda-3.3.1.tar.gz
|
||||
/amanda-3.3.3.tar.gz
|
||||
|
|
|
|||
16
amanda.spec
16
amanda.spec
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
Summary: A network-capable tape backup solution
|
||||
Name: amanda
|
||||
Version: 3.3.2
|
||||
Release: 5%{?dist}
|
||||
Version: 3.3.3
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
|
||||
Source1: amanda.crontab
|
||||
Source4: disklist
|
||||
|
|
@ -63,7 +63,7 @@ well.
|
|||
%package client
|
||||
Summary: The client component of the AMANDA tape backup system
|
||||
Group: Applications/System
|
||||
Requires: fileutils grep /usr/sbin/service
|
||||
Requires: fileutils grep
|
||||
Requires(pre): amanda = %{version}-%{release}
|
||||
|
||||
%description client
|
||||
|
|
@ -75,7 +75,7 @@ AMANDA client machine.
|
|||
%package server
|
||||
Summary: The server side of the AMANDA tape backup system
|
||||
Group: Applications/System
|
||||
Requires: fileutils grep /usr/sbin/service
|
||||
Requires: fileutils grep
|
||||
Requires(pre): amanda = %{version}-%{release}
|
||||
|
||||
%description server
|
||||
|
|
@ -363,6 +363,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%{perl_vendorarch}/Amanda/DB/
|
||||
%{perl_vendorarch}/Amanda/Device.pm
|
||||
%{perl_vendorarch}/Amanda/Disklist.pm
|
||||
%{perl_vendorarch}/Amanda/Extract.pm
|
||||
%{perl_vendorarch}/Amanda/Holding.pm
|
||||
%{perl_vendorarch}/Amanda/Changer/
|
||||
%{perl_vendorarch}/Amanda/Changer.pm
|
||||
|
|
@ -450,6 +451,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-1
|
||||
- New upstream version
|
||||
- Dependecy to /usr/sbin/service was removed.
|
||||
Instead of /usr/sbin/service systemd files are used.
|
||||
|
||||
* Thu Mar 21 2013 Petr Hracek <phracek@redhat.com> - 3.3.2-5
|
||||
- Requires /sbin/service was changed to /usr/sbin/service
|
||||
|
||||
|
|
@ -805,7 +811,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
- New upstream version
|
||||
- Turn on --disable-dependency-tracking to work around an automake bug.
|
||||
|
||||
* Fri Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p3-1
|
||||
* Mon Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p3-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1a6cfe47eaee121f22540ac5fa58c366 amanda-3.3.2.tar.gz
|
||||
2b9c7fbc030d7c242197cc8367e9a6b8 amanda-3.3.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue