- Removed a bash specific post script with a workaround
for an ancient bug (bnc#39842). - 3.1.112 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=607
This commit is contained in:
parent
54868fa279
commit
a5bbefa25b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:360afb3ea087cebdfaea2b42e18945ad7cc86dd7b083254bac6e9691e3c704b2
|
||||
size 365517
|
3
yast2-network-3.1.112.tar.bz2
Normal file
3
yast2-network-3.1.112.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f394cf5a94dee1357b0de9722debc02eb95302db3b6da02539f72334843de5d9
|
||||
size 366116
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 23 10:52:11 UTC 2014 - mvidner@suse.com
|
||||
|
||||
- Removed a bash specific post script with a workaround
|
||||
for an ancient bug (bnc#39842).
|
||||
- 3.1.112
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 09:50:29 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 3.1.111
|
||||
Version: 3.1.112
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -91,16 +91,6 @@ This package contains autogenerated documentation for yast2-network
|
||||
/bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/network.desktop
|
||||
/bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/provider.desktop
|
||||
|
||||
%post -p /bin/bash
|
||||
# This fixes the files that were touched when #24842 was in effect.
|
||||
# #42990: shut up when no wlan files are there.
|
||||
shopt -s nullglob
|
||||
files=`echo /etc/sysconfig/network/ifcfg-wlan*`
|
||||
if [ -n "$files" ]; then
|
||||
/bin/chown root:root $files
|
||||
/bin/chmod 0600 $files
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_ybindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user