[ykpers] Update to 1.8.2

Maxim Burgerhout wzzrd at fedoraproject.org
Wed Oct 17 13:57:47 UTC 2012


commit 4f94d56c5fa099a0a3b699c23dfc1cfda4d9982d
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Wed Oct 17 15:50:37 2012 +0200

    Update to 1.8.2

 .gitignore  |    1 +
 sources     |    2 +-
 ykpers.spec |   13 ++++++-------
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e3d9a9..52005a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ ykpers-1.3.3.tar.gz
 /ykpers-1.6.2.tar.gz
 /ykpers-1.6.3.tar.gz
 /ykpers-1.8.0.tar.gz
+/ykpers-1.8.2.tar.gz
diff --git a/sources b/sources
index 3cc8e5b..ef2c369 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b283a56cd50876cfcec274f1dffa67dc  ykpers-1.8.0.tar.gz
+21502f4eac676a6fb94c368ec0862d85  ykpers-1.8.2.tar.gz
diff --git a/ykpers.spec b/ykpers.spec
index 23313ae..455af50 100644
--- a/ykpers.spec
+++ b/ykpers.spec
@@ -1,5 +1,5 @@
 Name:           ykpers
-Version:        1.8.1
+Version:        1.8.2
 Release:        1%{?dist}
 Summary:        Yubikey personalization program
 
@@ -7,7 +7,6 @@ Group:          Applications/System
 License:        BSD
 URL:            http://code.google.com/p/yubikey-personalization/
 Source0:        http://yubikey-personalization.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:        69-yubikey.rules
 
 %ifnarch s390 s390x
 BuildRequires: libusb1-devel
@@ -34,6 +33,7 @@ use ykpers.
 
 %build
 %configure --enable-static=no --disable-rpath \
+    --with-udevrulesdir=/usr/lib/udev/rules.d \
 %ifnarch s390 s390x
     --with-backend=libusb-1.0
 %else
@@ -50,8 +50,6 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
 
 %install
 %{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
-install -D -p -m 0755 %{SOURCE1} \
-    ${RPM_BUILD_ROOT}/usr/lib/udev/rules.d/69-yubikey.rules
 
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
@@ -68,9 +66,10 @@ install -D -p -m 0755 %{SOURCE1} \
 %{_bindir}/ykpersonalize
 %{_bindir}/ykchalresp
 %{_libdir}/libykpers-1.so.1
-%{_libdir}/libykpers-1.so.1.8.0
+%{_libdir}/libykpers-1.so.1.8.2
 %{_mandir}/man1/ykpersonalize.1.gz
 %{_mandir}/man1/ykchalresp.1.gz
+%{_mandir}/man1/ykinfo.1.gz
 /usr/lib/udev/rules.d/69-yubikey.rules
 
 %files devel
@@ -82,8 +81,8 @@ install -D -p -m 0755 %{SOURCE1} \
 %exclude %{_libdir}/libykpers-1.la
 
 %changelog
-* Wed Oct 17 2012 - Maxim Burerhout <wzzrd at fedoraproject.org> - 1.8.1-1
-- Update to 1.8.1 that adds ykinfo
+* Wed Oct 17 2012 - Maxim Burerhout <wzzrd at fedoraproject.org> - 1.8.2-1
+- Update to 1.8.2 that adds ykinfo
 - Drop local patch for udev rules as it is now upstreamed
 
 * Mon Oct 1 2012 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.8.0-1


More information about the scm-commits mailing list