diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-12-23 10:06:48 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-12-23 10:06:48 +0800 |
commit | 58db67f3fe0cc11b153baeef6450c6143842efa9 (patch) | |
tree | 20a376273b35c9417cdeee04eb8cf9fad56370f2 /guix | |
parent | 125e80c4ef3858b0b2fec8c68f876888e3b52736 (diff) | |
download | copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar.gz copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar.bz2 copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar.lz copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar.xz copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.tar.zst copr-rpm-spec-58db67f3fe0cc11b153baeef6450c6143842efa9.zip |
guix: Fix ExecStart paths in systemd service files
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guix/guix.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec index 9899e8a..5dcb060 100644 --- a/guix/guix/guix.spec +++ b/guix/guix/guix.spec @@ -6,7 +6,7 @@ Name: guix Version: 0.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A purely functional package manager for the GNU system License: GPLv3+ @@ -22,7 +22,7 @@ Source5: https://alpha.gnu.org/gnu/guix/bootstrap/x86_64-linux/20131110/g %global guix_group guixbuild %global guile_source_dir %{_datadir}/guile/site/2.0 %global guile_ccache_dir %{_libdir}/guile/2.0/site-ccache -%global guix_profile_root %{_localstatedir}/guix/profiles/per-user/root/guix-profile +%global guix_profile_root %{_localstatedir}/guix/profiles/per-user/root/current-guix %global bash_completion_dir %(pkg-config --variable=completionsdir bash-completion) %global fish_completion_dir %(pkg-config --variable=completionsdir fish) @@ -395,6 +395,9 @@ fi %changelog +* Sat Dec 22 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.16.0-2 +- Fix ExecStart paths in systemd service files + * Sun Dec 16 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.16.0-1 - Update to 0.16.0 |