diff --git a/debootstrap.spec b/debootstrap.spec index 23eabb2..b308988 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,6 +1,6 @@ Name: debootstrap -Version: 1.0.46 -Release: 2%{?dist} +Version: 1.0.47 +Release: 1%{?dist} Summary: Debian GNU/Linux bootstrapper Group: System Environment/Base @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: fakeroot, MAKEDEV -Requires: gettext, wget, tar, gzip, binutils +Requires: gettext, wget, tar, gzip, binutils, gnupg %description @@ -68,6 +68,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 31 2013 Jan Vcelak 1.0.47-1 +- new upstream release: + + properly decrypt InRelease file if available + + add dependency on gnupg + * Wed Feb 13 2013 Fedora Release Engineering - 1.0.46-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 0b572b6..48f9333 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf6ce9b6aa86176c3279c58af93f193c debootstrap_1.0.46.tar.gz +c68080e49a4defd754eb1892d368fa5f debootstrap_1.0.47.tar.gz