[pmount] Drop HAL support (Fedora 15 Features/HalRemoval) Remove TODO with obsolete information in favor of R

Vojtěch Vítek vvitek at fedoraproject.org
Thu Apr 21 12:12:15 UTC 2011


commit f310c9a520919ae21b13fb385ed533ee5ab07a59
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Thu Apr 21 14:11:32 2011 +0200

    Drop HAL support (Fedora 15 Features/HalRemoval)
    Remove TODO with obsolete information in favor of README.devel

 pmount.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/pmount.spec b/pmount.spec
index d195397..9fe077c 100644
--- a/pmount.spec
+++ b/pmount.spec
@@ -1,7 +1,7 @@
 %define download_dir 3293
 Name:           pmount
 Version:        0.9.22
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Enable normal user mount
 
 Group:          System Environment/Base
@@ -15,7 +15,7 @@ Patch0:         pmount-0.9.17-nosetuid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool pkgconfig
-BuildRequires:  hal-devel e2fsprogs-devel
+BuildRequires:  e2fsprogs-devel
 BuildRequires:	libblkid-devel
 # ntfs-3g may be used too, it is considered optional, will be used if installed.
 Requires:       cryptsetup-luks /bin/mount
@@ -37,6 +37,7 @@ Be warned that pmount is installed setuid root.
 # macros, so the corresponding configure options are not used. /media/ is
 # also rightly used.
 %configure \
+  --enable-hal=no \
   --with-lock-dir=%{_localstatedir}/lock/pmount \
   --with-whitelist=%{_sysconfdir}/pmount.allow
 
@@ -56,14 +57,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS README.devel TODO COPYING ChangeLog
+%doc AUTHORS README.devel COPYING ChangeLog
 %config(noreplace) %{_sysconfdir}/pmount.allow
 %attr(4755,root,root) %{_bindir}/pmount
 %attr(4755,root,root) %{_bindir}/pumount
-%{_bindir}/pmount-hal
 %{_mandir}/man1/p*mount*.1*
 
 %changelog
+* Thu Apr 21 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 0.9.22-3
+- Drop HAL support (Fedora 15 Features/HalRemoval)
+- Remove TODO with obsolete information in favor of README.devel
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list