summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-01 18:54:16 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-01 18:54:16 +0200
commit347be065b60bb81a95b1a55bc15707478c7e31bf (patch)
treeec2c5c7b7498cff6e84e4934dcac248455b9b954
parent547e08eb203efda9417d696e9bed9a88c281abe3 (diff)
downloadpgfuse-347be065b60bb81a95b1a55bc15707478c7e31bf.tar.gz
pgfuse-347be065b60bb81a95b1a55bc15707478c7e31bf.tar.bz2
fixed some rpmlint croaks
-rw-r--r--redhat/pgfuse.spec6
1 files changed, 2 insertions, 4 deletions
diff --git a/redhat/pgfuse.spec b/redhat/pgfuse.spec
index 9384430..e9dcef7 100644
--- a/redhat/pgfuse.spec
+++ b/redhat/pgfuse.spec
@@ -65,12 +65,12 @@
%define sles 1
%endif
-Summary: PgFuse stores files in a PostgreSQL database using the FUSE API.
+Summary: Stores files in a PostgreSQL database using the FUSE API
Name: pgfuse
Version: 0.0.1
Release: 0.1
License: GPLv3
-Group: System Environment/Filesystems
+Group: System/Filesystems
Source: %{name}_%{version}.tar.gz
@@ -119,8 +119,6 @@ Requires: fuse >= 2.6
Distribution: %{dist}
%endif
-Packager: Andreas Baumann <abaumann@yahoo.com>
-
%description
PgFuse stores a whole filesystem in a set of database tables in a
PostgreSQL database. This is done using the FUSE API.