Skip to content

Commit

Permalink
libutempter: Update Version from 1.1.6 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Jan 16, 2025
1 parent ec144b0 commit 8352b8c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 16 deletions.
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libutempter/libutempter.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libutempter-1.1.6.tar.bz2": "b898565f31ced7e5c1fa0a2eaa0f6ff0ed862b5fe375d26375b64bfbdfeac397"
"libutempter-1.2.1.tar.gz": "967fef372f391de501843ad87570c6cf5dabd9651f00f1783090fbc12b2a34cb"
}
}
75 changes: 62 additions & 13 deletions SPECS-EXTENDED/libutempter/libutempter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Distribution: Azure Linux

Summary: A privileged helper for utmp/wtmp updates
Name: libutempter
Version: 1.1.6
Release: 19%{?dist}
License: LGPLv2+
URL: https://github.com/altlinux/libutempter
# Sourece0: https://github.com/altlinux/libutempter/archive/refs/tags/1.1.6-alt2.tar.gz
Source0: https://github.com/altlinux/libutempter/archive/refs/tags/%{name}-%{version}.tar.bz2
Version: 1.2.1
Release: 16%{?dist}
License: LGPL-2.1-or-later AND LGPL-2.1-only AND BSD-2-Clause
URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter

Source0: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.gz

BuildRequires: gcc
BuildRequires: make

Requires(pre): shadow-utils

Expand All @@ -37,15 +38,13 @@ make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" \
libdir="%{_libdir}" libexecdir="%{_libexecdir}"

%install
make install DESTDIR="$RPM_BUILD_ROOT" libdir="%{_libdir}" libexecdir="%{_libexecdir}"
%make_install libdir="%{_libdir}" libexecdir="%{_libexecdir}"

rm -f $RPM_BUILD_ROOT%{_libdir}/*.a

%pre
{
%{_sbindir}/groupadd -g 22 -r -f utmp || :
%{_sbindir}/groupadd -g 35 -r -f utempter || :
}
groupadd -g 22 -r -f utmp || :
groupadd -g 35 -r -f utempter || :

%ldconfig_scriptlets

Expand All @@ -63,8 +62,58 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%{_mandir}/man3/*

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.1.6-19
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Mon Nov 18 2024 Sreenivasulu Malavathula <[email protected]> - 1.2.1-16
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified

* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 1.2.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jul 12 2024 Zbigniew Jedrzejewski-Szmek <[email protected]> - 1.2.1-14
- Call groupadd without full path

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.2.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.2.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Tue Oct 31 2023 Tomas Korbar <[email protected]> - 1.2.1-11
- Add additional SPDX licenses found by scancode tool

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.2.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sun Mar 12 2023 Tomas Korbar <[email protected]> - 1.2.1-9
- Change the License tag to the SPDX format

* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.2.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Thu Aug 13 2020 Tomas Korbar <[email protected]> - 1.2.1-3
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jul 07 2020 Tomas Korbar <[email protected]> - 1.2.1-1
- Update to 1.2.1 (#1854129)

* Mon May 25 2020 Tomas Korbar <[email protected]> - 1.2.0-1
- Update to 1.2.0 (#1831940)

* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.1.6-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11351,8 +11351,8 @@
"type": "other",
"other": {
"name": "libutempter",
"version": "1.1.6",
"downloadUrl": "https://github.com/altlinux/libutempter/archive/refs/tags/libutempter-1.1.6.tar.bz2"
"version": "1.2.1",
"downloadUrl": "ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.2.1.tar.gz"
}
}
},
Expand Down

0 comments on commit 8352b8c

Please sign in to comment.