New upstream version: bca8630
This commit is contained in:
parent
2e59dac85a
commit
dee4f23511
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/dnf-plugins-core-42c6794.tar.xz
|
||||
/dnf-plugins-core-641e5e1.tar.xz
|
||||
/dnf-plugins-core-20f1035.tar.xz
|
||||
/dnf-plugins-core-bca8630.tar.xz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global gitrev 20f1035
|
||||
%global gitrev bca8630
|
||||
%global dnf_version 0.4.10-2
|
||||
%global pluginspath /usr/share/dnf/plugins
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.0.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
@ -43,12 +43,14 @@ Core Plugins for DNF, Python 3 version.
|
||||
|
||||
mkdir -p %{buildroot}/%{py2dir}
|
||||
cp -a plugins/builddep.py %{buildroot}/%{py2dir}
|
||||
cp -a plugins/debuginfo-install.py %{buildroot}/%{py2dir}
|
||||
cp -a plugins/generate_completion_cache.py %{buildroot}/%{py2dir}
|
||||
cp -a plugins/kickstart.py %{buildroot}/%{py2dir}
|
||||
cp -a plugins/noroot.py %{buildroot}/%{py2dir}
|
||||
|
||||
mkdir -p %{buildroot}/%{py3dir}
|
||||
cp -a plugins/builddep.py %{buildroot}/%{py3dir}
|
||||
cp -a plugins/debuginfo-install.py %{buildroot}/%{py3dir}
|
||||
cp -a plugins/generate_completion_cache.py %{buildroot}/%{py3dir}
|
||||
cp -a plugins/noroot.py %{buildroot}/%{py3dir}
|
||||
|
||||
@ -66,6 +68,9 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
|
||||
%{py3dir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-2
|
||||
- packaging: add debuginfo-install.py (Ales Kozumplik)
|
||||
|
||||
* Tue Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
|
||||
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user