From b855e534286c716afae6d2cd524fa4862d801d6bd05e7f1f2760a69a2a9afb6a Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 5 Apr 2023 14:02:15 +0000 Subject: [PATCH 1/2] Accepting request 1077547 from home:kukuk:cleanup - Version 1.0.0 - Add PAM service name to database - pam_lastlog2: Try XDG_VTNR if PAM_TTY is not a tty - lastlog2: Fix header alignment OBS-URL: https://build.opensuse.org/request/show/1077547 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/lastlog2?expand=0&rev=28 --- lastlog2-0.7.0.tar.xz | 3 --- lastlog2-1.0.0.tar.xz | 3 +++ lastlog2.changes | 8 ++++++++ lastlog2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 lastlog2-0.7.0.tar.xz create mode 100644 lastlog2-1.0.0.tar.xz diff --git a/lastlog2-0.7.0.tar.xz b/lastlog2-0.7.0.tar.xz deleted file mode 100644 index 7e24e3b..0000000 --- a/lastlog2-0.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a65c0638324ceb30de6395e80d768f1412e2e783a69f94553ee14089c9522c8c -size 15316 diff --git a/lastlog2-1.0.0.tar.xz b/lastlog2-1.0.0.tar.xz new file mode 100644 index 0000000..38db967 --- /dev/null +++ b/lastlog2-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7daedfec61c6733b4efe03123b512bcffd997df194e68980bd1e3257094aca +size 15772 diff --git a/lastlog2.changes b/lastlog2.changes index 3bcaf14..8d6ad14 100644 --- a/lastlog2.changes +++ b/lastlog2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 5 13:12:56 UTC 2023 - Thorsten Kukuk + +- Version 1.0.0 + - Add PAM service name to database + - pam_lastlog2: Try XDG_VTNR if PAM_TTY is not a tty + - lastlog2: Fix header alignment + ------------------------------------------------------------------- Mon Apr 3 20:34:17 UTC 2023 - Thorsten Kukuk diff --git a/lastlog2.spec b/lastlog2.spec index 8090bb5..d700bee 100644 --- a/lastlog2.spec +++ b/lastlog2.spec @@ -16,9 +16,9 @@ # -%define lname liblastlog2-0 +%define lname liblastlog2-1 Name: lastlog2 -Version: 0.7.0 +Version: 1.0.0 Release: 0 Summary: Reports most recent login of users License: BSD-2-Clause From e1620f6e878b69d8203df65ec1c0eb22da20facb3b8c7b8228d618438e1342c3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 5 Apr 2023 14:28:19 +0000 Subject: [PATCH 2/2] Accepting request 1077557 from home:kukuk:cleanup - Version 1.0.1 - liblastlog2: fix memory leak OBS-URL: https://build.opensuse.org/request/show/1077557 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/lastlog2?expand=0&rev=29 --- lastlog2-1.0.0.tar.xz | 3 --- lastlog2-1.0.1.tar.xz | 3 +++ lastlog2.changes | 6 ++++++ lastlog2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 lastlog2-1.0.0.tar.xz create mode 100644 lastlog2-1.0.1.tar.xz diff --git a/lastlog2-1.0.0.tar.xz b/lastlog2-1.0.0.tar.xz deleted file mode 100644 index 38db967..0000000 --- a/lastlog2-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7daedfec61c6733b4efe03123b512bcffd997df194e68980bd1e3257094aca -size 15772 diff --git a/lastlog2-1.0.1.tar.xz b/lastlog2-1.0.1.tar.xz new file mode 100644 index 0000000..950cfef --- /dev/null +++ b/lastlog2-1.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcf8819ef95bf6b2215040263c6e3413b6a84695b2becf5ddf91c42b12d9022 +size 15808 diff --git a/lastlog2.changes b/lastlog2.changes index 8d6ad14..7442f96 100644 --- a/lastlog2.changes +++ b/lastlog2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 5 14:23:21 UTC 2023 - Thorsten Kukuk + +- Version 1.0.1 + - liblastlog2: fix memory leak + ------------------------------------------------------------------- Wed Apr 5 13:12:56 UTC 2023 - Thorsten Kukuk diff --git a/lastlog2.spec b/lastlog2.spec index d700bee..cdef872 100644 --- a/lastlog2.spec +++ b/lastlog2.spec @@ -18,7 +18,7 @@ %define lname liblastlog2-1 Name: lastlog2 -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Reports most recent login of users License: BSD-2-Clause