Update dpkg to 1.18.22 (#1294258)

epel9
Sérgio M. Basto 8 years ago
parent ae9a3d38f9
commit 0c768d278b

1
.gitignore vendored

@ -8,3 +8,4 @@ dpkg_1.15.5.6.tar.bz2
/dpkg_1.17.25.tar.xz /dpkg_1.17.25.tar.xz
/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

@ -2,7 +2,7 @@
%global pkgdatadir %{_datadir}/dpkg %global pkgdatadir %{_datadir}/dpkg
Name: dpkg Name: dpkg
Version: 1.18.15 Version: 1.18.22
Release: 1%{?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
@ -21,7 +21,7 @@ Patch2: dpkg-perl-libexecdir.epel6.patch
BuildRequires: zlib-devel bzip2-devel libselinux-devel gettext ncurses-devel BuildRequires: zlib-devel bzip2-devel libselinux-devel gettext ncurses-devel
BuildRequires: autoconf automake gettext-devel libtool BuildRequires: autoconf automake gettext-devel libtool
BuildRequires: doxygen flex xz-devel po4a BuildRequires: doxygen flex xz-devel po4a
%if 0%{?rhel} != 5 && 0%{?rhel} != 6 %if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: dotconf-devel BuildRequires: dotconf-devel
%endif %endif
# for /usr/bin/perl # for /usr/bin/perl
@ -144,7 +144,7 @@ Many users find dselect intimidating and new users may prefer to use apt-based u
%setup -q %setup -q
#patch0 -p1 #patch0 -p1
%patch1 -p1 %patch1 -p1
%if 0%{?rhel} == 5 || 0%{?rhel} == 6 %if 0%{?rhel} && 0%{?rhel} < 7
%patch2 -p1 %patch2 -p1
%endif %endif
@ -159,7 +159,7 @@ EOF
chmod +x %{__perl_requires} chmod +x %{__perl_requires}
%build %build
%if 0%{?rhel} != 5 && 0%{?rhel} != 6 %if 0%{?fedora} || 0%{?rhel} > 6
# We can't run autoreconf on epel <= 6 because needs gettext-0.18 when epel6 # We can't run autoreconf on epel <= 6 because needs gettext-0.18 when epel6
# only have gettext-0.17: # only have gettext-0.17:
# autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac # autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
@ -434,6 +434,9 @@ create_logfile
%changelog %changelog
* Sat Feb 04 2017 Sérgio Basto <sergio@serjux.com> - 1.18.22-1
- Update dpkg to 1.18.22 (#1294258)
* Sat Nov 26 2016 Sérgio Basto <sergio@serjux.com> - 1.18.15-1 * Sat Nov 26 2016 Sérgio Basto <sergio@serjux.com> - 1.18.15-1
- New major release, 1.18.15, adaptations based on files of debian directory in - New major release, 1.18.15, adaptations based on files of debian directory in
debian package. debian package.

@ -1 +1 @@
7aa1b61da5bff4cbc5a1d2cb5a30d546 dpkg_1.18.15.tar.xz SHA512 (dpkg_1.18.22.tar.xz) = c4653b92d3b3ab3051e1cbe7abb757f75b8ab902a54dcd6e2379115d3f36ae7c5d6e0a00f34a3cec1a96484dc708197061824dd81e465d8627e726bfc48eb2b4

Loading…
Cancel
Save