SHA256
1
0
forked from pool/timezone

Accepting request 532314 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/532314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2017-10-09 17:35:56 +00:00 committed by Git OBS Bridge
commit 939487fe08
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 6 12:20:02 UTC 2017 - fstrba@suse.com
- Require simply java, since with the new version of javazic, it
is possible to generate the timezone information using any java
version
-------------------------------------------------------------------
Sat Sep 16 07:11:55 UTC 2017 - fstrba@suse.com

View File

@ -18,7 +18,6 @@
Name: timezone-java
BuildRequires: java
BuildConflicts: java >= 1.8
BuildRequires: javazic
BuildRequires: tzdb
Summary: Time Zone Descriptions
@ -39,10 +38,11 @@ Patch3: iso3166-uk.diff
# COMMON-END
# COMMON-END
Url: http://www.gnu.org/software/libc/libc.html
PreReq: filesystem, coreutils
Requires(pre): filesystem, coreutils
BuildArch: noarch
Provides: tzdata-java = %{version}-%{release}
Provides: tzdata-java8 = %{version}-%{release}
#!BuildIgnore: tzdata-java tzdata-java8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description

View File

@ -18,7 +18,6 @@
Name: timezone-java
BuildRequires: java
BuildConflicts: java >= 1.8
BuildRequires: javazic
BuildRequires: tzdb
Summary: Time Zone Descriptions
@ -27,10 +26,11 @@ Group: System/Base
# COMMON-BEGIN
# COMMON-END
Url: http://www.gnu.org/software/libc/libc.html
PreReq: filesystem, coreutils
Requires(pre): filesystem, coreutils
BuildArch: noarch
Provides: tzdata-java = %{version}-%{release}
Provides: tzdata-java8 = %{version}-%{release}
#!BuildIgnore: tzdata-java tzdata-java8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 6 12:20:02 UTC 2017 - fstrba@suse.com
- Require simply java, since with the new version of javazic, it
is possible to generate the timezone information using any java
version
-------------------------------------------------------------------
Sat Sep 16 07:11:55 UTC 2017 - fstrba@suse.com