New upstream version: 3bb4574
This commit is contained in:
parent
1a058b29c2
commit
58b9d67dc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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)
|
||||
- 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)
|
||||
|
Loading…
Reference in New Issue
Block a user