use %dist instead of %disttag

This commit is contained in:
ensc 2005-05-19 16:58:01 +00:00
commit 8676bbb561

View file

@ -31,12 +31,12 @@
%endif
%{!?release_func:%global release_func() %1%{?disttag}}
%{!?release_func:%global release_func() %1%{?dist}}
Summary: Small libc implementation
Name: %{?_with_cross:cross-%crossarch-}%NAME
Version: 0.28
Release: %release_func 4.4
Release: %release_func 6
License: GPL
Group: Development/Libraries
URL: http://www.fefe.de/dietlibc/
@ -152,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu May 19 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.28-6
- use %%dist instead of %%disttag
* Sun May 1 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.28-5
- added Herbert Poetzl's syscall(2) implementation for x86_64 and
sparc* architectures (see