New upstream version: 3bb4574

This commit is contained in:
Ales Kozumplik 2014-04-23 19:12:59 +02:00
parent 1a058b29c2
commit 58b9d67dc2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/dnf-plugins-core-bca8630.tar.xz /dnf-plugins-core-bca8630.tar.xz
/dnf-plugins-core-68a05e0.tar.xz /dnf-plugins-core-68a05e0.tar.xz
/dnf-plugins-core-8718a9e.tar.xz /dnf-plugins-core-8718a9e.tar.xz
/dnf-plugins-core-3bb4574.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8718a9e %global gitrev 3bb4574
%global dnf_version 0.5.0 %global dnf_version 0.5.0
Name: dnf-plugins-core Name: dnf-plugins-core
@ -15,6 +15,7 @@ Source0: dnf-plugins-core-%{gitrev}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: dnf >= %{dnf_version} BuildRequires: dnf >= %{dnf_version}
BuildRequires: gettext
BuildRequires: pykickstart BuildRequires: pykickstart
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: python2-devel BuildRequires: python2-devel
@ -75,6 +76,8 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
%changelog %changelog
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1 * Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 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) - build: add cmake as buildreq (Tim Lauridsen)
- generate-completion-cache: fix shared lib name (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) - make .spec use gitrev in the source file add helper script for building source archive (Tim Lauridsen)

View File

@ -1 +1 @@
0e95ab235481f504cafa779e24906340 dnf-plugins-core-8718a9e.tar.xz a78c3b9b452ae04f41a1bad6353e159b dnf-plugins-core-3bb4574.tar.xz