Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7dea6ba90 |
3 changed files with 16 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@
|
|||
/zif-0.3.3.tar.xz
|
||||
/zif-0.3.4.tar.xz
|
||||
/zif-0.3.5.tar.xz
|
||||
/zif-0.3.6.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz
|
||||
fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz
|
||||
|
|
|
|||
16
zif.spec
16
zif.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Simple wrapper for rpm and the Fedora package metadata
|
||||
Name: zif
|
||||
Version: 0.3.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/zif/
|
||||
Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz
|
||||
|
|
@ -97,6 +97,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
|
|||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Wed May 08 2013 Richard Hughes <richard@hughsie.com> 0.3.6-1
|
||||
- New upstream release
|
||||
- Add a --version argument to the Zif command line tool
|
||||
- Add support for the nogpgcheck command line option
|
||||
- Add the rdeptree command
|
||||
- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys
|
||||
- Do not abort because an update tries to remove the running kernel
|
||||
- Fix a crash when using 'zif local-install' on an unsigned package
|
||||
- Fix some metadata downloads being retried over and over again
|
||||
- Install the package when the user does 'zif install /usr/sbin/powertop'
|
||||
- Support installing packages using an rpm provide name
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue