Skip to content

Commit

Permalink
Update .deb and rpm build files for rls 1.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Mar 17, 2011
1 parent d13fe6e commit e9deda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions xorp/Makefile.deb
Expand Up @@ -17,8 +17,8 @@

# These fields are used to build the control file.
PACKAGE ?= lanforge-xorp
VERSION = 1.8.2
LFVER = 5.1.7
VERSION = 1.8.3
LFVER = 5.1.9
ARCH = i386
SECTION = net
PRIORITY = optional
Expand Down Expand Up @@ -46,7 +46,7 @@ create_deb:
echo "#!/bin/bash" > prerm
echo "# nothing to do here." >> prerm
echo "XORP modular router with improvements to better support LANforge." > description.txt
echo "More information: http://www.candelatech.com/oss/xorp-ct.html" >> description.txt
echo "More information: http://www.xorp.org" >> description.txt
chmod a+x preinst prerm postinst
make -f Makefile.deb clobber
make -f Makefile.deb ARCH=i386 deb
Expand Down
2 changes: 1 addition & 1 deletion xorp/package_files/xorp.ct.spec
Expand Up @@ -129,7 +129,7 @@ fi
%files
%defattr(-,root,root)
%doc BUGS BUILD_NOTES ERRATA LICENSE*
%doc README RELEASE_NOTES TODO VERSION
%doc README RELEASE_NOTES VERSION
%{_initrddir}/xorp
%config(noreplace) %{_sysconfdir}/logrotate.d/xorp
%config(noreplace) %{_sysconfdir}/sysconfig/xorp
Expand Down

0 comments on commit e9deda8

Please sign in to comment.