X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump.spec;h=15899b1f33ec1e781728d5e740fd68a23c9a0254;hb=f1d86882fdf588f2678386b3824a5d20eebc4099;hp=55a9c203956ad64570c5a81dff06fb90367f91df;hpb=30a43325fdf58f596d4219fcabb6d46b8d884bdf;p=dump.git diff --git a/dump.spec b/dump.spec index 55a9c20..15899b1 100644 --- a/dump.spec +++ b/dump.spec @@ -1,6 +1,6 @@ Summary: Programs for backing up and restoring filesystems. Name: dump -Version: 0.4b16 +Version: 0.4b18 Release: 1 Copyright: UCB Group: Applications/Archiving @@ -52,7 +52,7 @@ This packages contains statically linked versions of dump and restore. %build -./configure --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static +./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static --enable-readline make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" @@ -61,7 +61,7 @@ mv restore/restore restore/restore.static make distclean -./configure --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt +./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt --enable-readline make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" @@ -94,9 +94,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO dump.lsm %attr(0664,root,disk) %config(noreplace) /etc/dumpdates -%attr(6755,root,tty) /sbin/dump +%attr(0755,root,tty) /sbin/dump /sbin/rdump -%attr(6755,root,tty) /sbin/restore +%attr(0755,root,tty) /sbin/restore /sbin/rrestore %{_prefix}/man/man8/dump.* %{_prefix}/man/man8/rdump.* @@ -111,13 +111,19 @@ rm -rf $RPM_BUILD_ROOT %files -n dump-static %defattr(-,root,root) -%attr(6755,root,tty) /sbin/dump.static +%attr(0755,root,tty) /sbin/dump.static /sbin/rdump.static -%attr(6755,root,tty) /sbin/restore.static +%attr(0755,root,tty) /sbin/restore.static /sbin/rrestore.static %changelog -* Sat Mar 11 2000 Stelian Pop +* Thu Jun 30 2000 Stelian Pop +- dump 0.4b18 released, first packaging. + +* Thu Jun 1 2000 Stelian Pop +- dump 0.4b17 released, first packaging. + +* Sat Mar 11 2000 Stelian Pop - dump 0.4b16 released, first packaging. * Thu Mar 2 2000 Stelian Pop