forked from pool/permissions
Accepting request 1144679 from Base:System
- Drop superfluous mkdir /usr/share/permissions/permissions.d This is now created by the Makefile. See also commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c - Update to version 20240206: * Whitelisting libgtop_server2 (bsc#1218921) * Removing bogus whitespaces * chkstat: harmonize and transform to a more compact coding and doc style * gitignore: also ignore hidden ctags * build: Create /usr/share/permissions/permissions.d for packagers * profiles: drop /usr/sbin/lockdev which is no longer packaged in Factory * profiles: drop /etc/ftpusers which is no longer shipped in netcfg OBS-URL: https://build.opensuse.org/request/show/1144679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=161
This commit is contained in:
commit
a253158e66
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">475d85d0ce34afbeaf32db2676ee0636e9bd1824</param></service></servicedata>
|
||||
<param name="changesrevision">a1c704b3270658924bfb24991952e01f44206876</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2324531a758848ef3d33975da0a72335d6ef4678c26c5c46b6b189e1460da75
|
||||
size 47468
|
BIN
permissions-20240206.tar.xz
(Stored with Git LFS)
Normal file
BIN
permissions-20240206.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 16:42:10 UTC 2024 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Drop superfluous mkdir /usr/share/permissions/permissions.d
|
||||
This is now created by the Makefile. See also
|
||||
commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 06 11:06:15 UTC 2024 - paolo.perego@suse.com
|
||||
|
||||
- Update to version 20240206:
|
||||
* Whitelisting libgtop_server2 (bsc#1218921)
|
||||
* Removing bogus whitespaces
|
||||
* chkstat: harmonize and transform to a more compact coding and doc style
|
||||
* gitignore: also ignore hidden ctags
|
||||
* build: Create /usr/share/permissions/permissions.d for packagers
|
||||
* profiles: drop /usr/sbin/lockdev which is no longer packaged in Factory
|
||||
* profiles: drop /etc/ftpusers which is no longer shipped in netcfg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:13:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define VERSION_DATE 20230602
|
||||
%define VERSION_DATE 20240206
|
||||
|
||||
Name: permissions
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
@ -48,8 +48,6 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%make_install fillupdir=%{_fillupdir}
|
||||
# create directory for packages to place their drop-ins
|
||||
mkdir %{buildroot}%{_datadir}/permissions/permissions.d
|
||||
# Fix shebang in scripts: Remove dependency on /usr/bin/python3,
|
||||
# making scripts to depends on the real python3 binary, not the link.
|
||||
# (bsc#1212476)
|
||||
|
Loading…
Reference in New Issue
Block a user