Update to 0.8.0
This commit is contained in:
parent
eee582b943
commit
b0ecbe6177
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/libdnf-0.7.2.tar.gz
|
||||
/libdnf-0.7.3.tar.gz
|
||||
/libdnf-0.7.4.tar.gz
|
||||
/libdnf-0.8.0.tar.gz
|
||||
|
@ -10,7 +10,7 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} && 0%{!?centos}
|
||||
%bcond_without rhsm
|
||||
%else
|
||||
%bcond_with rhsm
|
||||
@ -21,7 +21,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.7.4
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -162,6 +162,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.8.0-1
|
||||
- Update to 0.8.0
|
||||
|
||||
* Mon Feb 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.4-1
|
||||
- Update to 0.7.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.7.4.tar.gz) = 3eabd613f1386854926c461d80b901e24b94a896d2569fd862be39cfbbd71fcb67c853ebb8756528687172174cd46a1d9fd6c5928a9003323eca497e25abd735
|
||||
SHA512 (libdnf-0.8.0.tar.gz) = 263c0d997aed2a908855a9d7d58d29e329ee773378a8c9eebf98ebfa0804de907f0642796f98e76de8d8be623564d94661b62144ace08f45b11b52cb12db37c8
|
||||
|
Loading…
Reference in New Issue
Block a user