New upstream version: 44f5516

This commit is contained in:
Ales Kozumplik 2014-01-02 10:28:10 +01:00
parent c7a3d718d5
commit 31f59205ca
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@
/dnf-e200267.tar.xz /dnf-e200267.tar.xz
/dnf-7db68be.tar.xz /dnf-7db68be.tar.xz
/dnf-ceb088e.tar.xz /dnf-ceb088e.tar.xz
/dnf-44f5516.tar.xz

View File

@ -1,12 +1,12 @@
%global gitrev ceb088e %global gitrev 44f5516
%global hawkey_version 0.4.5 %global hawkey_version 0.4.7
%global librepo_version 1.4.0 %global librepo_version 1.4.0
%global libcomps_version 0.1.4 %global libcomps_version 0.1.4
%global confdir %{_sysconfdir}/dnf %global confdir %{_sysconfdir}/dnf
Name: dnf Name: dnf
Version: 0.4.9 Version: 0.4.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base Group: System Environment/Base
@ -82,6 +82,11 @@ pushd py3
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
popd popd
%global py2pluginpath %{python_sitelib}/dnf-plugins
%global py3pluginpath %{python3_sitelib}/dnf-plugins
mkdir -p $RPM_BUILD_ROOT%{py2pluginpath}
mkdir -p $RPM_BUILD_ROOT%{py3pluginpath}
%check %check
make ARGS="-V" test make ARGS="-V" test
pushd py3 pushd py3
@ -99,6 +104,7 @@ popd
%{_unitdir}/dnf-makecache.service %{_unitdir}/dnf-makecache.service
%{_unitdir}/dnf-makecache.timer %{_unitdir}/dnf-makecache.timer
%{python_sitelib}/dnf/ %{python_sitelib}/dnf/
%{py2pluginpath}
%files -n python3-dnf %files -n python3-dnf
%doc AUTHORS README.rst COPYING PACKAGE-LICENSING %doc AUTHORS README.rst COPYING PACKAGE-LICENSING
@ -111,6 +117,7 @@ popd
%{_unitdir}/dnf-makecache.service %{_unitdir}/dnf-makecache.service
%{_unitdir}/dnf-makecache.timer %{_unitdir}/dnf-makecache.timer
%{python3_sitelib}/dnf/ %{python3_sitelib}/dnf/
%{py3pluginpath}
%post %post
%systemd_post dnf-makecache.timer %systemd_post dnf-makecache.timer

View File

@ -1 +1 @@
7d99d92c9685fb700f78a5e88070b7f8 dnf-ceb088e.tar.xz 510da8ca324160a78873168ad258f154 dnf-44f5516.tar.xz