Compare commits

...

2 Commits
master ... f20

Author SHA1 Message Date
Ralf Corsépius bc80f2591d Own %{configdir}/protected.d (RHBZ#1175098).
Conflicts:
	dnf.spec
2014-12-19 11:16:57 +01:00
Ales Kozumplik 9a1e8f52a3 New upstream version: 8976df5 2014-07-29 07:39:28 +02:00
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@
/dnf-272eb06.tar.xz
/dnf-70d6e3b.tar.xz
/dnf-2aa5c6b.tar.xz
/dnf-8976df5.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 2aa5c6b
%global gitrev 8976df5
%global hawkey_version 0.4.18
%global librepo_version 1.7.5
%global libcomps_version 0.1.6
@ -7,7 +7,7 @@
Name: dnf
Version: 0.5.4
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
# For a breakdown of the licensing, see PACKAGE-LICENSING
@ -107,6 +107,7 @@ popd
%dir %{confdir}
%dir %{pluginconfpath}
%config(noreplace) %{confdir}/dnf.conf
%dir %{confdir}/protected.d
%config(noreplace) %{confdir}/protected.d/dnf.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%ghost %{_localstatedir}/log/%{name}.log
@ -135,6 +136,11 @@ popd
%systemd_postun_with_restart dnf-makecache.timer
%changelog
* Fri Dec 19 2014 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.5.4-3
- Own %%{configdir}/protected.d (RHBZ#1175098).
* Tue Jul 29 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.4-2
- whole user name can contain non-ascii chars (RhBug:1121280) (Jan Silhan)
* Wed Jul 16 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.4-1
- pkg name from rpm transaction callback is in Unicode (RhBug:1118796) (Jan Silhan)

View File

@ -1 +1 @@
0785f0dc8fd5dcc876d530545933454c dnf-2aa5c6b.tar.xz
0e8d6eb5b1781ebaf690e968e982f118 dnf-8976df5.tar.xz