From 18fb40b589bfd3f85d958f062304fcdce1f45611 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 4 Jan 2010 18:04:41 +0000 Subject: [PATCH] - no epoch defined, avoid using it; rel 2 Changed files: libxcrypt.spec -> 1.4 --- libxcrypt.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 263ecb5..162a304 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,7 +1,7 @@ Summary: Crypt Library for DES, MD5, and Blowfish Name: libxcrypt Version: 3.0.2 -Release: 1 +Release: 2 License: LGPL v2+, Public Domain, Freeware Group: Libraries Source0: ftp://ftp.suse.com/pub/people/kukuk/libxcrypt/%{name}-%{version}.tar.bz2 @@ -18,7 +18,7 @@ encryption. %package devel Summary: Header files and develpment documentation for libxcrypt Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel This package contains the header files to develop software using @@ -27,7 +27,7 @@ libxcrypt. %package static Summary: Static libxcrypt library Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description static This package contains the static library used for development. @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc ChangeLog NEWS README* %attr(755,root,root) /%{_lib}/libxcrypt.so.* -%dir /%{_lib}/xcrypt +%dir /%{_lib}/xcrypt %attr(755,root,root) /%{_lib}/xcrypt/libxcrypt*.so* %files devel -- 2.44.0