diff --git a/.gitignore b/.gitignore index f4cee29..0546f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ bacula-docs-5.0.3.tar.bz2 /bacula-5.2.10.tar.gz /bacula-5.2.11.tar.gz /bacula-5.2.12.tar.gz +/bacula-5.2.13.tar.gz diff --git a/bacula-5.2.12-update-postgresql-table.patch b/bacula-5.2.12-update-postgresql-table.patch deleted file mode 100644 index 4e9c5d5..0000000 --- a/bacula-5.2.12-update-postgresql-table.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/updatedb/update_postgresql_tables_10_to_11.in b/updatedb/update_postgresql_tables_10_to_11.in -index f5df19f..1be8033 100644 ---- a/updatedb/update_postgresql_tables_10_to_11.in -+++ b/updatedb/update_postgresql_tables_10_to_11.in -@@ -10,7 +10,7 @@ bindir=@POSTGRESQL_BINDIR@ - PATH="$bindir:$PATH" - db_name=${db_name:-@db_name@} - --psql -f - -d ${db_name} $* </dev/null || useradd -u %uid -r -s /sbin/nologin \ exit 0 -%if 0%{?fedora} == 16 || 0%{?fedora} == 17 +%if 0%{?fedora} == 17 %post client if [ $1 -eq 1 ] ; then @@ -908,6 +906,10 @@ fi %changelog +* Wed Feb 20 2013 Simone Caronni - 5.2.13-1 +- Update to 5.2.13, drop upstreamed patch. +- Remove Fedora 16 (EOL) checks. + * Sun Feb 10 2013 Rahul Sundaram - 5.2.12-9 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 diff --git a/sources b/sources index a7ea3ea..3b815d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b04c22b128b73359e4bbc9de06652c38 bacula-5.2.12.tar.gz +43417bae0c221afb1f30a581c9e0f2fe bacula-5.2.13.tar.gz