Update to latest upstream release to fix a crash in PackageKit
This commit is contained in:
parent
3eb886629b
commit
ef41a38963
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libsolv-2a5c1c4.tar.xz
|
/libsolv-2a5c1c4.tar.xz
|
||||||
/libsolv-5bd9589.tar.xz
|
/libsolv-5bd9589.tar.xz
|
||||||
/libsolv-12af31a.tar.xz
|
/libsolv-12af31a.tar.xz
|
||||||
|
/0.6.8.tar.gz
|
||||||
|
14
libsolv.spec
14
libsolv.spec
@ -1,4 +1,3 @@
|
|||||||
%global gitrev 12af31a
|
|
||||||
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
|
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
|
||||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||||
%filter_provides_in %{python_sitearch}/.*\.so$
|
%filter_provides_in %{python_sitearch}/.*\.so$
|
||||||
@ -6,13 +5,11 @@
|
|||||||
%filter_setup
|
%filter_setup
|
||||||
|
|
||||||
Name: libsolv
|
Name: libsolv
|
||||||
Version: 0.6.4
|
Version: 0.6.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://github.com/openSUSE/libsolv
|
Url: https://github.com/openSUSE/libsolv
|
||||||
# git clone https://github.com/openSUSE/libsolv.git
|
Source: https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz
|
||||||
# git archive %{gitrev} --prefix=libsolv/ | xz > libsolv-%{gitrev}.tar.xz
|
|
||||||
Source: libsolv-%{gitrev}.tar.xz
|
|
||||||
Patch0: libsolv-rubyinclude.patch
|
Patch0: libsolv-rubyinclude.patch
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Package dependency solver
|
Summary: Package dependency solver
|
||||||
@ -81,7 +78,7 @@ Requires: perl
|
|||||||
Perl bindings for sat solver.
|
Perl bindings for sat solver.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libsolv
|
%setup -q -n libsolv-%{version}
|
||||||
%patch0 -p1 -b .rubyinclude
|
%patch0 -p1 -b .rubyinclude
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -153,6 +150,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2015 Richard Hughes <richard@hughsie.com> - 0.6.8-2
|
||||||
|
- Update to latest upstream release to fix a crash in PackageKit.
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-3
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user