Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -1,14 +1,16 @@
|
||||
Name: liblockfile
|
||||
Version: 1.14
|
||||
Release: 2%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: This implements a number of functions found in -lmail on SysV systems
|
||||
|
||||
Group: Applications/System
|
||||
# regarding license please see file COPYRIGHT
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://packages.qa.debian.org/libl/liblockfile.html
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_%{version}.orig.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
This library implements a number of functions found in -lmail on SysV
|
||||
systems. These functions are designed to lock the standard mailboxes in
|
||||
@ -19,7 +21,6 @@ manage and remove generic lockfiles.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -46,9 +47,7 @@ make install
|
||||
ldconfig -N -n %{buildroot}/%{_libdir}
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
@ -69,8 +68,33 @@ ldconfig -N -n %{buildroot}/%{_libdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.14-2
|
||||
- 2112380 - move liblockfile to BaseOS
|
||||
* Wed Aug 10 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.14-10
|
||||
- 2112377 - move liblockfile to BaseOS
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.14-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.14-8
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Mar 08 2018 Matthias Runge <mrunge@redhat.com> - 1.14-1
|
||||
- update to 1.14 (rhbz#1548753)
|
||||
|
Loading…
Reference in New Issue
Block a user