rpms/openct/devel .cvsignore, 1.12, 1.13 openct.init, 1.2, 1.3 openct.spec, 1.23, 1.24 sources, 1.12, 1.13

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Jun 30 11:15:36 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/openct/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1254

Modified Files:
	.cvsignore openct.init openct.spec sources 
Log Message:
* Sat Jun 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.12-0.1.pre3
- 0.6.12-pre3.
- Add LSB comment block to init script.
- Use vanilla upstream udev rules, requires >= 098.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openct/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	26 May 2007 09:07:13 -0000	1.12
+++ .cvsignore	30 Jun 2007 11:15:01 -0000	1.13
@@ -1 +1 @@
-openct-0.6.12-pre2.tar.gz
+openct-0.6.12-pre3.tar.gz


Index: openct.init
===================================================================
RCS file: /cvs/pkgs/rpms/openct/devel/openct.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openct.init	28 Nov 2005 19:25:29 -0000	1.2
+++ openct.init	30 Jun 2007 11:15:01 -0000	1.3
@@ -8,6 +8,13 @@
 # processname: ifdhandler
 # config:      /etc/openct.conf
 
+### BEGIN INIT INFO
+# Provides: openct
+# Should-Start: $syslog $network
+# Should-Stop: $syslog $network
+# Short-Description: Middleware framework for smart card terminals
+### END INIT INFO
+
 . /etc/rc.d/init.d/functions
 
 exec="/usr/sbin/openct-control"


Index: openct.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openct/devel/openct.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- openct.spec	26 May 2007 09:07:13 -0000	1.23
+++ openct.spec	30 Jun 2007 11:15:01 -0000	1.24
@@ -2,14 +2,14 @@
 
 Name:           openct
 Version:        0.6.12
-Release:        0.1.pre2%{?dist}
+Release:        0.1.pre3%{?dist}
 Summary:        Middleware framework for smart card terminals
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.opensc-project.org/openct/
 #Source0:        http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz
-Source0:        https://www.opensc-project.org/files/openct/testing/openct-0.6.12-pre2.tar.gz
+Source0:        https://www.opensc-project.org/files/openct/testing/openct-0.6.12-pre3.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,8 +18,8 @@
 BuildRequires:  libusb-devel
 BuildRequires:  libtool-ltdl-devel
 Requires:       %{_libdir}/ctapi
-# TODO: verify minimum udev version
-Requires:       udev >= 062
+# 098 for SUBSYSTEMS in shipped rules (replaceable by BUS in earlier?)
+Requires:       udev >= 098
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/ldconfig
 Requires(preun): /sbin/chkconfig
@@ -54,11 +54,9 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-pre2
+%setup -q -n %{name}-%{version}-pre3
 sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|' configure # lib64 std rpaths
 sed -i -e 's|^\([A-Z]\)|# \1|' etc/reader.conf.in
-# SUBSYSTEMS introduced in 098, BUS should work with earlier and 111 still
-sed -i -e 's|SUBSYSTEMS|BUS|' etc/openct.udev
 
 
 %build
@@ -161,6 +159,11 @@
 
 
 %changelog
+* Sat Jun 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.12-0.1.pre3
+- 0.6.12-pre3.
+- Add LSB comment block to init script.
+- Use vanilla upstream udev rules, requires >= 098.
+
 * Sat May 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.12-0.1.pre2
 - 0.6.12-pre2.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openct/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	26 May 2007 09:07:13 -0000	1.12
+++ sources	30 Jun 2007 11:15:01 -0000	1.13
@@ -1 +1 @@
-06afd6b02bc92c5375210c53ca4229e0  openct-0.6.12-pre2.tar.gz
+c7b6beabbd547b73e4f56417d87ec143  openct-0.6.12-pre3.tar.gz




More information about the fedora-extras-commits mailing list