rpms/pmount/devel pmount.spec, 1.2, 1.3 pmount-0.9.13-keeppublic.patch, 1.1, NONE

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Mar 1 22:46:36 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/pmount/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11924

Modified Files:
	pmount.spec 
Removed Files:
	pmount-0.9.13-keeppublic.patch 
Log Message:
* Sat Mar  1 2008 Patrice Dumas <pertusus at free.fr> 0.9.17-1
- update to 0.9.17
- remove pmount-0.9.13-keeppublic.patch now that dbus connection is private



Index: pmount.spec
===================================================================
RCS file: /cvs/extras/rpms/pmount/devel/pmount.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pmount.spec	19 Feb 2008 18:27:23 -0000	1.2
+++ pmount.spec	1 Mar 2008 22:46:03 -0000	1.3
@@ -1,20 +1,21 @@
 Name:           pmount
-Version:        0.9.13
-Release:        2%{?dist}
+Version:        0.9.17
+Release:        1%{?dist}
 Summary:        Enable normal user mount
 
 Group:          System Environment/Base
-License:        GPL
-URL:            http://www.piware.de/projects.shtml
-Source0:        http://www.piware.de/projects/pmount-%{version}.tar.gz
+# realpath.c is GPLv2+. Others are GPL+;
+License:        GPLv2+
+URL:            http://pmount.alioth.debian.org/
+Source0:        http://alioth.debian.org/frs/download.php/2247/pmount-%{version}.tar.gz
 # don't set the setuid bits during make install
 Patch0:         pmount-0.9.13-nosetuid.patch
-Patch1:         pmount-0.9.13-keeppublic.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool gettext pkgconfig
-BuildRequires:  libsysfs-devel hal-devel
-Requires:       cryptsetup-luks
+BuildRequires:  libsysfs-devel hal-devel e2fsprogs-devel
+# ntfs-3g may be used too, it is considered optional, will be used if installed.
+Requires:       cryptsetup-luks /bin/mount
 
 %description
 pmount  ("policy mount") is a wrapper around the standard mount program
@@ -26,11 +27,11 @@
 %prep
 %setup -q
 %patch0 -p1 -b .nosetuid
-%patch1 -p1 -b .keeppublic
 
 %build
-# mount, umount and cryptsetup path are right and don't use rpm macros,
-# so the corresponding configure options are not used.
+# mount, umount, cryptsetup and ntfs-3g paths are right and don't use rpm 
+# macros, so the corresponding configure options are not used. /media/ is
+# also rightly used.
 %configure \
   --with-lock-dir=%{_localstatedir}/lock/pmount \
   --with-whitelist=%{_sysconfdir}/pmount.allow
@@ -59,6 +60,10 @@
 %{_mandir}/man1/p*mount*.1*
 
 %changelog
+* Sat Mar  1 2008 Patrice Dumas <pertusus at free.fr> 0.9.17-1
+- update to 0.9.17
+- remove pmount-0.9.13-keeppublic.patch now that dbus connection is private
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.13-2
 - Autorebuild for GCC 4.3
 


--- pmount-0.9.13-keeppublic.patch DELETED ---




More information about the fedora-extras-commits mailing list