[sagator] Update to upstream.

Ján ONDREJ ondrejj at fedoraproject.org
Fri Dec 10 12:04:54 UTC 2010


commit 248747784c93a649fd1421f1684bcc10c965012b
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Fri Dec 10 13:04:36 2010 +0100

    Update to upstream.

 .gitignore   |    1 +
 sagator.spec |   16 +++++++++++-----
 sources      |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0e2822..58314db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sagator-1.2.1.tar.bz2
+/sagator-1.2.2.tar.bz2
diff --git a/sagator.spec b/sagator.spec
index d512c60..2e33474 100644
--- a/sagator.spec
+++ b/sagator.spec
@@ -7,8 +7,8 @@
 
 Summary:   Antivir/antispam gateway for smtp server
 Name:      sagator
-Version:   1.2.1
-Release:   2%{?dist}
+Version:   1.2.2
+Release:   1%{?dist}
 Source:    http://www.salstar.sk/pub/antivir/snapshots/sagator-%{version}.tar.bz2
 URL:       http://www.salstar.sk/sagator/
 License:   GPLv2+
@@ -128,6 +128,7 @@ touch %{buildroot}%{_datadir}/%{name}/etc/sgconf.py_
 ln -s ../../../..%{_sysconfdir}/sagator.conf \
   %{buildroot}%{_datadir}/%{name}/etc/sgconf.py
 mkdir -p %{buildroot}%{CHROOTDIR}/tmp/quarantine
+cp -arf scripts/db %{buildroot}%{_datadir}/%{name}/
 %find_lang %{name}
 
 %pre core
@@ -202,7 +203,7 @@ rm -rf %{buildroot}
 %{_initrddir}/%{name}
 %config(noreplace) %verify(not md5 size mtime) %attr(644,root,root) %{_sysconfdir}/cron.d/%{name}
 %doc doc/README doc/FAQ doc/*.txt doc/*.html TODO COPYING ChangeLog test
-%doc scripts/db scripts/graphs scripts/*.sh scripts/log/analyzer.py
+%doc scripts/graphs scripts/*.sh scripts/log/analyzer.py
 %{_bindir}/*
 %{_sbindir}/*
 %dir %{_datadir}/%{name}
@@ -222,6 +223,7 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}/interscan/*.py*
 %dir %{_datadir}/%{name}/srv
 %{_datadir}/%{name}/srv/*.py*
+%{_datadir}/%{name}/db
 %{_mandir}/man*/*
 %dir %{CHROOTDIR}
 %attr(1777,vscan,vscan) %dir %{CHROOTDIR}/tmp
@@ -241,8 +243,12 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Wed Aug 11 2010 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.2.1-2
-- Rebuild for python-2.7
+* Thu Dec  9 2010 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.2.2-1
+- database creation scripts moved to /usr/share/sagator
+
+* Tue Jul 28 2009 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.2.1-2
+- updated english summary and description (fixed spelling errors suggested
+  by rpmlint)
 
 * Tue Jul 28 2009 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.2.1-1
 - Requires: smtpdaemon again for EPEL
diff --git a/sources b/sources
index 1f409fc..745b8f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8846cf204d730396ca698fd6777ddfbb  sagator-1.2.1.tar.bz2
+ae4154e72718c036e721df8b014ac710  sagator-1.2.2.tar.bz2


More information about the scm-commits mailing list