diff --git a/.gitignore b/.gitignore index 3973292..97d2002 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ glibc32-2.11.1-1.tar.bz2 /glibc32-2.20-7.tar.bz2 /glibc32-2.20-7.1.tar.bz2 /glibc32-2.20-7.2.tar.bz2 +/glibc32-2.20-7.3.tar.bz2 diff --git a/glibc32.spec b/glibc32.spec index a0e2461..f76d75c 100644 --- a/glibc32.spec +++ b/glibc32.spec @@ -1,11 +1,12 @@ %define debug_package %{nil} +%global pkgrelease 7.3 Summary: The GNU libc 32-bit libraries. Name: glibc32 Version: 2.20 -Release: 7.2 +Release: %{pkgrelease}%{?dist} License: LGPL Group: System Environment/Libraries -Source: glibc32-%{version}-%{release}.tar.bz2 +Source: glibc32-%{version}-%{pkgrelease}.tar.bz2 ExclusiveArch: x86_64 ppc64 s390x %description @@ -35,6 +36,9 @@ cp -a %{_target_cpu}/* $RPM_BUILD_ROOT/ /usr/include/* %changelog +* Wed Nov 30 2016 Petr Šabata - 2.20-7.3 +- Add the %%dist macro (needed for Modularity & Base Runtime) + * Tue Nov 22 2016 Dan Horák - 2.20-7.2 - rebuilt for new arch (ppc64) - modernize spec diff --git a/sources b/sources index 5c0c95f..de085e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9a551fa3ba6234a60d2785ff26a1760 glibc32-2.20-7.2.tar.bz2 +e9a551fa3ba6234a60d2785ff26a1760 glibc32-2.20-7.3.tar.bz2