Accepting request 251747 from Linux-PAM
- Drop gpg-offline build-time requirement OBS-URL: https://build.opensuse.org/request/show/251747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_mount?expand=0&rev=62
This commit is contained in:
commit
7c71311208
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 16:51:52 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop gpg-offline build-time requirement; this is now handled by
|
||||||
|
the local source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 10:23:17 UTC 2013 - jengelh@inai.de
|
Tue Aug 27 10:23:17 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_mount
|
# spec file for package pam_mount
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,9 +36,6 @@ Patch1: pam_mount-0.47-enable-logout-kill.dif
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
# LOOP64 support:
|
# LOOP64 support:
|
||||||
BuildRequires: linux-glibc-devel >= 2.6
|
BuildRequires: linux-glibc-devel >= 2.6
|
||||||
@ -55,16 +52,16 @@ BuildRequires: pkgconfig(libpcre) >= 7
|
|||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||||
BuildRequires: pkgconfig(mount) >= 2.20
|
BuildRequires: pkgconfig(mount) >= 2.20
|
||||||
|
|
||||||
Requires(post): coreutils, perl-XML-Writer, perl-XML-Parser
|
Requires(post): coreutils
|
||||||
|
Requires(post): perl-XML-Writer
|
||||||
|
Requires(post): perl-XML-Parser
|
||||||
# -EBUSY bugs fixed (libdevmapper):
|
# -EBUSY bugs fixed (libdevmapper):
|
||||||
Requires: device-mapper >= 1.02.48
|
Requires: device-mapper >= 1.02.48
|
||||||
# for mount(8) and mount.cifs:
|
# for mount(8) and mount.cifs:
|
||||||
Requires: util-linux
|
|
||||||
Recommends: cifs-mount
|
|
||||||
Requires: fd0ssh
|
Requires: fd0ssh
|
||||||
Requires: ofl
|
Requires: ofl
|
||||||
# for fd0ssh and ofl:
|
Requires: util-linux
|
||||||
Suggests: hxtools >= 20090116
|
Recommends: cifs-mount
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is aimed at environments with central file servers that a
|
This module is aimed at environments with central file servers that a
|
||||||
@ -101,7 +98,6 @@ setup. It supports pam_mount style plain EHD2/OpenSSL images and LUKS
|
|||||||
and transparent use of the OS's crypto layer.
|
and transparent use of the OS's crypto layer.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:9}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user