#31 fix(rhbz#2253817): Remove tallylog from pam.conf
Merged 6 months ago by ipedrosa. Opened 6 months ago by dchen.

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  Summary: An extensible library which provides authentication for applications

  Name: pam

  Version: 1.5.3

- Release: 8%{?dist}

+ Release: 9%{?dist}

  # The library is BSD licensed with option to relicense as GPLv2+

  # - this option is redundant as the BSD license allows that anyway.

  # pam_timestamp and pam_loginuid modules are GPLv2+.
@@ -359,6 +359,9 @@ 

  %{_pam_libdir}/libpam_misc.so.%{so_ver}*

  

  %changelog

+ * Mon Dec 18 2023 Ding-Yi Chen <dchen@redhat.com> - 1.5.3-9

+ - pam.conf: Remove tallylog (#2253817)

+ 

  * Tue Nov 21 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-8

  - Suggest libdb-convert-util (#2245149 and #1788543)

  

file modified
-1
@@ -1,4 +1,3 @@ 

  d /run/console 0755 root root -

  d /run/faillock 0755 root root -

  d /run/sepermit 0755 root root -

- f /var/log/tallylog 0600 root root -

Fixed Bug 2253817 - '/var/log/tallylog' should be removed from /usr/lib/tmpfiles.d/pam.con

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/e0dca95598ca45279b1c5333bec31d72

Can you change the commit message? Something like the following would suffice:

pam.conf: Remove tallylog (#2253817)

On top of that, you'd need to change the spec file, where you'd need to update the Release: value (current+1) and add the changelog. If you don't want to do this I can do it, but at least change the commit message.

rebased onto 375d803

6 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/ef73ad74f2fc4b07b4689ce15b091a43

Pull-Request has been merged by ipedrosa

6 months ago
Metadata