auto-import changelog data from symlinks-1.2-20.src.rpm
Thu Oct 16 2003 Florian La Roche <Florian.LaRoche@redhat.de> - add patch from #89655 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
6a14089a70
commit
1956d3f9ae
10
symlinks-1.2-short.patch
Normal file
10
symlinks-1.2-short.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- symlinks-1.2/symlinks.c.lr 2003-10-16 14:07:29.000000000 +0200
|
||||||
|
+++ symlinks-1.2/symlinks.c 2003-10-16 14:08:16.000000000 +0200
|
||||||
|
@@ -235,6 +235,7 @@
|
||||||
|
strcpy (np, tail);
|
||||||
|
(void) tidy_path(new);
|
||||||
|
}
|
||||||
|
+ shorten_path(new, path);
|
||||||
|
if (!testing) {
|
||||||
|
if (unlink (path)) {
|
||||||
|
perror(path);
|
@ -1,12 +1,13 @@
|
|||||||
Summary: A utility which maintains a system's symbolic links.
|
Summary: A utility which maintains a system's symbolic links.
|
||||||
Name: symlinks
|
Name: symlinks
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 18
|
Release: 20
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Copyright: distributable
|
Copyright: distributable
|
||||||
Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
|
Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
|
||||||
Patch0: symlinks-1.2-nostatic.patch
|
Patch0: symlinks-1.2-nostatic.patch
|
||||||
Patch1: symlinks-1.2-fixman.patch
|
Patch1: symlinks-1.2-fixman.patch
|
||||||
|
Patch2: symlinks-1.2-short.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,6 +23,7 @@ symlinks on your system.
|
|||||||
%setup
|
%setup
|
||||||
%patch -p1 -b .nostatic
|
%patch -p1 -b .nostatic
|
||||||
%patch1 -p1 -b .fixman
|
%patch1 -p1 -b .fixman
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -41,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/symlinks.8*
|
%{_mandir}/man8/symlinks.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- add patch from #89655
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user