]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- rel 7; revert /etc/localtime removal (rpm has deps on symlinks) auto/th/tzdata-2007k-7
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 4 Mar 2008 19:40:26 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tzdata.spec -> 1.39

tzdata.spec

index a11a2cccf42eae6a338cae3e2c9df1aa758d584d..52ddc55c41f599cbd848bdcce851c565da3071e1 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Timezone data
 Summary(pl.UTF-8):     Dane o strefach czasowych
 Name:          tzdata
 Version:       %{tzdata_ver}
-Release:       6
+Release:       7
 License:       Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group:         Base
 Source0:       %{name}-base-0.tar.bz2
@@ -98,6 +98,8 @@ ln -sf %{_sysconfdir}/localtime       $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
 ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
 ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
 
+> $RPM_BUILD_ROOT/etc/localtime
+
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/timezone
 cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/timezone
 
@@ -119,6 +121,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
+%ghost /etc/localtime
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timezone
 %attr(754,root,root) /etc/rc.d/init.d/timezone
 
This page took 0.115452 seconds and 4 git commands to generate.