Update to last sucessful build
80c55c03c55bb052a6334a9c086bbf37af6747bb fixed spec for fedora OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=849
This commit is contained in:
parent
62b6112783
commit
9f2b966efd
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f707bac12a0dac21991c47203678b3cebfab944a0e7119e83c04b0de6b6104db
|
||||
size 5019213
|
||||
oid sha256:e97524974cda300ed00713fc629c8e290fa457593cb07d7ae05bd99acc17394e
|
||||
size 5018524
|
||||
|
@ -44,7 +44,7 @@ Recommends: lsof
|
||||
%endif
|
||||
BuildRequires: cmake
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?suse_version} >= 1130
|
||||
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
|
||||
BuildRequires: libudev-devel
|
||||
%else
|
||||
BuildRequires: hal-devel
|
||||
@ -57,7 +57,12 @@ BuildRequires: gettext-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libproxy-devel
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: pkgconfig
|
||||
%else
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
|
||||
BuildRequires: libsolv-devel
|
||||
%if 0%{?suse_version} >= 1100
|
||||
|
Loading…
Reference in New Issue
Block a user