From c1327ffc317579a9b95e21f71f4b3616323b0610 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoitel Date: Fri, 20 Jan 2017 12:51:31 +0300 Subject: [PATCH] Update to 0.2.8.12 --- .abf.yml | 3 ++- tor.rpmlintrc | 1 + tor.spec | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tor.rpmlintrc diff --git a/.abf.yml b/.abf.yml index e0421d6..45c8043 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,5 @@ removed_sources: tor-0.2.8.6.tar.gz: 4b1fa511f40fc8ddb1709aaccb7197e0771a4b61 -sources: tor-0.2.8.9.tar.gz: fab0cb618bea15d19428dd820403ba3267b17b06 +sources: + tor-0.2.8.12.tar.gz: a93ce42f2e16ea1b92c693f60ed94c4e9f5071bc diff --git a/tor.rpmlintrc b/tor.rpmlintrc new file mode 100644 index 0000000..ba98625 --- /dev/null +++ b/tor.rpmlintrc @@ -0,0 +1 @@ +addFilter("E: non-standard-dir-perm") diff --git a/tor.spec b/tor.spec index ab90ec9..31ae41a 100644 --- a/tor.spec +++ b/tor.spec @@ -2,7 +2,7 @@ Summary: Anonymizing overlay network for TCP (The onion router) Name: tor -Version: 0.2.8.9 +Version: 0.2.8.12 Release: 1 License: BSD Group: Networking/Other @@ -12,6 +12,7 @@ Source1: %{name}.logrotate Source3: %{name}.sysconfig Source4: %{name}.service Source5: %{name}-tmpfiles.conf +Source100: %{name}.rpmlintrc BuildRequires: autoconf2.5 BuildRequires: ghostscript BuildRequires: pkgconfig(libevent)