Accepting request 64529 from home:bmwiedemann:branches:openSUSE:Tools
thanks, I have added it also to the version in Unstable for next release. OBS-URL: https://build.opensuse.org/request/show/64529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=66
This commit is contained in:
parent
5f46c60f93
commit
1b34e4d017
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 21:13:48 UTC 2011 - bwiedemann@novell.com
|
||||
|
||||
- add Requires: rpm-python (bnc#680986)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 18 01:53:27 UTC 2010 - suse-tux@gmx.de
|
||||
|
||||
|
11
osc.spec
11
osc.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package osc (Version 0.129)
|
||||
# spec file for package osc (Version 0.130.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: osc
|
||||
Version: 0.130.1
|
||||
Release: 0
|
||||
Release: 1
|
||||
Group: Development/Tools/Other
|
||||
License: GPLv2+
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -31,6 +31,13 @@ Requires: python-urlgrabber
|
||||
BuildRequires: python-urlgrabber
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?mandriva_version}
|
||||
Requires: python-rpm
|
||||
BuildRequires: python-rpm
|
||||
%else
|
||||
Requires: rpm-python
|
||||
BuildRequires: rpm-python
|
||||
%endif
|
||||
#
|
||||
%if 0%{?suse_version}
|
||||
%if %suse_version < 1020
|
||||
|
Loading…
Reference in New Issue
Block a user