diff --git a/PKGBUILD b/PKGBUILD index 1423650..02a1946 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=ca-certificates-st -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="Meine Zertifikate" arch=('any') diff --git a/build_archlinux.sh b/build_archlinux.sh index f26e86b..3dced54 100755 --- a/build_archlinux.sh +++ b/build_archlinux.sh @@ -2,4 +2,4 @@ set -eu -o pipefail makepkg -s --needed --noconfirm mkdir -p packages -mv ../*.pkg.* packages +mv *.pkg.* packages diff --git a/build_debian.sh b/build_debian.sh index a6e7c47..08b9d65 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -2,8 +2,7 @@ set -eu -o pipefail sudo apt update sudo mk-build-deps -iBrt 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y' -git config --global --add safe.directory /src -DEBEMAIL=build@$(hostname) gbp dch +DEBEMAIL=build@$(hostname).podman gbp dch gbp buildpackage '--diff-ignore=.*' --no-sign mkdir -p packages cp ../*.deb packages diff --git a/debian/changelog b/debian/changelog index b5a8664..17fb5d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,18 @@ +ca-certificates-st (1.2-1) stable; urgency=medium + + * moving the arch packages instead of copying + * removed the unnessesary subdirectory + * fixed the permissions of build_archlinux.sh + * created the specfile for rhel based distros + * adjusted the build.pkg file to copy files into the container and only modify the packages directory + * release 1.2-1 + + -- Sebastian Tobie Sun, 04 May 2025 16:32:57 +0000 + ca-certificates-st (1.0-1) unstable; urgency=medium [ Sebastian Tobie ] * Initial release. * arch package build working - -- root Sat, 03 May 2025 20:48:30 +0000 + -- Sebastian Tobie Sat, 03 May 2025 20:48:30 +0000 diff --git a/package.spec b/package.spec index 3000927..682ea71 100644 --- a/package.spec +++ b/package.spec @@ -1,5 +1,5 @@ Name: ca-certificates-st -Version: 1.0 +Version: 1.2 Release: 1 Source: release_pkg.sh License: Propietary