diff --git a/.gitignore b/.gitignore index 75808f3..8ca4184 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /dnf-plugins-core-bca8630.tar.xz /dnf-plugins-core-68a05e0.tar.xz /dnf-plugins-core-8718a9e.tar.xz +/dnf-plugins-core-3bb4574.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 7e8c5a6..cb83eed 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,4 +1,4 @@ -%global gitrev 8718a9e +%global gitrev 3bb4574 %global dnf_version 0.5.0 Name: dnf-plugins-core @@ -15,6 +15,7 @@ Source0: dnf-plugins-core-%{gitrev}.tar.xz BuildArch: noarch BuildRequires: cmake BuildRequires: dnf >= %{dnf_version} +BuildRequires: gettext BuildRequires: pykickstart BuildRequires: python-nose BuildRequires: python2-devel @@ -75,6 +76,8 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/ %changelog * Wed Apr 23 2014 Aleš Kozumplík - 0.0.7-1 +- build: gettext is also needed as a buildreq (Tim Lauridsen) +- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp - build: add cmake as buildreq (Tim Lauridsen) - generate-completion-cache: fix shared lib name (Tim Lauridsen) - make .spec use gitrev in the source file add helper script for building source archive (Tim Lauridsen) diff --git a/sources b/sources index c06cfda..9dc3af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e95ab235481f504cafa779e24906340 dnf-plugins-core-8718a9e.tar.xz +a78c3b9b452ae04f41a1bad6353e159b dnf-plugins-core-3bb4574.tar.xz