Update to 3.5.2
This commit is contained in:
parent
27d698846d
commit
6332968cab
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ amanda-*.*.*/
|
|||
/amanda-3.4.5.tar.gz
|
||||
/amanda-3.5.tar.gz
|
||||
/amanda-3.5.1.tar.gz
|
||||
/amanda-3.5.2.tar.gz
|
||||
|
|
|
|||
15
amanda.spec
15
amanda.spec
|
|
@ -15,9 +15,9 @@
|
|||
|
||||
Summary: A network-capable tape backup solution
|
||||
Name: amanda
|
||||
Version: 3.5.1
|
||||
Release: 37%{?dist}
|
||||
Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
|
||||
Version: 3.5.2
|
||||
Release: 1%{?dist}
|
||||
Source: https://github.com/zmanda/amanda/archive/tag-community-%{version}/amanda-%{version}.tar.gz
|
||||
Source1: amanda.crontab
|
||||
Source4: disklist
|
||||
Source8: amandahosts
|
||||
|
|
@ -127,7 +127,7 @@ the AMANDA server machine. And, if the server is also to be backed up, the
|
|||
server also needs to have the amanda-client package installed.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%autosetup -p1 -n %{name}-tag-community-%{version}
|
||||
|
||||
%build
|
||||
./autogen
|
||||
|
|
@ -165,11 +165,11 @@ pushd perl
|
|||
make maintainer-clean-am
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn) DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn)
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/amanda
|
||||
mkdir -p $RPM_BUILD_ROOT/var/log/amanda/amandad
|
||||
|
|
@ -458,6 +458,9 @@ make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2022 Orion Poplawski <orion@nwra.com> - 3.5.2-1
|
||||
- Update to 3.5.2
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (amanda-3.5.1.tar.gz) = 8d5451b6b3f18f9a705592ba6baf8ffb7fb4fe62261eac8a4f4fae4eded3f7f447f547ac6f016bcb57ea43f116cf87fdc48f8e77b117bbdecf00d3e37dd0f39f
|
||||
SHA512 (amanda-3.5.2.tar.gz) = 6c133455eeeef2a553d6a56431c34f431673c7d40dc8d07603edd464756386e9c1c3ef997d80a726e687cef20f4e30db4d760ba48b83ae047f7c72625505f391
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue