Hello community,

here is the log from the commit of package screen for openSUSE:Factory checked 
in at 2017-12-21 14:25:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/screen (Old)
 and      /work/SRC/openSUSE:Factory/.screen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "screen"

Thu Dec 21 14:25:29 2017 rev:54 rq: version:4.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/screen/screen.changes    2017-10-26 
18:40:54.373688898 +0200
+++ /work/SRC/openSUSE:Factory/.screen.new/screen.changes       2017-12-21 
14:25:36.995657707 +0100
@@ -1,0 +2,6 @@
+Thu Dec 21 14:23:56 CET 2017 - m...@suse.de
+
+- install pam file to make screen locking work again [bnc#1056192]
+  new file: screen.pam
+
+-------------------------------------------------------------------

New:
----
  screen.pam

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ screen.spec ++++++
--- /var/tmp/diff_new_pack.nSjKqp/_old  2017-12-21 14:25:37.963610510 +0100
+++ /var/tmp/diff_new_pack.nSjKqp/_new  2017-12-21 14:25:37.967610315 +0100
@@ -32,6 +32,7 @@
 Source1:        screen.conf
 Source2:        http://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz.sig
 Source3:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=screen&download=1#/%{name}.keyring
+Source4:        screen.pam
 Patch0:         global_screenrc.patch
 Patch6:         libtinfo.diff
 BuildRequires:  autoconf
@@ -98,6 +99,7 @@
 mv %{buildroot}%{_bindir}/screen-%{version} %{buildroot}%{_bindir}/screen
 chmod 755 %{buildroot}%{_bindir}/screen
 mkdir -p %{buildroot}/etc
+mkdir -p %{buildroot}/etc/pam.d
 mkdir -p %{buildroot}%{_prefix}/lib
 mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d
 mkdir -p %{buildroot}%{rundir}/screens
@@ -106,10 +108,12 @@
 chmod 1777 %{buildroot}%{rundir}/uscreens
 install -m 644 screenrc %{buildroot}%{_sysconfdir}/screenrc
 install -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d
+install -m 644 %{SOURCE4} %{buildroot}/etc/pam.d/screen
 
 %files
 %defattr(-,root,root)
 %config %{_sysconfdir}/screenrc
+%config /etc/pam.d/screen
 %attr(555,root,root) %{_bindir}/screen
 %dir %{_datadir}/screen
 %dir %{_prefix}/lib/tmpfiles.d


++++++ screen.pam ++++++
#%PAM-1.0
auth            include         common-auth
account         include         common-account
session         include         common-session
password        include         common-password

Reply via email to