Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0650465cb | ||
|
|
60d39b9c96 | ||
|
|
157437f8ba | ||
|
|
f9e8064f0d | ||
|
|
b1ad25344f |
3 changed files with 43 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -16,3 +16,8 @@
|
|||
/zif-0.2.9.tar.xz
|
||||
/zif-0.3.0.tar.xz
|
||||
/zif-0.3.1.tar.xz
|
||||
/zif-0.3.2.tar.xz
|
||||
/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 @@
|
|||
898ecd9a2ba43d250fdda8b37834bbcc zif-0.3.1.tar.xz
|
||||
fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz
|
||||
|
|
|
|||
38
zif.spec
38
zif.spec
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Simple wrapper for rpm and the Fedora package metadata
|
||||
Name: zif
|
||||
Version: 0.3.1
|
||||
Version: 0.3.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/zif/
|
||||
|
|
@ -23,6 +23,7 @@ BuildRequires: zlib-devel
|
|||
BuildRequires: gpgme-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
%description
|
||||
|
|
@ -96,6 +97,41 @@ 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
|
||||
|
||||
* Tue Jan 08 2013 Richard Hughes <richard@hughsie.com> 0.3.5-1
|
||||
- New upstream release
|
||||
- Don't fail 'zif refresh-cache' if a repo is unavailable
|
||||
- Fix 'zif remove-with-deps' to not remove user-action packages
|
||||
- Set the correct basearch for ARM processors
|
||||
|
||||
* Sun Nov 25 2012 Richard Hughes <richard@hughsie.com> 0.3.4-1
|
||||
- New upstream release
|
||||
- Cold startup is now much quicker. Typically this makes the command
|
||||
line 'zif' executable 80% faster to startup.
|
||||
- Store the metdata checksum in an xattr to speed up checking metadata
|
||||
- Turn off header validation when loading the rpmdb
|
||||
|
||||
* Fri Oct 26 2012 Richard Hughes <richard@hughsie.com> 0.3.3-1
|
||||
- New upstream release
|
||||
- Enable any debuginfo repos if the user searches for a debuginfo package
|
||||
- Fix a lot of GObject Introspection tags and add a small python example
|
||||
- Support the skip_if_unavailable config option
|
||||
|
||||
* Fri Sep 21 2012 Richard Hughes <richard@hughsie.com> 0.3.2-1
|
||||
- New upstream release
|
||||
- Import all the GPG keys found from gpgkey in a repo file
|
||||
|
||||
* Mon Aug 06 2012 Richard Hughes <richard@hughsie.com> 0.3.1-1
|
||||
- New upstream release with new soname, rebuilds required.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue