New upstream version: 20f1035
This commit is contained in:
parent
1da2d7fc5a
commit
2e59dac85a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dnf-plugins-core-eb97d01.tar.xz
|
||||
/dnf-plugins-core-42c6794.tar.xz
|
||||
/dnf-plugins-core-641e5e1.tar.xz
|
||||
/dnf-plugins-core-20f1035.tar.xz
|
||||
|
@ -1,9 +1,9 @@
|
||||
%global gitrev 641e5e1
|
||||
%global gitrev 20f1035
|
||||
%global dnf_version 0.4.10-2
|
||||
%global pluginspath /usr/share/dnf/plugins
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.0.4
|
||||
Version: 0.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -42,11 +42,13 @@ Core Plugins for DNF, Python 3 version.
|
||||
%global py3dir %{python3_sitelib}/dnf-plugins
|
||||
|
||||
mkdir -p %{buildroot}/%{py2dir}
|
||||
cp -a plugins/builddep.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/generate_completion_cache.py %{buildroot}/%{py3dir}
|
||||
cp -a plugins/noroot.py %{buildroot}/%{py3dir}
|
||||
|
||||
@ -64,6 +66,9 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
|
||||
%{py3dir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
|
||||
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
|
||||
|
||||
* Tue Feb 25 2014 Radek Holý <rholy@redhat.com> - 0.0.4-1
|
||||
- refactor: use Base.install instead of installPkgs in kickstart plugin. (Radek Holy)
|
||||
- refactor: move kickstart arguments parsing to standalone method. (Radek Holy)
|
||||
|
Loading…
Reference in New Issue
Block a user