diff --git a/BackupPC-README.fedora b/BackupPC-README.fedora new file mode 100644 index 0000000..2eb08a0 --- /dev/null +++ b/BackupPC-README.fedora @@ -0,0 +1,15 @@ +BackupPC's README file for Fedora + +## BackupPC's user +For security reasons, backuppc user cannot log in. If you want to start manual backup (ie for debugging), you'll need to set it a shell : +usermod -s /bin/bash + +Do not forget to create an SSH key (ssk-keygen) and copy it to remote computers if you plan to use tar/rsynv over SSH backup method. + +## BackupPC's web interface +The CGI web interface is located at : +http://localhost/BackupPC + +You will need to create users in /etc/BackupPC/apache.users : +htpasswd -c /etc/BackupPC/apache.users username +(Note that the '-c' flag is only necessary to create the file) diff --git a/BackupPC.spec b/BackupPC.spec index 99067bf..ef812a1 100644 --- a/BackupPC.spec +++ b/BackupPC.spec @@ -5,8 +5,8 @@ %endif Name: BackupPC -Version: 3.0.0 -Release: 3%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: BackupPC - high-performance backup system Group: Applications/System @@ -15,6 +15,7 @@ URL: http://backuppc.sourceforge.net/ Source0: http://dl.sourceforge.net/backuppc/%{name}-%{version}.tar.gz Source1: BackupPC.htaccess Source2: BackupPC.logrotate +Source3: BackupPC-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -37,6 +38,7 @@ Requires: perl(Archive::Zip) Requires: perl-Time-modules Requires: perl(XML::RSS) Requires: rsync +Requires: samba-client Requires(pre): %{_sbindir}/useradd Requires(preun): initscripts, chkconfig Requires(post): initscripts, chkconfig, %{_sbindir}/usermod @@ -60,6 +62,7 @@ pushd doc iconv -f ISO-8859-1 -t UTF-8 BackupPC.pod > BackupPC.pod.utf && mv BackupPC.pod.utf BackupPC.pod iconv -f ISO-8859-1 -t UTF-8 BackupPC.html > BackupPC.html.utf && mv BackupPC.html.utf BackupPC.html popd +cp %{SOURCE3} README.fedora %if %{useselinux} %{__mkdir} selinux @@ -68,17 +71,17 @@ pushd selinux cat >%{name}.te <%{name}.fc < 3.0.0-3 +* Thu Nov 29 2007 Johan Cwiklinski 3.1.0-1 +- New upstream version +- Added samba-client as a dependency +- Added readme.fedora +- Changed CGI admin path in default config file + +* Fri Sep 21 2007 Johan Cwiklinski 3.0.0-3 - Fixed SELinux policy module * Wed Sep 12 2007 Johan Cwiklinski 3.0.0-2 diff --git a/sources b/sources index 6edc6ab..91ff97a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc37728c1dc9225354523f279045f3f3 BackupPC-3.0.0.tar.gz +84b4471852ef910768eae9963ef932d2 BackupPC-3.1.0.tar.gz