@@ -4,14 +4,15 @@ Distribution: Azure Linux
44
55Summary: A privileged helper for utmp/wtmp updates
66Name: libutempter
7- Version: 1.1.6
8- Release: 19 %{?dist }
9- License: LGPLv2+
10- URL: https ://github.com/ altlinux/libutempter
11- # Sourece0: https://github.com/altlinux/libutempter/archive/refs/tags/1.1.6-alt2.tar.gz
12- Source0: https://github.com/ altlinux/libutempter/archive/refs/tags/%{ name }-%{ version }. tar.bz2
7+ Version: 1.2.1
8+ Release: 16 %{?dist }
9+ License: LGPL-2.1 -or-later AND LGPL-2.1 -only
10+ URL: ftp ://ftp. altlinux.org/pub/people/ldv/utempter
11+
12+ Source0: https://ftp. altlinux.org/pub/people/ldv/libutempter/libutempter-1.2.1. tar.gz
1313
1414BuildRequires: gcc
15+ BuildRequires: make
1516
1617Requires(pre): shadow-utils
1718
@@ -37,15 +38,13 @@ make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" \
3738 libdir=" %{_libdir}" libexecdir=" %{_libexecdir}"
3839
3940%install
40- make install DESTDIR= " $RPM_BUILD_ROOT " libdir=" %{_libdir}" libexecdir=" %{_libexecdir}"
41+ % make_install libdir=" %{_libdir}" libexecdir=" %{_libexecdir}"
4142
4243rm -f $RPM_BUILD_ROOT%{_libdir }/*.a
4344
4445%pre
45- {
46- %{_sbindir}/groupadd -g 22 -r -f utmp || :
47- %{_sbindir}/groupadd -g 35 -r -f utempter || :
48- }
46+ groupadd -g 22 -r -f utmp || :
47+ groupadd -g 35 -r -f utempter || :
4948
5049%ldconfig_scriptlets
5150
@@ -63,8 +62,58 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
6362%{_mandir }/man3/*
6463
6564%changelog
66- * Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.1.6-19
67- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
65+ * Mon Nov 18 2024 Sreenivasulu Malavathula <v-smalavathu@microsoft.com> - 1.2.1-16
66+ - Initial Azure Linux import from Fedora 41 (license: MIT)
67+ - License verified
68+
69+ * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-15
70+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
71+
72+ * Fri Jul 12 2024 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.1-14
73+ - Call groupadd without full path
74+
75+ * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-13
76+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
77+
78+ * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-12
79+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
80+
81+ * Tue Oct 31 2023 Tomas Korbar <tkorbar@redhat.com> - 1.2.1-11
82+ - Add additional SPDX licenses found by scancode tool
83+
84+ * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-10
85+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
86+
87+ * Sun Mar 12 2023 Tomas Korbar <tkorbar@redhat.com> - 1.2.1-9
88+ - Change the License tag to the SPDX format
89+
90+ * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-8
91+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
92+
93+ * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-7
94+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
95+
96+ * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
97+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
98+
99+ * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
100+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
101+
102+ * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
103+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
104+
105+ * Thu Aug 13 2020 Tomas Korbar <tkorbar@redhat.com> - 1.2.1-3
106+ - Use make macros
107+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
108+
109+ * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
110+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
111+
112+ * Tue Jul 07 2020 Tomas Korbar <tkorbar@redhat.com> - 1.2.1-1
113+ - Update to 1.2.1 (#1854129)
114+
115+ * Mon May 25 2020 Tomas Korbar <tkorbar@redhat.com> - 1.2.0-1
116+ - Update to 1.2.0 (#1831940)
68117
69118* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-18
70119- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0 commit comments