Skip to content

Commit

Permalink
adapt to hawkey 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Silhan committed Nov 7, 2016
1 parent b8aa7be commit 3bb0a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ TDNFCheckLocalPackages(
}
fprintf(stdout, "Checking all packages from: %s\n", pszLocalPath);

hSack = hy_sack_create(NULL, NULL, NULL, 0);
hSack = hy_sack_create(NULL, NULL, NULL, NULL, 0);
if(!hSack)
{
dwError = ERROR_TDNF_INVALID_PARAMETER;
Expand Down
2 changes: 1 addition & 1 deletion client/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TDNFInitSack(

pszHawkeyCacheDir = pTdnf->pConf->pszCacheDir;

hSack = hy_sack_create(pszHawkeyCacheDir, NULL, pTdnf->pArgs->pszInstallRoot, 0);
hSack = hy_sack_create(pszHawkeyCacheDir, NULL, pTdnf->pArgs->pszInstallRoot, NULL, 0);
if(!hSack)
{
dwError = ERROR_TDNF_INVALID_PARAMETER;
Expand Down
2 changes: 1 addition & 1 deletion tdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requires: hawkey, librepo, rpm
BuildRequires: popt-devel
BuildRequires: rpm-devel
BuildRequires: glib-devel
BuildRequires: hawkey-devel
BuildRequires: hawkey-devel >= 0.5.3
BuildRequires: openssl-devel
BuildRequires: autoconf
BuildRequires: automake
Expand Down

0 comments on commit 3bb0a0a

Please sign in to comment.