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:
commit
939487fe08
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user