Skip to content

Commit

Permalink
Ensure the current libsolv0 version is installed
Browse files Browse the repository at this point in the history
Fixes MER#654

Signed-off-by: David Greaves <david@dgreaves.com>
Change-Id: I8901f07b64692bb58574435ecb05cf0dac7d1960
  • Loading branch information
lbt committed Dec 18, 2012
1 parent 763bfc7 commit 6d3a331
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libsolv.changes
@@ -1,3 +1,7 @@
* Tue Dec 18 2012 David Greaves <david@dgreaves.com> - 0.1.0
- Ensure the current libsolv0 version is installed
Fixes MER#654

* Thu Sep 06 2012 Marko Saukko <marko.saukko@jollamobile.com> - 0.1.0
- Update to version 0.1.0

Expand Down
4 changes: 4 additions & 0 deletions libsolv.spec
Expand Up @@ -36,13 +36,15 @@ Summary: Applications demoing the libsolv library
Group: System/Management
Requires: curl
Requires: gnupg2
Requires: libsolv0 = %version

%description demo
Applications demoing the libsolv library.

%package -n python-solv
Summary: Python bindings for the libsolv library
Group: Development/Languages/Python
Requires: libsolv0 = %version

%description -n python-solv
Python bindings for sat solver.
Expand All @@ -61,6 +63,7 @@ Development files for libsolv, a new approach to package dependency solving.
Summary: Perl bindings for the libsolv library
Group: Development/Languages/Perl
Requires: perl = %{perl_version}
Requires: libsolv0 = %version

%description -n perl-solv
Perl bindings for sat solver.
Expand All @@ -80,6 +83,7 @@ Group: Development/Libraries/C and C++
Requires: gzip
Requires: bzip2
Requires: coreutils
Requires: libsolv0 = %version
Provides: satsolver-tools = 0.18
Obsoletes: satsolver-tools < 0.18

Expand Down
5 changes: 5 additions & 0 deletions libsolv.yaml
Expand Up @@ -41,12 +41,15 @@ SubPackages:
Requires:
- curl
- gnupg2
- libsolv0 = %version

- Name: python-solv
AsWholeName: yes
Summary: Python bindings for the libsolv library
Group: Development/Languages/Python
Description: Python bindings for sat solver.
Requires:
- libsolv0 = %version

- Name: devel
Summary: A new approach to package dependency solving
Expand All @@ -64,6 +67,7 @@ SubPackages:
Description: Perl bindings for sat solver.
Requires:
- perl = %{perl_version}
- libsolv0 = %version

- Name: libsolv0
AsWholeName: yes
Expand All @@ -79,6 +83,7 @@ SubPackages:
- gzip
- bzip2
- coreutils
- libsolv0 = %version
Provides:
- satsolver-tools = 0.18
Obsoletes:
Expand Down

0 comments on commit 6d3a331

Please sign in to comment.