rinse: update to 4.0.4.

This commit is contained in:
Zach Dykstra 2022-12-28 15:17:07 -06:00 committed by classabbyamp
parent 29b406a9d5
commit fa45751c45
2 changed files with 5 additions and 100 deletions

View File

@ -1,95 +0,0 @@
Source: maxice8
Upstream: no (feel free to)
Reason: fixes test for tab chars
--- a/scripts/opensuse-11.1/post-install.sh
+++ b/scripts/opensuse-11.1/post-install.sh
@@ -42,8 +42,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi
--- a/scripts/opensuse-11.2/post-install.sh
+++ b/scripts/opensuse-11.2/post-install.sh
@@ -60,8 +60,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi
--- a/scripts/opensuse-11.3/post-install.sh
+++ b/scripts/opensuse-11.3/post-install.sh
@@ -39,8 +39,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi
--- a/scripts/opensuse-12.3/post-install.sh
+++ b/scripts/opensuse-12.3/post-install.sh
@@ -38,8 +38,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi
--- a/scripts/opensuse-13.1/post-install.sh
+++ b/scripts/opensuse-13.1/post-install.sh
@@ -38,8 +38,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi
--- a/scripts/centos-7/post-install.sh
+++ b/scripts/centos-7/post-install.sh
@@ -39,8 +39,8 @@ install -m 600 /dev/null $prefix/var/log/tallylog
cd $prefix/var/log
for n in messages secure maillog spooler;do
- [ -f $n ] && continue
- umask 066 && touch $n
+ [ -f $n ] && continue
+ umask 066 && touch $n
done
cd /
touch $prefix/var/log/lastlog
--- a/scripts/opensuse-42.2/post-install.sh
+++ b/scripts/opensuse-42.2/post-install.sh
@@ -38,8 +38,8 @@ gpgcheck=1
EOF
if [ $ARCH = "i386" ] ; then
- echo " Setting architecture to i686"
- sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
+ echo " Setting architecture to i686"
+ sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
fi

View File

@ -1,20 +1,20 @@
# Template file for 'rinse'
pkgname=rinse
version=3.5
revision=2
version=4.0.4
revision=1
build_style=gnu-makefile
make_check_target=test
hostmakedepends="dpkg"
makedepends="perl"
depends="perl-LWP rpm wget"
depends="perl-LWP perl-LWP-Protocol-https perl-HTML-Parser rpm wget"
checkdepends="perl-LWP perl-Test-Pod rpm wget"
short_desc="Bootstrap a rpm based distribution like debootstrap"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://salsa.debian.org/debian/rinse"
changelog="https://salsa.debian.org/debian/rinse/raw/master/debian/changelog"
distfiles="https://salsa.debian.org/debian/rinse/-/archive/${version}/rinse-${version}.tar.gz"
checksum=ebe2384f2aa4565c5f29882b177f7afd4c7cdbca9de9525618c6040e63a76d23
checksum=fc320d9a258e0b90986054641e86fcbe29b0710ae8be2cfb89875a98af4a64b2
conf_files="/etc/rinse/rinse.conf"