Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2019-06-12 13:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shadow (Old)
 and      /work/SRC/openSUSE:Factory/.shadow.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shadow"

Wed Jun 12 13:05:24 2019 rev:31 rq:706602 version:4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/shadow/shadow.changes    2019-05-12 
11:31:37.497558369 +0200
+++ /work/SRC/openSUSE:Factory/.shadow.new.4811/shadow.changes  2019-06-12 
13:05:27.061204960 +0200
@@ -1,0 +2,12 @@
+Thu May 30 11:15:49 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Make building more verbose
+- Use spec-cleaner
+
+-------------------------------------------------------------------
+Thu May  2 09:45:48 UTC 2019 - lnus...@suse.de
+
+- don't specify MOTD_FILE in login.defs but fall back to built in
+  defaults of login (boo#1133929)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ shadow.spec ++++++
--- /var/tmp/diff_new_pack.WLrSNi/_old  2019-06-12 13:05:28.393204401 +0200
+++ /var/tmp/diff_new_pack.WLrSNi/_new  2019-06-12 13:05:28.397204399 +0200
@@ -22,7 +22,7 @@
 Summary:        Utilities to Manage User and Group Accounts
 License:        BSD-3-Clause AND GPL-2.0-or-later
 Group:          System/Base
-Url:            https://github.com/shadow-maint/shadow
+URL:            https://github.com/shadow-maint/shadow
 Source:         
https://github.com/shadow-maint/shadow/releases/download/%{version}/shadow-%{version}.tar.xz
 Source1:        pamd.tar.bz2
 Source2:        README.changes-pwdutils
@@ -77,8 +77,8 @@
 BuildRequires:  xz
 Requires(pre):  group(root)
 Requires(pre):  group(shadow)
+Requires(pre):  permissions
 Requires(pre):  user(root)
-PreReq:         permissions
 Provides:       pwdutils = 3.2.20
 Obsoletes:      pwdutils <= 3.2.19
 # Virtual provides for supported variables in login.defs.
@@ -135,11 +135,11 @@
         --without-libcrack \
         --disable-shared \
        --with-group-name-max-length=32
-make
+make %{?_smp_mflags} V=1
 
 %install
 cp %{SOURCE2} .
-make install DESTDIR=%{buildroot} gnulocaledir=%{buildroot}/%{_datadir}/locale 
MKINSTALLDIRS=`pwd`/mkinstalldirs
+%make_install gnulocaledir=%{buildroot}/%{_datadir}/locale 
MKINSTALLDIRS=`pwd`/mkinstalldirs
 
 # install useradd.local, userdel.local, ...
 install -m 0755 %{SOURCE3} %{buildroot}/%{_sbindir}/
@@ -291,36 +291,36 @@
 %verify(not md5 size mtime) %config(noreplace) %{_sbindir}/useradd.local
 %verify(not md5 size mtime) %config(noreplace) %{_sbindir}/userdel-pre.local
 %verify(not md5 size mtime) %config(noreplace) %{_sbindir}/userdel-post.local
-%{_mandir}/man1/chage.1*
-%{_mandir}/man1/chfn.1*
-%{_mandir}/man1/chsh.1*
-%{_mandir}/man1/expiry.1*
-%{_mandir}/man1/gpasswd.1*
-%{_mandir}/man1/newgrp.1*
-%{_mandir}/man1/passwd.1*
-%{_mandir}/man1/sg.1*
-%{_mandir}/man3/shadow.3*
-%{_mandir}/man5/login.defs.5*
-%{_mandir}/man5/shadow.5*
-%{_mandir}/man8/chpasswd.8*
-%{_mandir}/man8/groupadd.8*
-%{_mandir}/man8/groupdel.8*
-%{_mandir}/man8/groupmod.8*
-%{_mandir}/man8/grpck.8*
-%{_mandir}/man8/lastlog.8*
-%{_mandir}/man8/newusers.8*
-%{_mandir}/man8/pwck.8*
-%{_mandir}/man8/pwconv.8*
-%{_mandir}/man8/pwunconv.8*
-%{_mandir}/man8/useradd.8*
-%{_mandir}/man8/userdel.8*
-%{_mandir}/man8/usermod.8*
-%{_mandir}/man8/vigr.8*
-%{_mandir}/man8/vipw.8*
-%{_mandir}/man5/subuid.5*
-%{_mandir}/man5/subgid.5*
-%{_mandir}/man1/newgidmap.1*
-%{_mandir}/man1/newuidmap.1*
+%{_mandir}/man1/chage.1%{?ext_man}
+%{_mandir}/man1/chfn.1%{?ext_man}
+%{_mandir}/man1/chsh.1%{?ext_man}
+%{_mandir}/man1/expiry.1%{?ext_man}
+%{_mandir}/man1/gpasswd.1%{?ext_man}
+%{_mandir}/man1/newgrp.1%{?ext_man}
+%{_mandir}/man1/passwd.1%{?ext_man}
+%{_mandir}/man1/sg.1%{?ext_man}
+%{_mandir}/man3/shadow.3%{?ext_man}
+%{_mandir}/man5/login.defs.5%{?ext_man}
+%{_mandir}/man5/shadow.5%{?ext_man}
+%{_mandir}/man8/chpasswd.8%{?ext_man}
+%{_mandir}/man8/groupadd.8%{?ext_man}
+%{_mandir}/man8/groupdel.8%{?ext_man}
+%{_mandir}/man8/groupmod.8%{?ext_man}
+%{_mandir}/man8/grpck.8%{?ext_man}
+%{_mandir}/man8/lastlog.8%{?ext_man}
+%{_mandir}/man8/newusers.8%{?ext_man}
+%{_mandir}/man8/pwck.8%{?ext_man}
+%{_mandir}/man8/pwconv.8%{?ext_man}
+%{_mandir}/man8/pwunconv.8%{?ext_man}
+%{_mandir}/man8/useradd.8%{?ext_man}
+%{_mandir}/man8/userdel.8%{?ext_man}
+%{_mandir}/man8/usermod.8%{?ext_man}
+%{_mandir}/man8/vigr.8%{?ext_man}
+%{_mandir}/man8/vipw.8%{?ext_man}
+%{_mandir}/man5/subuid.5%{?ext_man}
+%{_mandir}/man5/subgid.5%{?ext_man}
+%{_mandir}/man1/newgidmap.1%{?ext_man}
+%{_mandir}/man1/newuidmap.1%{?ext_man}
 
 %{_unitdir}/*
 


++++++ shadow-login_defs-suse.patch ++++++
--- /var/tmp/diff_new_pack.WLrSNi/_old  2019-06-12 13:05:28.477204365 +0200
+++ /var/tmp/diff_new_pack.WLrSNi/_new  2019-06-12 13:05:28.481204364 +0200
@@ -14,7 +14,17 @@
  
  #
  # Delay in seconds before being allowed another attempt after a login failure
-@@ -53,8 +56,8 @@ MOTD_FILE    /etc/motd
+@@ -38,8 +41,7 @@ CONSOLE              /etc/securetty
+ # If defined, ":" delimited list of "message of the day" files to
+ # be displayed upon login.
+ #
+-MOTD_FILE     /etc/motd
+-#MOTD_FILE    /etc/motd:/usr/lib/news/news-motd
++#MOTD_FILE    /etc/motd:/usr/share/misc/motd
+ 
+ #
+ # If defined, file which maps tty line to TERM environment parameter.
+@@ -53,8 +55,8 @@ MOTD_FILE    /etc/motd
  # user's name or shell are found in the file.  If not a full pathname, then
  # hushed mode will be enabled if the file exists in the user's home directory.
  #
@@ -25,7 +35,7 @@
  
  # If this variable is set to "yes", hostname will be suppressed in the
  # login: prompt.
-@@ -73,9 +76,9 @@ HUSHLOGIN_FILE       .hushlogin
+@@ -73,9 +75,9 @@ HUSHLOGIN_FILE       .hushlogin
  # ENV_SUPATH is an ENV_ROOTPATH override for su and runuser
  # (and falback for login).
  #
@@ -38,7 +48,7 @@
  
  # If this variable is set to "yes" (default is "no"), su will always set
  # path. every su call will overwrite the PATH variable.
-@@ -99,7 +102,7 @@ ALWAYS_SET_PATH     no
+@@ -99,7 +101,7 @@ ALWAYS_SET_PATH     no
  # set TTYPERM to either 622 or 600.
  #
  TTYGROUP      tty
@@ -47,7 +57,7 @@
  
  # Default initial "umask" value used by login(1) on non-PAM enabled systems.
  # Default "umask" value for pam_umask(8) on PAM enabled systems.
-@@ -132,8 +135,8 @@ PASS_WARN_AGE      7
+@@ -132,8 +134,8 @@ PASS_WARN_AGE      7
  UID_MIN                        1000
  UID_MAX                       60000
  # System accounts
@@ -58,7 +68,7 @@
  # Extra per user uids
  SUB_UID_MIN              100000
  SUB_UID_MAX           600100000
-@@ -150,8 +153,8 @@ SUB_UID_COUNT                  65536
+@@ -150,8 +152,8 @@ SUB_UID_COUNT                  65536
  GID_MIN                        1000
  GID_MAX                       60000
  # System accounts
@@ -69,7 +79,7 @@
  # Extra per user group ids
  SUB_GID_MIN              100000
  SUB_GID_MAX           600100000
-@@ -160,7 +163,7 @@ SUB_GID_COUNT                  65536
+@@ -160,7 +162,7 @@ SUB_GID_COUNT                  65536
  #
  # Max number of login(1) retries if password is bad
  #
@@ -78,7 +88,7 @@
  
  #
  # Max time in seconds for login(1)
-@@ -176,18 +179,9 @@ LOGIN_TIMEOUT             60
+@@ -176,18 +178,9 @@ LOGIN_TIMEOUT             60
  CHFN_RESTRICT         rwh
  
  #
@@ -99,7 +109,7 @@
  
  #
  # If set to MD5, MD5-based algorithm will be used for encrypting password
-@@ -201,8 +195,8 @@ CHFN_RESTRICT              rwh
+@@ -201,8 +194,8 @@ CHFN_RESTRICT              rwh
  # Note: If you use PAM, it is recommended to use a value consistent with
  # the PAM modules configuration.
  #
@@ -110,7 +120,7 @@
  
  #
  # Number of rounds for salt.
-@@ -271,7 +265,7 @@ USERDEL_POSTCMD         /usr/sbin/userde
+@@ -271,7 +264,7 @@ USERDEL_POSTCMD         /usr/sbin/userde
  #
  # This also enables userdel(8) to remove user groups if no members exist.
  #
@@ -119,7 +129,7 @@
  
  #
  # If set to a non-zero number, the shadow utilities will make sure that
-@@ -290,13 +284,13 @@ USERGROUPS_ENAB yes
+@@ -290,13 +283,13 @@ USERGROUPS_ENAB yes
  # This option is overridden with the -M or -m flags on the useradd(8)
  # command-line.
  #



Reply via email to