Accepting request 483008 from home:lnussel:branches:X11:Utilities

- don't require pam-modules and unix2_chkpwd anymore. We use
  pam_unix noways which transparently manages access to /etc/shadow

OBS-URL: https://build.opensuse.org/request/show/483008
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xlockmore?expand=0&rev=34
This commit is contained in:
2017-03-28 14:21:32 +00:00
committed by Git OBS Bridge
parent 440b919d14
commit 45d65e51e7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 28 11:08:41 UTC 2017 - lnussel@suse.de
- don't require pam-modules and unix2_chkpwd anymore. We use
pam_unix noways which transparently manages access to /etc/shadow
-------------------------------------------------------------------
Wed Feb 8 12:25:25 UTC 2017 - dimstar@opensuse.org

View File

@@ -55,7 +55,6 @@ BuildRequires: libXpm-devel
BuildRequires: libXt-devel
BuildRequires: libdrm-devel
BuildRequires: pkg-config
Requires: pam-modules
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -99,7 +98,6 @@ export CXXFLAGS="%{optflags}"
--with-xpm\
--without-gtk\
--without-motif\
--with-passwd-helper=/sbin/unix2_chkpwd\
--disable-bomb\
--enable-vtlock\
--enable-use-mb\