Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6962695671 | |||
|
|
f60dca2ad9 | ||
|
|
970b3dbb38 |
4
_service
4
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://gitlab.com/edneville/please.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.5.1</param>
|
||||
<param name="revision">v0.5.6</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -19,7 +19,7 @@
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">please</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">please</param>
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
Index: please/src/lib.rs
|
||||
===================================================================
|
||||
--- please.orig/src/lib.rs
|
||||
+++ please/src/lib.rs
|
||||
@@ -1565,7 +1565,7 @@ pub fn log_action(service: &str, result:
|
||||
facility: Facility::LOG_USER,
|
||||
hostname: None,
|
||||
process: service.into(),
|
||||
- pid: process::id() as i32,
|
||||
+ pid: process::id(),
|
||||
};
|
||||
|
||||
let cwd = match env::current_dir() {
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7c636dce6c43275854ba33637c16e744b7022adbcce24feab73f812bb76d437
|
||||
size 44736
|
||||
3
please-0.5.6~git0.3ca6938.tar.xz
Normal file
3
please-0.5.6~git0.3ca6938.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5b50815dafac8bfedfe681bfa653603fe00af11bf3e690fdcd3b0f4e45190db
|
||||
size 61808
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 06 18:21:11 UTC 2025 - ed@s5h.net
|
||||
|
||||
- Update to version 0.5.6~git0.3ca6938:
|
||||
* Bump uzers
|
||||
* Set source file environment in exitcmd
|
||||
* Bump packages and include edit file in message
|
||||
* support nix 0.27
|
||||
* Use drop-in replacement for users crate
|
||||
* please-0.5.1_fix_syslog.patch removed as no longer needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 15:10:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
10
pleaser.spec
10
pleaser.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pleaser
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
%global crate pleaser
|
||||
|
||||
Name: pleaser
|
||||
Version: 0.5.1~git0.ce9627c
|
||||
Version: 0.5.6~git0.3ca6938
|
||||
Release: 0%{?dist}
|
||||
Group: Productivity/Security
|
||||
Summary: Alternative to sudo (root command execution) with regex support
|
||||
@@ -36,7 +36,6 @@ URL: https://gitlab.com/edneville/please/-/archive/v%{version}/please
|
||||
Source0: please-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
Patch0: please-0.5.1_fix_syslog.patch
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: cargo
|
||||
@@ -45,7 +44,7 @@ BuildRequires: pam-devel
|
||||
Requires: pam
|
||||
|
||||
Requires(post): permissions
|
||||
Requires(verify):permissions
|
||||
Requires(verify): permissions
|
||||
|
||||
%description
|
||||
please is a regex-capable alternative to sudo, a command for allowing
|
||||
@@ -58,9 +57,6 @@ elevation.
|
||||
%prep
|
||||
%autosetup -p1 -a1 -n please-%{version}
|
||||
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
RUSTFLAGS=%{rustflags} cargo build --release
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67a34611cd48134a1e7a12aea620e2fd5c28e9eec7bd20362202c1cd3adb8c8d
|
||||
size 5790956
|
||||
oid sha256:440c1d7522ddc7a219ba47be74a9ab1fa7b370592f11fe2f25c198272e049800
|
||||
size 11170924
|
||||
|
||||
Reference in New Issue
Block a user