Update dpkg to 1.18.24

epel9
Sérgio M. Basto 8 years ago
parent 5ee4d09ab2
commit 30e399646c

1
.gitignore vendored

@ -9,3 +9,4 @@ dpkg_1.15.5.6.tar.bz2
/dpkg_1.17.27.tar.xz /dpkg_1.17.27.tar.xz
/dpkg_1.18.15.tar.xz /dpkg_1.18.15.tar.xz
/dpkg_1.18.22.tar.xz /dpkg_1.18.22.tar.xz
/dpkg_1.18.24.tar.xz

@ -2,8 +2,8 @@
%global pkgdatadir %{_datadir}/dpkg %global pkgdatadir %{_datadir}/dpkg
Name: dpkg Name: dpkg
Version: 1.18.22 Version: 1.18.24
Release: 3%{?dist} Release: 1%{?dist}
Summary: Package maintenance system for Debian Linux Summary: Package maintenance system for Debian Linux
Group: System Environment/Base Group: System Environment/Base
# The entire source code is GPLv2+ with exception of the following # The entire source code is GPLv2+ with exception of the following
@ -221,9 +221,9 @@ rm -r %{buildroot}%{_sysconfdir}/alternatives/
#FIXME should we remove this ? #FIXME should we remove this ?
rm -rf %{buildroot}%{_sbindir}/install-info rm -rf %{buildroot}%{_sbindir}/install-info
mkdir -p %{buildroot}%{_localstatedir}/lib/dpkg/alternatives %{buildroot}%{_localstatedir}/lib/dpkg/info \ #mkdir -p %{buildroot}%{_localstatedir}/lib/dpkg/alternatives %{buildroot}%{_localstatedir}/lib/dpkg/info \
%{buildroot}%{_localstatedir}/lib/dpkg/parts %{buildroot}%{_localstatedir}/lib/dpkg/updates \ # %{buildroot}%{_localstatedir}/lib/dpkg/parts %{buildroot}%{_localstatedir}/lib/dpkg/updates \
%{buildroot}%{_localstatedir}/lib/dpkg/methods # %{buildroot}%{_localstatedir}/lib/dpkg/methods
%post %post
@ -274,6 +274,7 @@ create_logfile
%{pkgdatadir}/cputable %{pkgdatadir}/cputable
%{pkgdatadir}/ostable %{pkgdatadir}/ostable
%{pkgdatadir}/tupletable %{pkgdatadir}/tupletable
%dir %{_localstatedir}/lib/dpkg
%dir %{_localstatedir}/lib/dpkg/alternatives %dir %{_localstatedir}/lib/dpkg/alternatives
%dir %{_localstatedir}/lib/dpkg/info %dir %{_localstatedir}/lib/dpkg/info
%dir %{_localstatedir}/lib/dpkg/parts %dir %{_localstatedir}/lib/dpkg/parts
@ -423,17 +424,19 @@ create_logfile
%config(noreplace) %{pkgconfdir}/dselect.cfg %config(noreplace) %{pkgconfdir}/dselect.cfg
%{_bindir}/dselect %{_bindir}/dselect
%{perl_vendorlib}/Dselect %{perl_vendorlib}/Dselect
%dir %{_libdir}/dpkg %{_localstatedir}/lib/dpkg/methods
%{_libdir}/dpkg/methods %{_libexecdir}/dpkg/methods
%{_mandir}/man1/dselect.1.gz %{_mandir}/man1/dselect.1.gz
%{_mandir}/*/man1/dselect.1.gz %{_mandir}/*/man1/dselect.1.gz
%{_mandir}/man5/dselect.cfg.5.gz %{_mandir}/man5/dselect.cfg.5.gz
%{_mandir}/*/man5/dselect.cfg.5.gz %{_mandir}/*/man5/dselect.cfg.5.gz
%dir %{pkgconfdir}/dselect.cfg.d %dir %{pkgconfdir}/dselect.cfg.d
%dir %{_localstatedir}/lib/dpkg/methods
%changelog %changelog
* Sun Jun 18 2017 Sérgio Basto <sergio@serjux.com> - 1.18.24-1
- Update dpkg to 1.18.24
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.18.22-3 * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.18.22-3
- Perl 5.26 rebuild - Perl 5.26 rebuild

@ -1 +1 @@
SHA512 (dpkg_1.18.22.tar.xz) = c4653b92d3b3ab3051e1cbe7abb757f75b8ab902a54dcd6e2379115d3f36ae7c5d6e0a00f34a3cec1a96484dc708197061824dd81e465d8627e726bfc48eb2b4 SHA512 (dpkg_1.18.24.tar.xz) = 74df36a49a1b6b2243db14bd7ee0b69e50c2f0e79fc87e86e9b3cba2261fb717e421f7190a3ba54b4680a2f83855e5857dcb2625aa56847133258567392f1d42

Loading…
Cancel
Save