use %dist instead of %disttag
This commit is contained in:
parent
ebc51f5b6e
commit
8676bbb561
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue