rpms/system-config-date/devel .cvsignore, 1.97, 1.98 sources, 1.107, 1.108 system-config-date.spec, 1.114, 1.115

Nils Philippsen nphilipp at fedoraproject.org
Thu Jul 9 09:07:31 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9171

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
version 1.9.39



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -p -r1.97 -r1.98
--- .cvsignore	20 Apr 2009 08:38:14 -0000	1.97
+++ .cvsignore	9 Jul 2009 09:07:01 -0000	1.98
@@ -1 +1 @@
-system-config-date-1.9.38.tar.bz2
+system-config-date-1.9.39.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/sources,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -p -r1.107 -r1.108
--- sources	20 Apr 2009 08:38:14 -0000	1.107
+++ sources	9 Jul 2009 09:07:01 -0000	1.108
@@ -1 +1 @@
-5cd5649425b0ba8db9ec278c137b16dc  system-config-date-1.9.38.tar.bz2
+ddccfc0fbf3f50288ae22c837dfcb1a5  system-config-date-1.9.39.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- system-config-date.spec	4 Jun 2009 17:10:01 -0000	1.114
+++ system-config-date.spec	9 Jul 2009 09:07:01 -0000	1.115
@@ -14,14 +14,14 @@
 
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.38
-Release: 1%{?dist}.1
+Version: 1.9.39
+Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Source0: http://fedorahosted.org/releases/%(echo %{name} | %{__sed} 's@\(\(.\)\(.\).*\)@\2/\3/\1@')/%{name}-%{version}.tar.bz2
+Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
 Obsoletes: timetool < 3.0
 Obsoletes: dateconfig < 1.2
 Obsoletes: timeconfig < 3.2.10
@@ -33,6 +33,7 @@ BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: python
 
+Requires: libselinux-python
 Requires: ntp
 Requires: python >= 2.0
 Requires: pygtk2-libglade
@@ -64,7 +65,14 @@ synchronize the time of the system with 
 %setup -q
 
 %build
-make %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1} %{?_smp_mflags}
+make \
+%if 0%{?fedora} > 0
+    POOL_NTP_ORG_VENDOR=fedora \
+%endif
+%if 0%{?rhel} > 0
+    POOL_NTP_ORG_VENDOR=rhel \
+%endif
+    %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1} %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -111,11 +119,17 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/system-config-time
 %config(noreplace) %{_sysconfdir}/security/console.apps/dateconfig
 %config(noreplace) %{_sysconfdir}/pam.d/dateconfig
-%config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
-* Thu Jun  4 2009 Dan Horak <dan[at]danny.cz> - 1.9.38-1.1
-- anaconda is not required for build
+* Thu Jul 09 2009 Nils Philippsen <nils at redhat.com> - 1.9.39-1
+- use POOL_NTP_ORG_VENDOR in Makefile to set default NTP servers (#510309)
+
+* Thu Jun 04 2009 Nils Philippsen <nils at redhat.com>
+- don't BR: anaconda
+
+* Thu May 28 2009 Nils Philippsen <nils at redhat.com>
+- require libselinux-python
+- use simplified source URL
 
 * Mon Apr 20 2009 Nils Philippsen <nils at redhat.com> - 1.9.38-1
 - restore SELinux context of /etc/localtime (#490323, patch by Daniel Walsh)




More information about the fedora-extras-commits mailing list