OBS User unknown 2007-08-28 17:15:17 +00:00 committed by Git OBS Bridge
parent c02f994271
commit 17e45c7b44
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 28 16:38:08 CEST 2007 - nadvornik@suse.cz
- link duplicate files only inside /usr [#304167]
-------------------------------------------------------------------
Sat Aug 11 10:49:20 CEST 2007 - olh@suse.de

View File

@ -18,7 +18,7 @@ Group: Productivity/File utilities
PreReq: permissions
Autoreqprov: on
Version: 4.6.1
Release: 118
Release: 127
Summary: Midnight Commander
Source: mc-4.6.1.tar.bz2
Source1: x11_browser
@ -221,7 +221,7 @@ install -m 0644 lib/mc.sh lib/mc.csh %{buildroot}/etc/profile.d
install -m 755 %{SOURCE1} %{buildroot}/usr/share/mc/bin
%{find_lang} %{name}
%fdupes $RPM_BUILD_ROOT
%fdupes -s $RPM_BUILD_ROOT/usr
%clean
rm -rf %{buildroot}
@ -252,6 +252,8 @@ rm -rf %{buildroot}
%files lang -f %{name}.lang
%changelog
* Tue Aug 28 2007 - nadvornik@suse.cz
- link duplicate files only inside /usr [#304167]
* Sat Aug 11 2007 - olh@suse.de
- remove umode_t checks
use offsetof() in vfs-impl.h