SHA256
6
0
forked from pool/timezone

Accepting request 131519 from home:fcrozat:branches:Base:System

- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
  (bnc#773491)
- Do not apply tzcode-link.diff on openSUSE < 12.2 (bnc#773491).

OBS-URL: https://build.opensuse.org/request/show/131519
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=82
This commit is contained in:
Cristian Rodríguez
2012-08-25 21:03:54 +00:00
committed by Git OBS Bridge
parent 9fd823107e
commit 9776df6ec9
3 changed files with 78 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Patch1: tzcode-zic.diff
Patch2: tzcode-ksh.diff
Patch3: iso3166-uk.diff
Patch4: tzcode-link.diff
Patch5: tzcode-symlink.patch
# COMMON-END
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global AREA Etc
@@ -50,7 +51,11 @@ can select an appropriate time zone for your system with YaST.
%patch1
%patch2
%patch3
%if 0%{?suse_version} < 1220
%patch4
%else
%patch5 -p1
%endif
# COMMON-PREP-END
%build