New upstream version: 91ba5e0
This commit is contained in:
parent
30bca2c8f1
commit
eabac4ed54
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/dnf-7b1d503.tar.xz
|
/dnf-7b1d503.tar.xz
|
||||||
/dnf-f3818b4.tar.xz
|
/dnf-f3818b4.tar.xz
|
||||||
/dnf-8b435e9.tar.xz
|
/dnf-8b435e9.tar.xz
|
||||||
|
/dnf-91ba5e0.tar.xz
|
||||||
|
8
dnf.spec
8
dnf.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev 8b435e9
|
%global gitrev 91ba5e0
|
||||||
%global hawkey_version 0.3.10
|
%global hawkey_version 0.3.10
|
||||||
%global librepo_version 0.0.2-3.20130408git720d68d%{dist}
|
%global librepo_version 0.0.2-3.20130408git720d68d%{dist}
|
||||||
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.3.3
|
Version: 0.3.3
|
||||||
Release: 1.git%{gitrev}%{?dist}
|
Release: 3.git%{gitrev}%{?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
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -65,6 +65,8 @@ make ARGS="-V" test
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post dnf-makecache.timer
|
%systemd_post dnf-makecache.timer
|
||||||
|
systemctl enable dnf-makecache.timer
|
||||||
|
systemctl start dnf-makecache.timer
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun dnf-makecacache.timer
|
%systemd_preun dnf-makecacache.timer
|
||||||
@ -73,7 +75,7 @@ make ARGS="-V" test
|
|||||||
%systemd_postun_with_restart dnf-makecache.timer
|
%systemd_postun_with_restart dnf-makecache.timer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 17 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.3-1.git8b435e9
|
* Wed Apr 17 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.3-3.git91ba5e0
|
||||||
- packaging: do not run 'systemctl' to enable the timer service manually. (Ales Kozumplik)
|
- packaging: do not run 'systemctl' to enable the timer service manually. (Ales Kozumplik)
|
||||||
- cosmetic: trailing whitespace in dnf/cli/callback.py (Ales Kozumplik)
|
- cosmetic: trailing whitespace in dnf/cli/callback.py (Ales Kozumplik)
|
||||||
- UI: call updates upgrades. (RhBug:903775) (Ales Kozumplik)
|
- UI: call updates upgrades. (RhBug:903775) (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user